@charset "UTF-8";
.terms {}
.terms_text {
	margin-bottom: 47px;
}
.terms_box {}
.terms_oList {
	list-style: none;
	max-width: 800px;
	margin: 0 auto 0;
	counter-reset: number;
}
.terms_oList > li {
	margin-top: 1.8em;
	position: relative;
	z-index: 1;
	padding-left: 45px;
	word-break: break-all;
}
.terms_oList > li::before {
	content: counter(number)".";
	counter-increment: number;
	color: #3f98db;
	font-weight: 900;
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	font-size: 20px;
}
.terms_oList > li:first-child {
	margin-top: 0;
}
.terms_oList > li:last-child {}
.terms_oList > li:nth-child(2n+1) {}
.terms_oList > li:nth-child(n+3) {}
.terms_oList > li > a {}
.terms_oList > li > a::before {
	content: "";
}
.terms_oList > li > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.terms_oList > li > a:hover {}
}
@media screen and (max-width:999px) {
	.terms {}
	.terms_text {}
	.terms_box {}
	.terms_oList {}
	.terms_oList > li {}
	.terms_oList > li::before {}
	.terms_oList > li:first-child {}
	.terms_oList > li:last-child {}
	.terms_oList > li:nth-child(2n+1) {}
	.terms_oList > li:nth-child(n+3) {}
	.terms_oList > li > a {}
	.terms_oList > li > a::before {}
	.terms_oList > li > a::after {}
}
@media screen and (max-width:767px) {
	.terms {}
	.terms_text {
		margin-bottom: 23px;
	}
	.terms_box {}
	.terms_oList {}
	.terms_oList > li {
		padding-left: 27px;
		margin-top: 1em;
	}
	.terms_oList > li::before {
		font-size: 16px;
		top: 12px;
	}
	.terms_oList > li:first-child {}
	.terms_oList > li:last-child {}
	.terms_oList > li:nth-child(2n+1) {}
	.terms_oList > li:nth-child(n+3) {}
	.terms_oList > li > a {}
	.terms_oList > li > a::before {}
	.terms_oList > li > a::after {}
}
