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

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

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

/*----------------------------------------
	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: 56px 0 97px;
}

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

/*----------------------------------------
	pageAnchor
-----------------------------------------*/
#pageAnchor {
	margin-bottom: 98px !important;
}

#pageAnchor > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#pageAnchor > ul > li:nth-child(n+2) {
	margin-left: 30px;
}

#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% - 4px);
	right: 0;
	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) {
	#pageAnchor {
		margin-bottom: 60px !important;
	}

	#pageAnchor > ul > li {
		display: inline-block;
		margin: 0 32px 7px 0;
	}

	#pageAnchor > ul > li:nth-child(n+2) {
		margin-left: 0;
	}
}

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

div[id*="sec"] > div > .title {
	margin: 48px 0 14px;
	color: #000;
	text-align: left;
}

div[id*="sec"] > div:nth-of-type(2) > .title {
	margin-top: 54px;
}

div[id*="sec"] > .subtitle {
	position: relative;
	margin: 34px 0 20px;
	padding-left: 1.5em;
}

div[id*="sec"] > .subtitle::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	div[id*="sec"] > .title {
		margin: 40px 0 24px;
	}

	div[id*="sec"] > div > .title {
		margin: 28px 0 10px;
		color: #000;
		text-align: left;
	}

	div[id*="sec"] > div:nth-of-type(2) > .title {
		margin-top: 30px;
	}

	div[id*="sec"] > .subtitle {
		margin: 24px 0 16px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
#sec01 > div {
	position: relative;
	margin-top: 32px;
}

/*
#sec01 > div > p:first-child > img:last-child {
	display: none;
}

#sec01 > div > p:nth-child(n+2) {
	z-index: 10;
	position: absolute;
	bottom: 0;
	width: 13.39%;
}

#sec01 > div > p:nth-child(2) {
	left: 9.29%;
	bottom: 7.6%;
}

#sec01 > div > p:nth-child(3) {
	left: 24.38%;
}

#sec01 > div > p:nth-child(4) {
	left: 39.64%;
	bottom: 7.6%;
}
*/

#sec01 > div > p:nth-child(2) {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 54%;
}

@media screen and (min-width: 768px) {
	#sec01 > div > p > a {
		display: block;
	}

	#sec01 > div > p > a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition-property: background;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}
	#sec01 > div > p > a:hover::before {
		background: rgba(255,255,255,0.5);
	}
}

@media screen and (max-width: 767px) {
	#sec01 > div {
		margin-top: 23px;
	}
/*
	#sec01 > div > p:first-child > img:last-child  {
		display: block;
	}

	#sec01 > div > p:first-child > img:first-child {
		display: none;
	}

	#sec01 > div > p:nth-child(n+2) {
		width: 30.65%;
	}

	#sec01 > div > p:nth-child(2) {
		left: 0;
		bottom: 8.07%;
	}
	
	#sec01 > div > p:nth-child(3) {
		left: 34.22%;
	}
	
	#sec01 > div > p:nth-child(4) {
		left: auto;
		right: 0;
		bottom: 8.07%;
	}
*/
	#sec01 > div > p:first-child {
		display: none;
	}
	#sec01 > div > p:nth-child(2) {
		position: static;
		transform: none;
		width: 100%;
	}
}

/*----------------------------------------
	sec02
-----------------------------------------*/
#sec02 > div {
	width: 100%;
	margin-top: 34px;
}

#sec02 > div > dl > dt, #sec02 > div > dl > dd {
	padding: 15px 40px;
}

#sec02 > div > dl:nth-of-type(1) > dt {
	background: #9ec07d;
}

#sec02 > div > dl:nth-of-type(1) > dd {
	display: -ms-flexbox;
	display: flex;
	background: #e9f6dd;
}

#sec02 > div > dl:nth-of-type(1) > dd > dl {
	margin: 0 -16px 18px 0;
}

#sec02 > div:nth-of-type(1) > dl:nth-of-type(1) > dd > dl:nth-child(1),
#sec02 > div:nth-of-type(1)> dl:nth-of-type(1) > dd > dl:nth-child(2) {
	flex-basis: 240px;
	margin-right: 40px;
}

#sec02 > div:nth-of-type(1) > dl:nth-of-type(1) > dd > dl:nth-child(3) {
	flex-basis: 480px;
}

#sec02 > div > dl > dd > dl > dd > a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
	text-decoration: underline;
}

#sec02 > div > dl > dd > dl > dd > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 3px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #666;
}

#sec02 > div:nth-of-type(2) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

#sec02 > div:nth-of-type(2) > dl {
	width: calc(50% - 10px);
}

#sec02 > div:nth-of-type(2) > dl:nth-child(1) > dt {
	background: #86b1dc;
}

#sec02 > div:nth-of-type(2) > dl:nth-child(1) > dd {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #e5f2ff;
}

