@charset "UTF-8";

/* --------------------------------------------------------------------------------------
	利用規約
--------------------------------------------------------------------------------------- */

.terms-wrap {
	margin-top: 90px;
	position: relative;
	z-index: 1;
}

.terms-wrap .head {
	font-family: var(--font-UD-ShinGo-DeBold);
	font-size: 3.2rem;
	margin-bottom: 54px;
	text-align: center;
}

.terms-nav .accordion-content { margin-top: -1px; }

.terms-nav li {
	display: block;
	margin-left: 0;
	margin-top: 0;
	max-width: 100%;
	min-width: inherit;
}

.terms-nav li a {
	border-radius: 0;
	border-top: none;
	border-width: 1px;
	height: auto;
	justify-content: flex-start;
	padding: 20px 28px;
}

.terms-nav li:first-of-type a { border-top: 1px solid var(--border-color); }

#terms-top .terms-nav .nav-terms a,
#terms-bundle .terms-nav .nav-bundle a,
#terms-date .terms-nav .nav-date a,
#terms-payeasy .terms-nav .nav-payeasy a,
#terms-settlement .terms-nav .nav-settlement a	 {
	background-color: var(--border-color);
	background-image: none;
	color: #fff;
	pointer-events: none;
}

.terms-content {
	border-top: 1px solid var(--border-color);
	margin-top: 48px;
	padding-top: 48px;
}

.privacy-wrap .terms-content {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.terms-content > h3 {
	font-family: var(--font-UD-ShinGo-DeBold);
	font-size: 2.4rem;
}

.terms-content > p,
.terms-content section,
.terms-wrap .help,
.terms-wrap .table { margin-top: 28px; }

.terms-content section h4 {
	font-family: var(--font-UD-ShinGo-DeBold);
	margin-bottom: 12px;
}

.terms-content section p,
.terms-content section li { line-height: 1.6; }

.terms-content section > dl,
.terms-content section > .brackets-num,
.terms-content section > .dotted { margin-top: 24px; }

.terms-content section .num,
.terms-content section .brackets-num { counter-reset: number 0; }

.terms-content section .brackets-num > li {
	padding-left: 1.9em;
	position: relative;
}

.terms-content section .brackets-num > li:nth-of-type(n+10) { padding-left: 2.4em; }

.terms-content section .brackets-num > li::before {
	content: '('counter(number) ')';
	counter-increment: number 1;
	left: 0;
	position: absolute;
	top: 0;
}

.terms-content section .num > li {
	padding-left: 2em;
	position: relative;
}

.terms-content section .num > li::before {
	content: counter(number) '.';
	counter-increment: number 1;
	left: 0;
	position: absolute;
	top: 0;
}

.terms-content section .num > li:nth-of-type(n+2),
.terms-content section .brackets-num > li:nth-of-type(n+2),
.terms-content section li > .brackets-num { margin-top: 4px; }

.terms-content section .circle-num li {
	padding-left: 1.5em;
	position: relative;
}

.terms-content section .circle-num li::before {
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

.terms-content section .circle-num li:nth-of-type(1):before { content: '①'; }
.terms-content section .circle-num li:nth-of-type(2):before { content: '②'; }
.terms-content section .circle-num li:nth-of-type(3):before { content: '③'; }
.terms-content section .circle-num li:nth-of-type(4):before { content: '④'; }
.terms-content section .circle-num li:nth-of-type(5):before { content: '⑤'; }
.terms-content section .circle-num li:nth-of-type(6):before { content: '⑥'; }
.terms-content section .circle-num li:nth-of-type(7):before { content: '⑦'; }
.terms-content section .circle-num li:nth-of-type(8):before { content: '⑧'; }
.terms-content section .circle-num li:nth-of-type(9):before { content: '⑨'; }
.terms-content section .circle-num li:nth-of-type(10):before { content: '⑩'; }
.terms-content section .circle-num li:nth-of-type(11):before { content: '⑪'; }
.terms-content section .circle-num li:nth-of-type(12):before { content: '⑫'; }
.terms-content section .circle-num li:nth-of-type(13):before { content: '⑬'; }
.terms-content section .circle-num li:nth-of-type(14):before { content: '⑭'; }

.terms-content section .dotted li {
	list-style-type: disc;
	margin-left: 18px;
}

.terms-wrap .help {
	border-bottom: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	display: table;
	padding: 28px 0;
	width: 100%;
}

.terms-wrap .help dl { display: table-row; }

.terms-wrap .help dt {
	display: table-cell;
	padding: 2px 0;
	width: 150px;
}

.terms-wrap .help dd {
	display: table-cell;
	padding: 2px 0;
}

.terms-wrap > p { margin-top: 24px; }
.terms-wrap .right { text-align: right; }

.terms-wrap .table table {
	border-bottom: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
	font-size: 1.4rem;
	margin-bottom: 8px;
	margin-top: 8px;
}

.terms-wrap .table th {
	background-color: var(--color-gray-white);
	border-right: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	padding: 12px 32px;
	text-align: center;
}

.terms-wrap .table td {
	border-right: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	padding: 12px 32px;
	text-align: center;
}

.terms-wrap .terms-content a { color: var(--color-deep-blue); }

@media (max-width: 768px) {

	.terms-wrap {
		margin: 11.2vw 5.333vw 0;
		overflow-x: clip;
		width: auto;
	}

	.terms-wrap .head {
		font-size: 7.467vw;
		margin-bottom: 6.4vw;
	}

	.terms-nav li {
		display: block;
		margin-left: 0;
		margin-top: 0;
		max-width: 100%;
		min-width: inherit;
	}

	.terms-nav li a {
		border-radius: 0;
		border-top: none;
		border-width: 1px;
		height: 18.133vw;
		justify-content: flex-start;
		padding-left: 3.733vw;
	}

	.terms-content {
		border-top: none;
		margin-top: 9.333vw;
		padding-top: 0;
	}

	.terms-content > h3 { font-size: 5.333vw; }

	.terms-content section > dl,
	.terms-content section > .brackets-num,
	.terms-content section > .dotted,
	.terms-content > p,
	.terms-content section,
	.terms-wrap .help,
	.terms-wrap .table { margin-top: 4.267vw; }

	.terms-content section h4 { margin-bottom: 2.4vw; }

	.terms-content section > .brackets-num { margin-top: 5.6vw; }

	.terms-content section .num > li:nth-of-type(n+2),
	.terms-content section .brackets-num > li:nth-of-type(n+2),
	.terms-content section li > .brackets-num { margin-top: 1.6vw; }

	.terms-content section > .dotted li { margin-left: 5.333vw; }

	.terms-wrap .help {
		padding-bottom: 4.267vw;
		padding-top: 4.267vw;
	}

	.terms-wrap .help dl { display: block; }
	.terms-wrap .help dl:nth-of-type(n+2) { margin-top: 1.6vw; }

	.terms-wrap .help dt {
		display: block;
		padding: 0;
		width: auto;
	}

	.terms-wrap .table th {
		font-size: 3.333vw;
		padding: 2.667vw 4.267vw;
		white-space: nowrap;
	}

	.terms-wrap .table td {
		padding: 3.2vw 8vw;
		white-space: nowrap;
	}

	.terms-wrap > p { margin-top: 6.4vw; }

}