@charset "UTF-8";

main .container {
	max-width: 900px;
}

.mv .mv-title h1 {
	font-size: 2.0em;
}

/*////////// セクション1 ///////////*/
.sec1 h1 {
	font-size: 1.5em !important;
}

.sec1 h2 {
	font-size: 1.45em;
	color: #0071bc;
	padding-bottom: 10px;
	border-bottom: 1px solid #ababab;
}


@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 1.6em !important;
	}

	.sec1 h2 {
		font-size: 1.5em;
	}
}


@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 1.7em !important;
	}
}