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

	- mv
	+ content
		- pageAnchor
		- title
		- sec01
		- sec02
		- sec03
		- sec04
		- sec05

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

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 52px 0 97px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 70px;
	}
}

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#content > #pageAnchor {
	margin-bottom: 96px;
}

#pageAnchor > ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 2;
}

#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 {
		width: 100%;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 654px) {
	#pageAnchor > ul {
		width: 300px;
	}

	#pageAnchor > ul > li {
		margin-right: 0;
	}

	#pageAnchor > ul > li > a {
		padding: 0 20px 0 0;
	}

	#pageAnchor > ul > li:first-of-type > a::after,
	#pageAnchor > ul > li:nth-of-type(n+4) > a::after {
		top: calc(50% + 12px);
	}
	[lang="en"] #pageAnchor > ul > li {
		margin-top: 7px;
	}
	[lang="en"] #pageAnchor > ul > li:first-of-type > a::after,
	[lang="en"] #pageAnchor > ul > li:nth-of-type(n+4) > a::after {
		top: calc(50% - 3px);
	}
	[lang="en"] #pageAnchor > ul > li > a::after {
		position: relative;
		display: inline-block;
		margin: 0 0 -3px 10px;
	}
}

/*----------------------------------------
	title
-----------------------------------------*/
div[id*="sec"] > .title {
	margin: 54px 0 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
	word-break: break-all;
}

div[id*="sec"] > h3 {
	margin: 29px 0 10px;
	color: #000;
}

@media screen and (max-width: 767px) {
	div[id*="sec"] > .title {
		margin: 34px 0 23px;
		padding: 2px 0 2px 15px;
		line-height: 1.25;
	}

	div[id*="sec"] > h3 {
		margin: 18px 0 5px;
		color: #000;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 > p:last-of-type {
	margin-top: 28px;
	text-align: right;
}

#sec01 > h3:nth-of-type(3) ,
#sec01 > h3:nth-of-type(5) {
	margin-top: 27px;
}
#sec01 > ol {
	margin-top: 8px;
}
#sec01 > ol > li {
	position: relative;
	padding-left: 1.6em;
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
#sec01 > ol > li::before {
	display: marker;
	position: absolute;
	top: 0;
	left: -0.55em;
	content: "\0FF08" counter(cnt) "\0FF09";
}

@media screen and (max-width: 767px) {
	#sec01 > p:last-of-type {
		margin-top: 18px;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 > ol {
	margin-top: 8px;
}

#sec02 > ol > li {
	position: relative;
	padding-left: 1.6em;
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}

#sec02 > ol > li::before {
	display: marker;
	position: absolute;
	top: 0;
	left: -0.55em;
	content: "\0FF08" counter(cnt) "\0FF09";
}

#sec02 > ol > li > ul > li {
	padding-left: 1em;
	position: relative;
}

#sec02 > ol > li > ul > li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.75em;
	left: 0.35em;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #222;
}

@media screen and (max-width: 767px) {
	#sec02 > ol {
		margin-top: 3px;
	}
}

/*----------------------------------------
	sec03
-----------------------------------------*/
#sec03 > .title {
	margin-top: 53px;
}
#sec03 > ul.num02 > li {
	position: relative;
	padding-left: 1.2em;
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
#sec03 > ul.num02 > li::before {
	display: marker;
	position: absolute;
	top: 0;
	left: 0.2em;
	content: counter(cnt) "\02e";
}
@media screen and (max-width: 767px) {
	#sec03 > .title {
		margin-top: 34px;
	}
}

/*----------------------------------------
	sec04
-----------------------------------------*/
#sec04 > h3:nth-of-type(3) {
	margin-top: 27px;
}

#sec04 > ol {
	margin-top: 7px;
}

#sec04 > ol > li {
	position: relative;
	padding-left: 1.6em;
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}

#sec04 > ol > li::before {
	display: marker;
	position: absolute;
	top: 0;
	left: -0.55em;
	content: "\0FF08" counter(cnt) "\0FF09";
}

#sec04 > ol > li > ul > li {
	padding-left: 1em;
	position: relative;
}

#sec04 > ol > li > ul > li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.75em;
	left: 0.35em;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #222;
}

#sec04 > ol > li > ul > li > a {
	text-decoration: underline;
	text-underline-position: under;
}

#sec04 > ol > li > ul > li > 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;
}

#sec04 > table {
	width: 100%;
	margin-top: 14px;
	border-bottom: 1px solid #ddd;
}

#sec04 > table > tbody > tr:nth-child(n) > th {
	position: relative;
	padding-left: 2.6em;
}
#sec04 > table > tbody > tr:nth-child(n) > th::before {
	display: block;
	position: absolute;
	left: 0.2em;
}

