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

	#site_policy
	- mv
	- content

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

/*----------------------------------------
	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
-----------------------------------------*/
/* commons */
.sp {
	display: none;
}

.num > li {
	position: relative;
	padding-left: 1.2em;
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
.mdot > li {
	position: relative;
	padding-left: 1.0em;
	list-style-type: none;
	list-style-position: inside;
}
.num > li::before {
	display: marker;
	position: absolute;
	top: 0;
	left: 0.2em;
	content: counter(cnt) "\02e";
}
.mdot > li::before {
	display: marker;
	position: absolute;
	top: 0;
	left: 0.4em;
	content: "\0b7";
}

#content a {
	text-decoration: underline;
	text-underline-position: under;
}

#content>div>div {
	padding: 0 0 54px;
}
#content>div:last-child>div {
	padding: 0 0 33px;
}
#content>div>div .title {
	margin-bottom: 41px;
	padding: 4px 15px 6px;
	color: #000;
	border-left: 5px solid #00a0e9;
}
#content>div:nth-child(2)>div .title {
	margin-bottom: 35px;
}
#content>div>div>ul>li+li {
	margin-top: 28px;
}
#content>div:nth-child(3)>div>ul>li+li {
	margin-top: 8px;
}
#content>div>div>ul>li>p+ul {
	margin-top: 9px;
}

#content>div>div p {
	margin-top: -7px;
}
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 33px 0 13px;
}
.logo figure+figure {
	margin-left: 20px;
}
.logo figure img {
	width: auto;
}

@media screen and (max-width: 767px) {
	#content>div>div {
		padding: 0 0 32px;
	}
	#content>div:last-child>div {
		padding: 0 0 11px;
	}
	#content>div>div .title {
		margin-bottom: 24px;
	}
	#content>div>div .title h1 {
		line-height: 1.3;
	}
	#content>div:nth-child(2)>div .title {
		margin-bottom: 18px;
	}
	#content>div>div>ul>li+li {
		margin-top: 18px;
	}
	.logo {
		display: block;
		padding: 23px 0 8px;
	}
	.logo figure {
		text-align: center;
	}
	.logo figure+figure {
		margin-top: 10px;
		margin-left: 0;
	}
	.logo figure img {
		width: 100%;
	}
	.logo figure:first-child img {
		max-width: 189px;
	}
	.logo figure:last-child img {
		max-width: 157px;
	}
}