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

	- mv
	+ content
		- sec01
		- diagram

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

/*----------------------------------------
	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: 60px 0 94px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 74px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
.sec01 > .title {
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
	word-break: break-all;
}
.sec01:first-of-type > .title {
	margin-bottom: 34px;
}
.sec01:nth-of-type(2) > .title {
	margin: 57px 0 39px;
}
.sec01:nth-of-type(3) > .title {
	margin: 60px 0 35px;
}
.sec01:nth-of-type(4) > .title {
	margin: 56px 0 35px;
}
.sec01:nth-of-type(5) > .title {
	margin: 56px 0 35px;
}
.sec01 > p {
	margin-top: 28px;
}
.sec01 > ol > li {
	margin-top: 28px;
}
.sec01 > p:last-of-type {
	margin-top: 27px;
}
.sec01:nth-of-type(n+3) > p:last-of-type {
	margin-top: 11px;
}
.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;
}
@media screen and (max-width: 767px) {
	.sec01 > .title {
		padding: 2px 0 1px 15px;
		line-height: 1.25;
	}
	.sec01:first-of-type > .title {
		margin-bottom: 24px;
		padding-bottom: 5px;
	}
	.sec01:nth-of-type(2) > .title {
		margin: 35px 0 29px;
	}
	.sec01:nth-of-type(3) > .title {
		margin: 40px 0 24px;
	}
	.sec01:nth-of-type(4) > .title {
		margin: 34px 0 24px;
	}
	.sec01:nth-of-type(5) > .title {
		margin: 34px 0 24px;
	}
	.sec01 > p {
		margin-top: 24px;
		line-height: 1.75;
	}
	.sec01:first-of-type > p + p {
		margin-top: 28px;
	}
	.sec01 > p:last-of-type {
		margin-top: 17px;
	}
	.sec01:nth-of-type(n+3) > p:last-of-type {
		margin-top: 3px;
	}
}

/*----------------------------------------
	diagram
-----------------------------------------*/
#diagram > figure {
	margin: 0 60px;
}
@media screen and (max-width: 767px) {
	#diagram > figure {
		margin: 0;
	}
}