@charset "UTF-8";

/* ------------------------------------------------------------------
<< 追加 >>
--------------------------------------------------------------------- */
	:root {
		--contents-width: 1000px;
}
.sec_box h3.comparison {
	color:#55A5A4;
	font-weight:bold;
	font-size:2.0rem;
}
.sec_box .features_box .maintxt {
	width: calc((100% - 135px) / 2) !important;
}
@media screen and (max-width: 768px) {
	.sec_box .features_box .maintxt {
		width: 100% !important;
	}
}
.sec_box .handling {
	font-size:1.5rem;
}
.sec_box .acceptance {
	font-size:1.2rem;
}
.sec_box .acceptance p.guard {
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}
footer p {
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
