.text-page {
	padding-bottom: 101px;
	padding-top: 176px;
}

.text-page__inner {
	margin: 0 auto;
	max-width: 948px;
	padding-inline: 50px;
	width: 100%;
}

.text-page__ttl {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.28px;
	line-height: 26px;
	text-align: center;
}

.text-page__line {
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	margin-top: 64px;
	width: 100%;
}

.text-page__line span {
	background: #0068B6;
	display: block;
	height: 1px;
	width: 88px;
}

.text-page__desc {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.56px;
	line-height: 26px;
	margin-top: 27px;
}

.text-page__container {
	display: flex;
	flex-direction: column;
	gap: 44px;
	margin-top: 45px;
}

.text-page__sec {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.text-page__h2 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.64px;
	line-height: 26px;
}

.text-page__lists {
	counter-reset: lists-counter;
}

.text-page__lists > li {
	counter-increment: lists-counter;
}

.text-page__lists > li::before {
	content: counter(lists-counter, fullwidth-decimal) "　";
}

.text-page__list {
	color: #565B64;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.56px;
	line-height: 24px;
}

.text-page__sub-lists {
	counter-reset: sub-lists-counter;
}

.text-page__sub-lists > li {
	counter-increment: sub-lists-counter;
}

.text-page__sub-lists > li::before {
	content: counter(sub-lists-counter, circled-decimal);
}

.page--terms .text-page__sub-lists > li::before {
	content: counter(sub-lists-counter, circled-decimal) "　";
}

.text-page__paren-lists {
	counter-reset: paren-lists-counter;
}

.text-page__paren-lists > li {
	counter-increment: paren-lists-counter;
}

.text-page__paren-lists > li::before {
	content: "(" counter(paren-lists-counter) ")";
}

.text-page__time {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.56px;
	line-height: 26px;
	text-align: right;
	width: 100%;
}

@counter-style fullwidth-decimal {
	system: numeric;
	symbols: "０" "１" "２" "３" "４" "５" "６" "７" "８" "９";
}

@counter-style circled-decimal {
	system: fixed;
	symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩" "⑪" "⑫" "⑬" "⑭" "⑮" "⑯" "⑰" "⑱" "⑲" "⑳";
}

@media screen and (max-width: 1080px) {

.text-page {
	padding-bottom: 68px;
	padding-top: 107px;
}

.text-page__inner {
	padding-inline: 24px;
}

.text-page__ttl {
	font-size: 20px;
	letter-spacing: 0.8px;
}

.text-page__line {
	margin-top: 29px;
}

.text-page__line span {
	width: 57px;
}

.text-page__desc {
	margin-top: 49px;
}

.text-page__container {
	gap: 31px;
	margin-top: 33px;
}

.text-page__h2 {
	font-size: 16px;
	letter-spacing: 0.64px;
}

}

