@charset "utf-8";
/*------------------------------------------------------------
	focus
------------------------------------------------------------*/
#conts .common-bg {
	padding: 92px 0 0;
}
#conts .img-box {
	margin-bottom: 106px;
	display: flex;
	gap: 37px;
}
#conts .img-box .text-box {
	flex: 1;
}
#conts .img-box .text-box p {
/*	text-align: justify;*/
	line-height: 1.625;
	letter-spacing: 0.08em;
}
#conts .img-box .photo-box {
	margin: 3px 0 0;
}
@media all and (max-width: 767px) {
	#conts .common-bg {
		padding-top: 50px;
	}
	#conts .img-box {
		margin-bottom: 56px;
		display: block;
	}
	#conts .img-box .text-box {
		margin-bottom: 15px;
	}
	#conts .img-box .text-box p {
		line-height: 1.5;
	}
}