@charset "utf-8";
/* 共通 */
#headerarea{
	background: #fff;
}
.fs-l-main{
	display: flex;
	justify-content: center;
}
.fs-l-main p{
	width: 100%;
	margin-bottom: 24px;
}
.fs-l-main p:last-child{
	margin-bottom: 0;
}
.fs-l-main section{
	margin-bottom: var(--sec-spc);
}
.fs-l-main{
	padding-inline: 20px;
}
.fs-l-page{
	background: #fff;
}
.contactTitle{
	font-size: 16px;
	margin-bottom: 10px;
}
.text-center, .text--center{
	text-align: center;
}
@media screen and (min-width: 768px){
	.fs-l-main .fs-l-pageMain{
		max-width: 910px;
	}
}

/* 全幅ページ */
@media screen and (min-width: 768px){
	body:has(.f-allWidth) .hd-humPc{
		display: none !important;
	}
}

/* ALLフリー */
@media screen and (min-width: 768px){
	.f-allFreeHeader .hd-humPc{
		display: none !important;
	}
}

/* 調整 */
@media screen and (max-width: 767px){
	.thirdanniversary_main .nav-container p{
		font-size: 12px !important;
	}
	.thirdanniversary_main .formbutton a{
		font-size: 14px !important;
	}
}

.fs-c-documentArticle__heading{
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	margin-bottom: 12px;
}
article.fs-c-documentArticle a{
	text-decoration: underline;
  font-weight: bold;
}
.fs-c-documentArticle h3{
	margin-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px solid;
}
.fs-c-documentColumn__heading{
    font-size: 15px;
    font-weight: 500;
    color: #AA4B2B;
    margin-bottom: 10px;
}
.fs-c-explainList dt{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 12px;
}
@media screen and (min-width: 768px){
.f-contact #formarea{
	width: fit-content;
	margin-inline: auto !important;
}
}
.f-contact .button{
	position: relative;
	transition: 0.3s;
	width: 270px;
	border: 1px solid #1b1b1b;
	padding: 13px 30px;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	color: #1b1b1b;
	background: #ffffff;
}
.f-hinna{
	overflow: hidden;
}
.f-hinna .bottom_button p{
	margin: 10px auto;
}