@charset "UTF-8";

.terms__ttlH1 {
	margin-bottom: 4rem;
	font-size: 2rem;
	color: #233469;
}
.terms__headText {
	margin-bottom: 2.1rem;
	padding-bottom: 1.9rem;
	border-bottom: 0.05rem solid #8898aa;
	line-height: 2.4rem;
	font-size: 1.2rem;
}
.terms__subTtl {
	margin-bottom: 2.3rem;
	font-size: 1.6rem;
	font-weight: bold;
}
.terms__text {
	margin-bottom: 3.2rem;
	line-height: 2.4rem;
	font-size: 1.2rem;
}
.terms__text--time {
	font-size: 1.2rem;
	text-align: right;
}

@media screen and (min-width: 451px) {
	.terms__ttlH1 {
		margin-bottom: 35px;
		font-size: 30px;
	}
	.terms__headText {
		margin-bottom: 32px;
		padding-bottom: 32px;
	}
	.terms__subTtl {
		margin-bottom: 24px;
		font-size: 20px;
	}
	.terms__text {
		margin-bottom: 35px;
	}
}