@charset "utf-8";
/*------------------------------------------------------------
	focus
------------------------------------------------------------*/
#conts .common-bg {
	padding: 9.2rem 0 0;
}
#conts .img-box {
	margin-bottom: 10.6rem;
	display: flex;
	gap: 3.7rem;
}
#conts .img-box .text-box {
	flex: 1;
}
#conts .img-box .text-box p {
	text-align: justify;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 150%;
	color: #ECECEC;
}
#conts .img-box .photo-box {
	margin: 0.3rem 0 0;
}
@media all and (max-width: 767px) {
	#conts .common-bg {
		padding-top: 5rem;
	}
	#conts .img-box {
		margin-bottom: 5.6rem;
		display: block;
	}
	#conts .img-box .text-box {
		margin-bottom: 1.5rem;
	}
	#conts .img-box .text-box p {
		line-height: 1.5;
		font-size: 1.4rem;
	}
}