@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;
	}
}

/*--------------------------------------------------
**************************************************
  contact_box
**************************************************
--------------------------------------------------*/
.contact_box {
	width: min(var(--content-sp-width-1), 766px);
	margin: 32px auto 0;
	text-align: center;
}