#sec04 > table > tbody > tr:nth-child(1) > th::before {
	top: 16px;
	content: "\0FF08 1\0FF09";
}
#sec04 > table > tbody > tr:nth-child(2) > th::before {
	top: 16px;
	content: "\0FF08 2\0FF09";
}
#sec04 > table > tbody > tr:nth-child(3) > th::before {
	top: 16px;
	content: "\0FF08 3\0FF09";
}
#sec04 > table > tbody > tr:nth-child(6) > th::before {
	top: 16px;
	content: "\0FF08 4\0FF09";
}
#sec04 > table > tbody > tr:nth-child(7) > th {
	padding-left: 2.6em !important;
}
#sec04 > table > tbody > tr:nth-child(7) > th::before {
	top: 12px;
	content: "\0FF08 5\0FF09";
}
#sec04 > table > tbody > tr:nth-child(8) > th::before {
	top: 16px;
	content: "\0FF08 6\0FF09";
}

#sec04 > table > tbody > tr > th,
#sec04 > table > tbody > tr > td {
	padding: 16px 20px 12px;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	vertical-align: top;
}

#sec04 > table > tbody > tr > th {
	width: 450px;
	background: #fafafa;
}

#sec04 > table > tbody > tr:nth-child(7) > th {
	padding: 12px 20px;
}

#sec04 > table > tbody > tr > td {
	width: 670px;
	background: #fff;
}

#sec04 > table > tbody > tr:nth-child(2) > td,
#sec04 > table > tbody > tr:nth-child(9) > td {
	padding: 14px 22px;
}

#sec04 > table > tbody > tr:nth-child(7) > td {
	padding: 12px 18px 14px 22px;
}

#sec04 > table > tbody > tr:nth-child(7) > td > p:nth-child(2) {
	margin: 8px 0 6px;
}

#sec04 > table > tbody > tr > td a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}

#sec04 > table + p {
	margin-top: 14px;
}

#sec04 > p:last-of-type {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#sec04 > .title {
		margin-top: 34px;
	}

	#sec04 > ol {
		margin-top: 3px;
	}
	#sec04 > ol > li:nth-of-type(2){
		margin-top: 5px;
	}

	#sec04 > table > tbody > tr > th,
	#sec04 > table > tbody > tr > td {
		padding: 11px 15px;
	}

	#sec04 > table > tbody > tr > th {
		min-width: 168px;
		width: 50%;
	}
	#sec04 > table > tbody > tr:nth-child(n) > th::before {
		top: 11px;
	}

	#sec04 > table > tbody > tr > td {
		min-width: 168px;
		width: 50%;
		padding: 11px 15px;
		line-height: 1.5;
		word-break: break-all;
	}

	#sec04 > table > tbody > tr:nth-child(2) > td,
	#sec04 > table > tbody > tr:nth-child(9) > td {
		padding: 11px 15px;
	}

	#sec04 > table > tbody > tr:nth-child(7) > td {
		padding: 11px 15px;
	}

	#sec04 > table + p {
		margin-top: 9px;
	}
	
	#sec04 > p:last-of-type {
		margin-top: 3px;
	}
}

@media screen and (max-width: 374px) {
	#sec04 > table > tbody > tr > th,
	#sec04 > table > tbody > tr > td {
		min-width: initial;
	}
}

/*----------------------------------------
	sec05
-----------------------------------------*/
#sec05 > .title {
	line-height: 1.15;
}

#sec05 > h3:nth-of-type(3) {
	margin-top: 28px;
}

#sec05 > h3:nth-of-type(4) {
	margin-top: 25px;
}

#sec05 > p:nth-of-type(5) {
	margin-top: 28px;
}

#sec05 > dl {
	margin-top: 30px;
}

#sec05 > dl > dt {
	margin-bottom: 7px;
}

#sec05 > dl > dd > a,
#sec05 > ul > li > a {
	text-decoration: underline;
	text-underline-position: under;
}

#sec05 > ul {
	margin-top: 8px;
}

/* blank icon */
.targetBlank::after {
	content: "";
	display: inline-block;
	height: 13px;
	width: 16px;
	margin: 6px 0 0 9px;
	border-right: 2px solid rgba(255,255,255,0);
	border-bottom: 2px solid rgba(255,255,255,0);
	-webkit-box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
	box-shadow: inset 0 0 0 1px #00a0e9, 2px 2px 0px -1px #00a0e9;
}

@media screen and (max-width: 767px) {
	#sec05 > .title {
		margin-top: 34px;
		line-height: 1.25;
	}

	#sec05 > dl {
		margin-top: 18px;
	}

	#sec05 > dl > dt {
		margin-bottom: 3px;
	}

	#sec05 > ul {
		margin-top: 3px;
	}
}