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


.bg-darkblue {
	background-color: #18587c;
}
.darkblue {
	color: #18587c;
}

/*///////// メイン /////////*/
.mv2 h1 {
	font-size: 1.5rem;
	line-height: 1.4em;
	margin: 1rem 0;
	color: #18587c;
}

@media (min-width: 576px) {
	.mv2 h1 {
		font-size: 1.6rem;
	}
}

@media (min-width: 768px) {
	.mv2 h1 {
		font-size: 1.8rem;
	}
}

@media (min-width: 992px) {
	.mv2 h1 {
		font-size: 1.9rem;
		margin: 1.5rem 0;
	}
}

@media (min-width: 1200px) {
	.mv2 h1 {
		font-size: 2rem;
	}
}


/*///////// セクション1 /////////*/
.sec1 img {
	margin-bottom: 0.3rem;
}

.sec1 .col-12 {
	margin-bottom: 30px;
}

.sec1 .col-12:last-child {
	margin-bottom: 0;
}

.sec1 p {
	margin-left: -0.5rem;
}


@media (min-width: 576px) {
	.sec1 img {
		padding-left: 2%;
		padding-right: 2%;
	}
}


/*///////// セクション2 /////////*/
.sec2 h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";	
	font-size: 1.5rem;
	line-height: 1.4em;
	background-color: #fff;
	color: #18587c;
}

.sec2 h1 span {
	font-size: 0.75rem;
}

.sec2 ul {
	list-style: none;
}

.sec2 ul li {
	padding:1rem 0 0.8rem;
	border-bottom: 1px dashed #ABABAB;
}

.sec2 ul li:last-child {
	border-bottom: none;
}


@media (min-width: 576px) {
	.sec2 h1 {
		line-height: 1.15em;
	}	
}


@media (min-width: 768px) {
	.sec2 h1 {
		font-size: 1.6rem;
	}

	.sec2 ul li {
		padding:1.2rem 0 1rem;
	}
}


@media (min-width: 992px) {
	.sec2 h1 {
		font-size: 1.7rem;
	}
}








