@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  ページタイトル
**************************************************
--------------------------------------------------*/
.sub_page_title_box h1 {
	text-align: center;
	font-size: 5.6rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-accent-1);
}

/* SP */
@media (max-width: 767px) {
	.sub_page_title_box h1 {
		font-size: 3.0rem;
	}
}

/*--------------------------------------------------
**************************************************
  terms-of-service_box
**************************************************
--------------------------------------------------*/
.terms-of-service_box {
	width: min(var(--content-sp-width-1), 766px);
	margin: 32px auto 0;
}

.terms-of-service_box .item + .item {
	margin: 16px 0;
}

.terms-of-service_box p {
	margin: 8px 0;
	font-size: 1.4rem;
	line-height: 1.88;
}

.terms-of-service_box ul {
	list-style-type: disc;
	padding-left: 1em;
}

.terms-of-service_box ul li {
	font-size: 1.4rem;
	line-height: 1.88;
}

