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


/*/////// セクション2////////*/
.sec2 h4 {
	font-size: 1.3em;
	font-weight: 600;
}

.sec2 h4 span {
	font-size: 0.75em;
	font-weight: 400;
}

.sec2 table {
	width: 100%;
	border: 2px solid #222;
}

.sec2 table tr {
	border-bottom: 1px solid #222;
}

.sec2 table th {
	border-right: 1px solid #222;
	padding: 10px;
	width: 42%;
	background-color: #E6F7FF;
	font-weight: normal;
}

.sec2 table td {
	padding: 10px;
	width: 58%;
}

@media (min-width: 576px) {
	.sec2 table th {
		padding: 15px;
		width: 28%;
	}

	.sec2 table td {
		padding: 15px;
		width: 72%;
	}
}

@media (min-width: 768px) {
	.sec2 table {
		width: 76%;
	}
	
	.sec2 table th {
		width: 28%;
	}

	.sec2 table td {
		width: 72%;
	}
}

@media (min-width: 992px) {
	.sec2 table {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.sec2 table {
		width: 76%;
	}
}



