@charset "UTF-8";
/* terms ---------------------------------------*/
.terms {
	position: relative;
	padding: 0 20px 120px;
}

.terms-lead {
	margin-bottom: 60px;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.14em;
}

.terms-list > li {
	margin-bottom: 60px;
}

.terms-list.law-list > li {
	margin-bottom: 20px;
}

.terms-list > li:last-of-type {
	margin-bottom: 0;
}

.terms-list > li dl {
	display: flex;
	gap: 20px;
}

.terms-list > li dl dt {
	width: 200px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
}

.terms-list > li dl dd {
	flex: 1;
	font-size: 14px;
	line-height: 1.6;
}

.terms-list-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.14em;
}

.terms-list-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.14em;
}

.terms-list-sub {
	margin-top: 15px;
	padding-left: 30px;
}

.terms-list-sub > li {
	list-style: circle;
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
}


/* sp only */
@media screen and (max-width: 767px){
	/* terms ---------------------------------------*/
	.terms {
		padding: 0 14px 60px;
	}

	.terms-lead {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.8;
		text-align: justify;
	}

	.terms-list > li {
		margin-bottom: 40px;
	}

	.terms-list > li dl {
		display: block;
	}

	.terms-list > li dl dt {
		width: 100%;
	}

	.terms-list > li dl dd {
	}

	.terms-list-title {
		margin-bottom: 10px;
		font-size: 18px;
		letter-spacing: 0;
	}

	.terms-list-sub {
		margin: 10px 0;
		padding-left: 25px;
	}

}