@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 ////////*/
.post .list-wrap {
	border: 1px solid #ababab !important;
}

.post .list-wrap li {
	font-size: 1.25em !important;
	line-height: 1.6em;
	font-weight: bold;
	display: block;
	margin-bottom: 15px !important;
}

.post .list-wrap li:last-child {
	margin-bottom: 0 !important;
}













