@charset "utf-8";
/*------------------------------------------------------------
group
------------------------------------------------------------*/
body {
	background-color: #e1eef6;
}
#main {
	padding: 195px 0 209px;
}
#main .bgBox {
	margin-bottom: 80px;
	padding: 0 55px 40px;
	background-color: #fff;
}
#main .title {
	margin: 0 -55px 40px;
	padding: 9px 10px 13px;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	background-color: #0081CC;
	line-height: 1.47;
	letter-spacing: 0.03em;
}
#main .imgBox {
	display: flex;
	justify-content: space-between;
	position: relative;
}
#main .imgBox .photo {
	width: 235px;
}
#main .imgBox .photo img {
	width: 100%;
}
#main .imgBox p {
	line-height: 1.733;
}
#main .imgBox .textBox {
	margin: -2px 16px 0 0;
	padding-bottom: 40px;
	flex: 1;
	position: relative;
}
#main .imgBox .moreBtn {
	max-width: 330px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
#main .imgBox .comLink02 {
	position: absolute;
	bottom: 0;
	left: 160px;
}
#main .headLine02 {
	margin-bottom: 9px;
	max-width: 330px;
	padding: 5px 0 7px;
	font-size: 2rem;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0.03em;
}
#main .headLine02 + .imgBox .photo {
	margin-top: -10px;
}
#main .imgBox + .headLine02 {
	margin-top: 70px;
}
#main .sec05 {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#main .content {
		max-width: 700px;
	}
}
@media all and (max-width: 896px) {
	#main .imgBox {
		display: block;
	}
	#main .imgBox .textBox {
		margin: 0 0 13px;
		padding-bottom: 0;
		letter-spacing: -0.02em;
	}
	#main .imgBox .photo {
		width: auto;
	}
	#main {
		padding: 128px 0 126px;
	}
	#main .headLine04 {
		margin-bottom: 61px;
		font-size: 2.2rem;
	}
	#main .title {
		margin: 0 -21px 15px;
		padding: 5px 10px 6px;
		height: 67px;
		font-size: 1.8rem;
		line-height: 1.3;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	#main .bgBox {
		margin-bottom: 69px;
		padding: 0 21px 26px;
	}
	#main .imgBox .moreBtn {
		margin-top: 15px;
		max-width: inherit;
		position: static;
		bottom: auto;
		left: auto;
		text-align: center;
	}
	#main .headLine02 + .imgBox .photo {
		margin-top: 0;
	}
	#main .headLine02 {
		margin-bottom: 7px;
		max-width: inherit;
		padding: 11px 0 7px;
		font-size: 1.6rem;
	}
	#main .imgBox + .headLine02 {
		margin-top: 42px;
	}
	#main .sec05 {
		margin-bottom: 0;
	}
	#main .imgBox .comLink02 {
		position: relative;
		bottom: auto;
		left: auto;
		text-align: center;
		margin-top: 20px;
	}
}

#main .flexBox {
	margin-top: 34px;
}
#main .flexBox .headLine02 {
	margin-bottom: 10px;
	padding: 0;
	border-bottom: none;
	font-size: 1.4rem;
}
#main .flexBox .imgBox .photo {
	width: 115px;
	margin-top: -2px;
}
#main .flexBox .imgBox p {
	line-height: 1.46;
	letter-spacing: -0.08em;
}
#main .flexBox .imgBox {
	font-size: 1.3rem;
}
#main .flexBox .imgBox .textBox {
	padding-bottom: 30px;
	margin-right: 10px;
}
@media all and (min-width: 897px) {
	#main .flexBox {
		display: flex;
		justify-content: space-between;
	}
	#main .flexBox .subBox {
		width: calc(50% - 26px);
	}
}
@media all and (max-width: 896px) {
	#main .flexBox .imgBox {
		display: flex;
		justify-content: space-between;
		font-size: 1.2rem;
	}
	#main .flexBox .imgBox .moreBtn {
		max-width: 330px;
		position: absolute;
		width: auto;
		bottom: 0;
		left: 0;
	}
	#main .flexBox {
		margin-top: 33px;
	}
	#main .flexBox .headLine02 {
		margin-bottom: 8px;
	}
	#main .flexBox .imgBox p {
		line-height: 1.5;
	}
	#main .flexBox .imgBox .photo {
		width: 35%;
		margin: 0 -1px 0 0;
	}
	#main .flexBox .imgBox .textBox {
		margin-bottom: 0;
		padding-bottom: 40px;
		flex: 1;
	}
	#main .flexBox .subBox {
		margin-bottom: 33px;
	}
	#main .flexBox .subBox:last-child {
		margin-bottom: 0;
		padding-bottom: 23px;
	}
}