@charset "UTF-8";
/*----------------------------------------

	- mv
	+ content
		- sec01

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 54px 0 94px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 33px 0 67px;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
.sec01 > p:nth-child(n+2) {
	margin-top: 10px;
}
.sec01 > p > a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
.sec01 > p > a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 -2px 8px;
	background-image: url("../../img/c_pdf_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 22px;
}