.c-under-mv {
	padding-top: 19rem;
}
@media screen and (max-width: 767px) {
	.c-under-mv {
		padding-top: 10rem;
	}
}
.c-under-mv__content {
	display: block;
}
@media screen and (max-width: 767px) {
	.c-under-mv .c-secttl {
		font-size: 6rem;
	}
}

.p-policy {
	position: relative;
	padding-bottom: 12rem;
}
.p-policy .text0 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4rem; /* 222.222% */
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-policy .text0 {
		font-size: 3.2rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}
}
.p-policy .title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 4rem; /* 166.667% */
	letter-spacing: 0.072rem;
	padding-left: 2.3rem;
	position: relative;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid #293235;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.p-policy .title {
		font-size: 4rem;
		margin-bottom: 4rem;
		padding-bottom: 2rem;
		padding-left: 3rem;
		line-height: 1.6;
	}
}
.p-policy .title::before {
	content: "";
	width: 0.3rem;
	height: 3rem;
	background-color: #0069C6;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6rem;
}
@media screen and (max-width: 767px) {
	.p-policy .title::before {
		width: 0.6rem;
		height: 5rem;
		top: 1.2rem;
	}
}
.p-policy .text, .p-policy .num-list li {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 3rem; /* 187.5% */
	letter-spacing: 0.048rem;
}
@media screen and (max-width: 767px) {
	.p-policy .text, .p-policy .num-list li {
		font-size: 3rem;
		line-height: 1.8;
	}
}
.p-policy .text a, .p-policy .num-list li a {
	color: #0069C6;
	text-decoration: underline;
}
.p-policy .text .big, .p-policy .num-list li .big {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-policy .text .big, .p-policy .num-list li .big {
		font-size: 3.2rem;
		line-height: 1.8;
	}
}
.p-policy .text.-tar, .p-policy .num-list li.-tar {
	text-align: right;
}
.p-policy .num-list {
	margin-top: 1rem;
	padding-left: 4rem;
	counter-reset: listnum;
	list-style: none;
}
@media screen and (max-width: 767px) {
	.p-policy .num-list {
		margin-top: 2rem;
		padding-left: 2rem;
	}
}
.p-policy .num-list li {
	padding-left: 2rem;
}
@media screen and (max-width: 767px) {
	.p-policy .num-list li {
		padding-left: 1.2em;
		line-height: 1.5;
		margin-top: 1.5em;
	}
	.p-policy .num-list li:first-of-type {
		margin-top: 0;
	}
}
.p-policy .num-list li::before {
	counter-increment: listnum;
	content: counter(listnum) ".";
	display: inline-block;
	width: 2rem;
	margin-left: -2rem;
}
@media screen and (max-width: 767px) {
	.p-policy .num-list li::before {
		width: 1.2em;
		margin-left: -1.2em;
	}
}
.p-policy .num-list.-big li {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3rem; /* 166.667% */
	letter-spacing: 0.054rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-policy .num-list.-big li {
		font-size: 3.2rem;
		line-height: 1.5;
	}
}
.p-policy .num-list.-big li:first-of-type {
	margin-top: 0;
}
.p-policy .num-list .inn {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-policy .num-list .inn {
		margin-top: 2rem;
	}
}
.p-policy__content {
	padding-top: 6rem;
}
@media screen and (max-width: 767px) {
	.p-policy__content {
		padding-top: 8rem;
	}
}
.p-policy__content .box {
	padding-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-policy__content .box {
		padding-top: 6rem;
	}
}
.p-policy__content .box:first-of-type {
	padding-top: 0;
}
/*# sourceMappingURL=policy.css.map */