@charset "UTF-8";

.Sec__terms {
	background-color: #fff;
	color: #333;
	padding: 100px 0 180px;
}

.Terms__inner {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

h2 {
	width: 18.716%;
	margin: 0 auto 60px;
}

h2::after {
	content: "";
	display: block;
	background-color: var(--page-color);
	width: 100%;
	height: 1px;
	margin-top: 10px;
}

h3 {
	border-bottom: solid 1px #333;
	font-size: 15px;
	font-weight: var(--semibold);
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.Block__terms {
	max-width: 620px;
	width: 100%;
	font-size: 12px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-align: left;
	margin: 0 auto;
}

.chapter {
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.condition {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
}

ul.list {
	counter-reset: num;
}

ul.list > li {
	display: block;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

ul.list > li::before {
	content: counter(num) ".";
	counter-increment: num;
	margin-right: 0.5em;
}

.Group__chapter:not(:last-of-type) {
	margin-bottom: 80px;
}

.Group__chapter .text:not(:last-child) {
	margin-bottom: 20px;
}

.Block__contact {
	display: none;
}

footer::before {
	content: none;
}

@media screen and (max-width: 959px) {
	h2 {
		width: 37.972%;
	}

	.Terms__inner {
		margin: 150px auto 0;
	}
}

@media screen and (max-width: 699px) {
	.Terms__inner {
		padding: 0 4%;
	}
}

@media screen and (max-width: 480px) {
	.Terms__inner {
		margin: 50px 0 0;
	}

	.text {
		margin: 0;
	}
}
