@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 h4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-bottom: 4px !important;
}

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

.table-area1 table th, .table-area1 table td {
	border: 1px solid #222;
}

.table-area1 table th {
	padding: 1.25em;
}

.table-area1 table td {
	padding: 1em 0 !important;
}

.table-area1 table th {
	width: 65%;
}

.table-area1 table td {
	width: 35%;
}

.table-area1 .text-label {
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
}

.table-area1 table h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 7px !important;
}

.table-area1 table .text-area {
	font-weight: normal;
	font-size: 0.9rem;
	line-height: 1.6em;
}

@media (min-width: 768px) {
	.table-area1 table th {
		padding: 1.5em;
	}
	
	.table-area1 table td {
		padding: 0.5em;
	}
	
	.table-area1 table h4 {
		font-size: 1.3rem;
		font-weight: bold;
		margin-bottom: 10px !important;
	}
	
	.table-area1 table .text-area {
		font-size: 1rem;
	}	
}

