@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;
	}
}


/*/////// セクション3 ////////*/
.sec3 h4 {
	font-size: 1.35em;
	line-height: 1.6em;
}


/*/////// セクション5 ////////*/
.sec5 .wrap {
	background-color: #f3f3f3;
}












