@charset "utf-8";
/*
	about
	update.22.05.20
*/
.section-main .box {
	margin-top:30px;
}
.section-main .title {
	padding-bottom:18px;
	border-bottom:1px solid #9fa0a0;
	text-align:center;
	font-size:1.8rem;
	font-weight:500;
	line-height:1.4;
}
.section-main .text {
	margin:20px 0 0;
	font-size:1.5rem;
	font-weight:500;
}
@media print, screen and (min-width: 768px){
	.section-main .box {
		margin-top:70px;
	}
	.section-main .title {
		font-size:2.4rem;
		padding-bottom:24px;
	}
	.section-main .text {
		margin:26px 0 0;
		line-height:1.8;
		text-align: center;
	}
}
