@charset "utf-8";


/*/////// 共通 ////////*/
.post .text-red {
	color: #F00000;
}

.post .midashi h4 {
	color: #00a2e5;
	font-size: 1.35em;
	font-weight: bold;
}
.post .midashi .under-line {
	width: 100%;
	display: block;
	height: 3px !important;
	margin: 0.3rem auto;
	margin-top: -15px !important;
	background: linear-gradient(90deg, #00a2e5 0%, #00a2e5 50%, #ABABAB 50%, #ABABAB 100%);
	opacity: 1;
}


/*/////////// リンクボタン ///////////*/
@media (min-width: 576px) {
	.post .btn {
		width: 350px !important;
	}
}


/*/////// セクション2 ////////*/
.check-wrap {
	background-color: #EFF1F5;
	padding: 25px 20px;
}
.check-wrap .left {
	width: 33%;
}
.check-wrap .center {
	width: 5%;
}
.check-wrap .right {
	width: 60%;
}
.check-wrap .hr {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #666;
}

@media (min-width: 576px) {	
	.check-wrap {
		padding: 30px 25px;
	}
	.check-wrap .left {
		width: 22%;
	}
	.check-wrap .right {
		width: 70%;
	}
}

@media (min-width: 768px) {	
	.check-wrap .left {
		width: 25%;
	}
	.check-wrap .right {
		width: 67%;
	}
}

@media (min-width: 992px) {	
	.check-wrap .left {
		width: 30%;
	}
	.check-wrap .right {
		width: 62%;
	}
}

@media (min-width: 1200px) {	
	.check-wrap .left {
		width: 22%;
	}
	.check-wrap .right {
		width: 70%;
	}
}


/*/////// セクション3 ////////*/
.sec3 h4 {
	font-size: 1.5em;
}

@media (min-width: 768px) {	
	.sec3 h4 {
		font-size: 1.6em;
	}	
}












