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

	- mv
	+ content
		- pageAnchor
		- 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: 53px 0 94px;
}
@media screen and (max-width: 767px) {
	#content {
		padding: 36px 0 56px;
	}
}

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#content > #pageAnchor {
	margin-bottom: 97px;
}
#pageAnchor > ul {
	display: flex;
	flex-wrap: wrap;
}
#pageAnchor > ul > li {
	margin-right: 32px;
}
#pageAnchor > ul > li > a {
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 25px 0 0;
	transition: 0.1s ease-out;
	cursor: pointer;
}
#pageAnchor > ul > li > a::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: -1px;
	width: 10px;
	height: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	transform-origin: top right;
	transform: rotate(45deg);
	pointer-events: none;
	transition: 0.1s ease-out;
}
#pageAnchor > ul > li > a:hover::after {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	#content > #pageAnchor {
		margin-bottom: 67px;
	}
	#pageAnchor > ul {
		display: inherit;
		flex-wrap: wrap;
	}
	#pageAnchor > ul > li {
		margin-right: 0;
	}
	#pageAnchor > ul > li:nth-child(n+3) {
		margin-top: 6px;
	}
	#pageAnchor > ul > li:nth-child(n+4) {
		margin-top: 7px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#sec01 > dl {
	/* formula calc((100%/3) - (120px/3)) */
	width: calc(33.33% - 40px);
}
#sec01 > dl > .title {
	padding-bottom: 14px;
	border-bottom: 2px solid #222;
}
#sec01 > dl > .title > a:link,
#sec01 > dl > .title > a:visited {
	color: #000;
}
#sec01 > dl > dt:nth-of-type(n+2) {
	margin-top: 30px;
}
#sec01 > dl:first-child > dt:nth-of-type(2),
#sec01 > dl:nth-child(3) > dt:nth-of-type(n+2) {
	margin-top: 34px;
}
#sec01 > dl dd {
	margin-top: 12px;
}
#sec01 > dl > dt + dd {
	margin-top: 16px;
}
#sec01 > dl > dd > dl > dd,
#sec01 > dl > dd > dl > dd > dl > dd {
	margin-left: 1em;
}
@media screen and (max-width: 767px) {
	.pc{
		display: none;
	}
	#sec01 {
		display: inherit;
	}
	#sec01 > dl {
		width: 100%;
	}
	#sec01 > dl:nth-child(n+2) {
		margin-top: 30px;
	}
}