/* CSS Document */
/*ページタイトル*/
.page_title .contents_title::after{
	content: "CONTACT";
}
/*コンテンツ*/
.contact_wrap{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .contact_wrap{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .contact_wrap{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="pc"] .contact_wrap{
	padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.contact_wrap .c_top_text{
}
.contact_wrap .c_top_text p{
	line-height: 1.8rem;
}
body:not([wc-view-code="sp"]) .contact_wrap .c_top_text p{
	text-align: center;
}
.contact_wrap .c_top_text p:not(:first-of-type){
	margin-top: 0.75rem;
}
.contact_wrap .c_tel{
	padding: 7px;
	background-color: #f2faff;
	border-radius: 1rem;
	margin: 1.5rem 0;
}
body:not([wc-view-code="sp"]) .contact_wrap .c_tel{
	width: 400px;
	margin: 1.5rem auto;
}
.contact_wrap .c_tel > dt{
	text-align: center;
	font-weight: 700;
	border-radius: calc(1rem - 7px) calc(1rem - 7px) 0 0;
	box-sizing: border-box;
	background-color: var(--accentColor);
	color: #fff;
	padding: 0.5rem;
}
.contact_wrap .c_tel > dd{
	box-sizing: border-box;
	border-radius: 0 0 calc(1rem - 7px) calc(1rem - 7px);
	background-color: #fff;
	padding: 0.5rem 0.75rem;
}
.contact_wrap .c_tel > dd > p{
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}
body:not([wc-view-code="sp"]) .contact_wrap .c_tel > dd > p{
	margin-bottom: 0;
}
.contact_wrap .c_tel > dd > a{
	display: flex;
	align-items: center;
	width: fit-content;
	font-family: "Lexend";
	color:var(--accentColor);
	text-decoration: none;
	margin: 0 auto;
	font-size: 1.75rem;
}
.contact_wrap .c_tel > dd > a::before{
	content: "";
  width: 2.3rem;
  height: 2.3rem;
  background-color: var(--accentColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.contact_wrap .c_tel > dd > .b_time{
	display: flex;
	justify-content: center;
	column-gap: 0.75rem;
	margin-top: 0.5rem;
}
.contact_wrap .c_tel > dd > .b_time > dl{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact_wrap .c_tel > dd > .b_time > dl > dt{
}
.contact_wrap .c_tel > dd > .b_time > dl > dt span{
	display: table;
	color: var(--defColor);
	border: solid 1px var(--defColor);
	font-size: 0.8rem;
	border-radius: 1rem;
	padding: 0 0.5rem;
}
.contact_wrap .c_tel > dd > .b_time > dl > dd{
	text-align: center;
	padding-top: 0.15rem;
}
/*フォーム*/
form{
}
form > dl{
	display: flex;
}

form > dl:not(:first-of-type){
	margin-top: 1rem;
}
body[wc-view-code="sp"] form > dl{
	flex-direction: column;
}
form > dl > dt{
	display: flex;
	padding-bottom: 0.3rem;
}

body:not([wc-view-code="sp"]) form > dl > dt{
	width: 200px;
}
form > dl > dt::before{
	flex: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1em;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.35rem;
  border-radius: 1rem;
  margin-top: 0.2rem;
  margin-right: 0.35rem;
}
body:not([wc-view-code="sp"]) form > dl > dt::before{
	font-size: 0.75rem;
	height: 18px;
	padding: 0 0.45rem;
}
form > dl > .required::before{
	content: "必須";
	background-color: var(--accentColor);
	color: #fff;
}
form > dl > .any::before{
	content: "任意";
	background-color: #dcdee1;
  color: #78808b;
}
form > dl > dd{
}
body:not([wc-view-code="sp"]) form > dl > dd{
	width: calc(100% - 200px);
}
[wc-form][captcha-state] [wc-captcha] {
  border: none !important;
}
[wc-form][captcha-state] [wc-captcha] .captchabtn{
	justify-content: center !important;
}
.btnswrap{
	display: flex;
  gap: 0.75rem;
  justify-content: center;
}
