@charset "utf-8";
/* CSS Document */

.red {
	color: #E90000;
}

.text-bold {
	font-weight: bold;
}

.text-large {
	font-size: 1.2em;
}

.post .sec2 {
	margin-top: -30px !important;
}

.post .sec3{
	margin-bottom: -20px !important;
}

@media (min-width: 576px) {
	.post .sec3{
		margin-bottom: -20px !important;
	}
	
	.post .btn {
		width: 20em !important;
	}
}

@media (min-width: 768px) {
	.post .sec3{
		margin-bottom: -30px !important;
	}
}

/*/////////// セクション1 ///////////*/
.post .sec1 .c-1 {
	font-size: 0.85em;
}

.post .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.post .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 576px) {
	.post .sec1 .c-1 {
		font-size: 1em;
	}
}


/*/////////// セクション2 ///////////*/
.post .sec2 h2 {
	background-color: #0071bc;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
}

.post .sec2 h2 span {
	font-size: 0.7em;
}

.post .sec2 .note4 {
	font-size: 0.8em;
	line-height: 1.5em;
}

.post .sec2 .note4 .box-blue {
	background-color: #00a2e5;
	display: inline-block;
	width: 30px;
	height: 20px;
	vertical-align: -0.35rem;
	margin-right: 5px;
}

.post .sec2 .note4 .box-red {
	background-color: #ef0000;
	display: inline-block;
	width: 30px;
	height: 20px;
	vertical-align: -0.35rem;
	margin-right: 5px;
}

.post .sec2 .c-2 {
	font-size: 0.75em;
	line-height: 1.5em;
}

@media (min-width: 576px) {
	.post .sec2 h2 {
		font-size: 1.5em;
	}

	.post .sec2 h2 span {
		font-size: 0.75em;
	}

	.post .sec2 .note4 {
		font-size: 0.85em;
	}
	.post .sec2 .c-2 {
		font-size: 0.85em;
	}	
}

@media (min-width: 1200px) {
	.post .sec2 h2 {
		font-size: 1.55em;
	}
}

/*/////////// セクション3 ///////////*/
.post .sec3 h2 {
	color: #3961ac;
	font-size: 1.4em;
	text-align: center;
}

@media (min-width: 576px) {
	.post .sec3 h2 {
		font-size: 1.5em;
	}	
}

@media (min-width: 1200px) {
	.post .sec3 h2 {
		font-size: 1.55em;
	}	
}
