@charset "utf-8";


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

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

.post .text-red {
	color: #F00000;
}


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


/*/////////// MV ///////////*/
@media (min-width: 576px) {
	.post .mv2 .title h2 span {
	  font-size: 1.17em;
	}
}

@media (min-width: 768px) {
	.post .mv2 .title h2 span {
	  font-size: 1.2em;
	}
}


/*/////// まとめ////////*/
.matome p span {
	display: block;
	margin-bottom: -17px !important;
}





