.site-main--terms {
	position: relative;
	min-width: 1200px;
	height: 7267px;
	background: linear-gradient(180deg, #fff 0 12px, #ecefff 12px, #fff 222px);
	color: #000;
}

.terms-page__breadcrumb {
	background: #f3f4f9;
	font-weight: 500;
}

.terms-page__breadcrumb a {
	text-decoration: none;
}

.terms-page__breadcrumb a:hover {
	text-decoration: underline;
}

.terms-page__header {
	position: absolute;
	top: 72px;
	left: 50%;
	display: flex;
	width: 1200px;
	height: 56px;
	align-items: center;
	gap: 25px;
	transform: translateX(-50%);
}

.terms-page__header h1 {
	width: 166px;
	flex: 0 0 166px;
	margin: 0;
	background: var(--gradient-brand);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}

.terms-page__header > span {
	font-family: var(--font-family-ja);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
}

.terms-page__content {
	width: 1200px;
	padding-top: 222px;
	margin: 0 auto;
}

.terms-page__intro {
	width: 1199px;
	height: 120px;
	margin: 0 0 0 1px;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: .9px;
}

.terms-page__clauses {
	display: flex;
	margin-top: 60px;
	flex-direction: column;
	gap: 20px;
}

.terms-clause {
	display: flex;
	width: 1200px;
	flex-direction: column;
	gap: 10px;
}

.terms-clause h2 {
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.2;
	letter-spacing: .9px;
}

.terms-clause h2::before {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-radius: 50%;
	background: linear-gradient(97deg, #80c700 4%, #0099aa 111%);
	content: "";
}

.terms-clause h2 span {
	width: 1180px;
}

.terms-clause > p {
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: .8px;
}

.terms-clause > p a {
	color: inherit;
}

.terms-clause--1 { height: 190px; }
.terms-clause--2 { height: 470px; }
.terms-clause--3 { height: 645px; }
.terms-clause--4 { height: 85px; }
.terms-clause--5 { height: 190px; }
.terms-clause--6 { height: 225px; }
.terms-clause--7 { height: 1135px; }
.terms-clause--8 { height: 260px; }
.terms-clause--9 { height: 365px; }
.terms-clause--10 { height: 540px; }
.terms-clause--11 { height: 85px; }
.terms-clause--12 { height: 225px; }
.terms-clause--13 { height: 155px; }
.terms-clause--14 { height: 400px; }
.terms-clause--15 { height: 120px; }
.terms-clause--16 { height: 225px; }
.terms-clause--17 { height: 155px; }
.terms-clause--18 { height: 190px; }
.terms-clause--19 { height: 225px; }
.terms-clause--20 { height: 120px; }
.terms-clause--21 { height: 120px; }
.terms-clause--22 { height: 120px; }

.terms-page__back {
	position: relative;
	display: flex;
	width: 211px;
	height: 56px;
	margin-top: 72px;
	align-items: center;
	border-radius: 10px;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	text-decoration: none;
}

.terms-page__back span {
	width: 138.5px;
	margin-left: 11.5px;
	text-align: center;
}

.terms-page__back > .ds-css-arrow {
	position: absolute;
	top: 21.5px;
	right: 15px;
	width: 18px;
	height: 13px;
}

.terms-page__back:hover span {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.site-main--terms {
		min-width: 0;
		height: auto;
		padding-bottom: 72px;
	}

	.terms-page__breadcrumb,
	.terms-page__header,
	.terms-page__content {
		width: calc(100% - 32px);
	}

	.terms-page__content {
		padding-top: 180px;
	}

	.terms-page__intro,
	.terms-clause,
	.terms-clause h2 span,
	.terms-clause > p {
		width: 100%;
		height: auto;
	}

	.terms-page__clauses {
		margin-top: 40px;
	}
}
