@charset "utf-8";
/**
 *	merit
 *	update.22.05.20
**/
.section-main > .box {
	position: relative;
	margin-top:30px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
}
.section-main .box > .label {
	position: relative;
	margin:0 auto;
	padding:14px 0;
	width:200px;
	height:44px;
	background:url(../img/merit-label.png) center no-repeat;
	background-size: contain;
	font-size:1.5rem;
	line-height: 1;
	color:#fff;
	font-weight:700;
	text-align:center;
}
.section-main .box > .title {
	margin:12px 0 0;
	font-size:1.6rem;
	font-weight:700;
}
.section-main .box > .text {
	margin:12px 0 0;
	font-size:1.5rem;
	font-weight:400;
}
@media print, screen and (min-width: 768px){
	.main > .container {
		overflow: visible;
	}
	.section-main > .box {
		position: relative;
		padding-left:216px;
		margin-right:-24px;
	}
	.section-main .box > .label {
		position: absolute;
		left:0;
		top:6px;
		margin:0;
	}
	.section-main .box > .title {
		margin:0;
		font-size:1.8rem;
	}
	.section-main .box > .text {
		margin:12px 0 0;
	}
}