#sec02 > div:nth-of-type(2) > dl > dd >dl {
	margin-bottom: 18px;
}

#sec02 > div:nth-of-type(2) > dl:nth-child(1) > dd > dl {
	width: calc(100% / 2);
	margin-right: -16px;
}

#sec02 > div:nth-of-type(2) > dl:nth-child(2) > dt {
	background: #ef9ba1;
}

#sec02 > div:nth-of-type(2) > dl:nth-child(2) > dd {
	background: #ffeeee;
}

#sec02 > p:nth-of-type(1) {
	margin-bottom: 20px;
}

@media screen and (min-width:768px) and ( max-width:1367px) {
	#sec02 > div:nth-of-type(2) > dl:nth-child(1) > dd {
		min-height: 214px;
	}

	#sec02 > div:nth-of-type(2) > dl:nth-child(2) > dd {
		min-height: 214px;
	}
}

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

	#sec02 > div > dl > dt, #sec02 > div > dl > dd {
		padding: 10px 15px;
	}

	#sec02 > div > dl:nth-of-type(1) > dd {
		display: block;
		padding: 10px 15px 5px;
	}

	#sec02 > div > dl:nth-of-type(1) > dd > dl {
		width: 100%;
		margin: 0 0 18px 0;
	}

	#sec02 > div:nth-of-type(2), #sec02 > div:nth-of-type(2) > dl:nth-child(1) > dd {
		display: block;
	}

	#sec02 > div:nth-of-type(2) , #sec02 > div:nth-of-type(2) > dl{
		margin-top: 15px;
	}

	#sec02 > div:nth-of-type(2) > dl, #sec02 > div:nth-of-type(2) > dl:nth-child(1) > dd > dl {
		width: 100%;
	}

	#sec02 > div:nth-of-type(2) > dl:nth-child(2) > dd {
		padding-bottom: 5px;
	}
}

/*----------------------------------------
	sec03
-----------------------------------------*/
#sec03 > div {
	padding-top: 6px;
}

#sec03 table {
	width: 100%;
	margin-bottom: 16px;
	box-sizing: border-box;
}

#sec03 table tr > th,
#sec03 table tr > td {
	padding: 16px 18px;
	box-sizing: border-box;
}

#sec03 table > thead > tr > th {
	width: 180px;
	background: #62b1d9;
	text-align: center;
}

#sec03 table > thead > tr > th:first-child {
	width: 640px;
}

#sec03 table > thead > tr > th:nth-child(n+2) {
	border-left: 1px solid #ddd;
}

#sec03 table > tbody > tr > th,
#sec03 table > tfoot > tr > th {
	width: 200px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fafafa;
	vertical-align: top;
}

#sec03 table > tbody > tr > th > a {
	text-decoration: underline;
}

#sec03 table > tbody > tr > td, 
#sec03 table > tfoot > tr > td {
	width: 150px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	text-align: right;
	vertical-align: top;
}

#sec03 table > tbody > tr > td:last-child {
	border-right: none;
	text-align: left;
}

@media screen and (max-width: 767px) {
	#sec03 .tableWrapper {
		overflow-x: scroll;
		margin: 0 -20px;
	}

	#sec03 table {
		width: 605px;
		margin-bottom: 13px;
		padding: 0 20px;
		border-collapse: separate;
	}

	#sec03 table tr > th, #sec03 table tr > td {
		padding: 12px 15px;
	}

	#sec03 table > thead > tr > th {
		width: auto;
	}

	#sec03 table tr > th:first-child,
	#sec03 table tr > th:nth-child(2){
		width: 130px;
	}
}

/*----------------------------------------
	sec04
-----------------------------------------*/
#sec04 p {
	margin-top: 36px;
}
#sec04 .pics {
	display: flex;
	margin: 36px auto 0;
}
#sec04 .pics figure {
	max-width: 395px;
}
#sec04 .pics figure+figure {
	max-width: 186px;
	margin-left: 60px;
}
#sec04 p a {
	text-decoration: underline;
}
#sec04 p a:hover {
	text-decoration: none;
}
#sec04 p a::before {
	content: "";
	display: inline-block;
	margin: 0 0.5em 0 0;
	border-top: 0.3em solid rgba(255,255,255,0.0);
	border-left: 0.4em solid #666;
	border-bottom: 0.3em solid rgba(255,255,255,0.0);
}
#sec04 figure a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	#sec04 p {
		margin-top: 26px;
	}
	#sec04 .pics {
		display: block;
		margin-top: 26px;
	}
	#sec04 .pics figure {
		margin-left: auto;
		margin-right: auto;
	}
	#sec04 .pics figure+figure {
		margin-top: 30px;
		margin-left: auto;
	}
	#sec04 p a:hover {
		text-decoration: underline;
	}
}
