@charset "utf-8";


/*/////// 共通 ////////*/
.post .mv2 .title {
  background-color: rgba(49, 167, 244, 0.6) !important;
}

.post .mv2 .title h2 .indent {
	font-size: 0.8em;
}

/*/////// セクション5 ////////*/
.post .sec5 .img01 {
	width: 320px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	.post .sec5 .img01 {
		width: 360px;
	}
}


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









