/* CSS Document */
/*ページタイトル*/
.page_title > h2::after{
  content: "CONTACT";
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: 1px;
}
/*コンテンツ*/
.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) 10vw;
}
body[wc-view-type="pc"] .contact_wrap{
  padding: var(--headerHeight) calc((100vw - 800px) /2);
}
.contact_wrap .c_top_text{
  line-height: 1.8rem;
}
body:not([wc-view-code="sp"]) .contact_wrap .c_top_text{
  text-align: center;
}
/*フォーム*/
form{
  margin-top: 1.5rem;
}
body:not([wc-view-code="sp"]) form{
  margin-top: 2rem;
}
body[wc-view-type="tb-l"] form{
  width: 750px;
  margin: 2rem auto 0 auto;
}
form > dl{
  display: flex;
}
body[wc-view-code="sp"] form > dl{
  flex-direction: column;
}
body[wc-view-code="sp"] form > dl:not(:first-of-type){
  margin-top: 0.75rem;
}
body:not([wc-view-code="sp"]) form > dl:not(:first-of-type){
  margin-top: 1rem;
}
form > dl > dt{
  padding-bottom: 0.25rem;
	align-items: center;
}
form > dl > dt,
form > dl > dt label{
  font-size: 0.95rem;
  display: flex;
  font-weight: 700;
}
body:not([wc-view-code="sp"]) form > dl > dt{
  width: 210px;
  align-items: baseline;
}
form > dl > dt::before{
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1em;
  flex: none;
  margin-right: 0.25rem;
}
form > dl > dt.required::before{
  content: "必須:";
	color: var(--accentColor);
}
form > dl > dt.any::before{
  content: "任意:";
	color: #707070;
}
form > dl > dd{
}
body:not([wc-view-code="sp"]) form > dl > dd{
  width: calc(100% - 210px);
}
[wc-form][captcha-state] [wc-captcha] {
  border: none !important;
  width: fit-content !important;
  margin: 1rem auto !important;
}
[wc-form][captcha-state] [wc-captcha] .captchadeco::after{
  border-color: #2277ca !important;
}
form .btnswrap{
  display: flex;
  gap:0.75rem;
  justify-content: center;
}
form .btnswrap .contactclear{
  background-color: #A7A7A7 !important;
}
.wc-button{
	background-color: #ff6d40 !important;
}
/*
.clerar{
	background-color: #bbb;
	border-radius: 0 !important;
}
.btn_orange{
	background-color: #ff6d40;
  border-radius: 0 !important;
}
.wc-button{
	background-color: transparent !important;
}
.wc-button[wc-icon].iconbefore::before, .wc-button[wc-icon].iconafter::after, .wc-button[wc-icon]:not(.iconafter):not(.iconbefore)::before{
	z-index: 2 !important;
}*/
/*元の記述から変更*/
input.wc-input{
	border-radius: 0 !important;
}
.wc-textarea .wcinputdec{
	border-radius: 0 !important;
}
.wcautoheightwrap textarea:not(.heightcheck){
	min-height: 45px !important;
}
.wc-button{
	border-radius: 0 !important;
}