/* CSS Document */
/*ページタイトル*/
.page_title h2::after{
	content: "CONTACT";
}
/*コンテンツ*/
.contact_wrap{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .contact_wrap{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .contact_wrap{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .contact_wrap{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .contact_wrap{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.contact_wrap .ct_text{
	margin-bottom: 1.5rem;
}
body[wc-view-code="pc"] .contact_wrap .ct_text{
	margin-bottom: 2rem;
}
.contact_wrap .ct_text > p{
	line-height: 1.8rem;
}
.contact_wrap .ct_text > p:not(:first-of-type){
	margin-top: 0.5rem;
}
body:not([wc-view-code="sp"]) .contact_wrap .ct_text > p{
	text-align: center;
}
.contact_wrap .other_contact{
	display: flex;
	gap: 1rem;
	box-shadow: 0px 0px 5px rgba(30,76,124,0.2);
	padding: 1rem;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .contact_wrap .other_contact{
	flex-direction: column;
}
body[wc-view-type="tb"] .contact_wrap .other_contact{
	padding: 1.5rem 1.25rem;
}
body[wc-view-type="tb-l"] .contact_wrap .other_contact,
body[wc-view-code="pc"] .contact_wrap .other_contact{
	padding: 1.5rem;
}
body[wc-view-type="tb-l"] .contact_wrap .other_contact,
body[wc-view-code="pc"] .contact_wrap .other_contact{
	width: 750px;
	margin: 0 auto;
}
body[wc-view-code="pc"] .contact_wrap .other_contact{
	gap:1.5rem;
	justify-content: center;
}
.contact_wrap .other_contact > dl{
	display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.contact_wrap .other_contact > dl > dt{
	font-weight: 700;
	text-align: center;
}
body[wc-view-type="tb"] .contact_wrap .other_contact > dl > dt{
	font-size: 0.97rem;
}
.contact_wrap .other_contact > .tel > dd{
}
.contact_wrap .other_contact > .line > dd{
}
.contact_wrap .other_contact > .insta > dd{
}
.contact_wrap .other_contact > dl > dd .btn{
	width: 175px;
}
body:not([wc-view-code="sp"]) .contact_wrap .other_contact > dl > dd .btn{
	width: 200px;
}
.contact_wrap .other_contact > dl > dd .btn a{
	justify-content: space-between;
	font-family: "Montserrat";
	white-space: nowrap;
}
.contact_wrap .other_contact > .tel > dd .btn a{
	background-color: var(--accentColor);
}
.contact_wrap .other_contact > .line > dd .btn a{
	background-color: #06c755;
}
.contact_wrap .other_contact > .insta > dd .btn a{
	background: #FFD600;
background: linear-gradient(90deg,rgba(255, 214, 0, 1) 0%, rgba(255, 116, 0, 1) 15%, rgba(255, 0, 105, 1) 38%, rgba(211, 0, 197, 1) 65%, rgba(118, 56, 250, 1) 100%);
}
.contact_wrap > form{
	margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body[wc-view-code="pc"] .contact_wrap > form{
	width: 750px;
	margin: 2rem auto 0 auto;
}
.contact_wrap > form > dl{
	display: flex;
}
body[wc-view-code="sp"] .contact_wrap > form > dl{
	flex-direction: column;
}
.contact_wrap > form > dl > dt{
	display: flex;
	align-items: center;
	padding-bottom: 0.25rem;
}
body:not([wc-view-code="sp"]) .contact_wrap > form > dl > dt{
	width: 200px;
}
.contact_wrap > form > dl > dt::before{
	font-size: 0.85rem;
	font-weight: 700;
	padding: 0 0.5rem;
	border-radius: 0.25rem;
	color: #fff;
	margin-right: 0.25rem;
}
.contact_wrap > form > dl > .required::before{
	content: "必須";
	background-color: var(--accentColor);
}
.contact_wrap > form > dl > .any::before{
	content: "任意";
	background-color: #bbb;
}
.contact_wrap > form > dl > dt,
.contact_wrap > form > dl > dt label{
	font-weight: 700;
}
.contact_wrap > form > dl > dd{
}
body:not([wc-view-code="sp"]) .contact_wrap > form > dl > dd{
	width: calc(100% - 200px);
}
.wc-selectbox{
	border-radius: 0.25rem !important;
}
[wc-form][captcha-state] [wc-captcha]{
	border: none !important;
}
[wc-form][captcha-state] [wc-captcha] .captchabtn{
	justify-content: center;
}
.btnswrap{
	display: flex;
	justify-content: center;
	gap:0.75rem; 
}
.wc-button,
input.wc-input,
.wcautoheightwrap textarea:not(.heightcheck),
.wc-textarea .wcinputdec{
	border-radius: 0.25rem !important;
}