/* CSS Document */
.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) 5vw;
}
body[wc-view-code="pc"] .contact_wrap{
	padding: var(--headerHeight) calc((100vw - 1100px) / 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;
}
.other_contact{
	border: solid 1px var(--defColor);
	box-sizing: border-box;
	display: flex;
	padding: 1rem;
}
body[wc-view-code="sp"] .other_contact{
	flex-direction: column;
	margin-top: 1rem;
}
body:not([wc-view-code="sp"]) .other_contact{
	margin: 1.5rem auto 0 auto;
	width: 500px;
	gap:1rem;
}
.other_contact > dl{
}
body[wc-view-code="sp"] .other_contact > dl.line_box{
	margin-top: 0.75rem;
}
.other_contact > dl > dt{
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.25rem;
}
body[wc-view-code="sp"] .other_contact > dl > dt{
	margin-bottom: 0.5rem;
}
.other_contact > dl > dd{
}
.other_contact > dl > dd .c_tel{
	width: fit-content;
	display: flex;
	font-family: "Number";
	font-weight: 700;
	text-decoration: none;
	color: var(--defColor);
	font-size: 1.75rem;
	margin: 0 auto;
}
.other_contact > dl > dd .c_tel::before{
	content: "";
	background-color: var(--defColor);
	-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;
	width: 2rem;
	height: 2rem;
}
.other_contact > dl.line_box dd{
}
.other_contact > dl.line_box dd .btn{
	margin: 0 auto;
}
.other_contact > dl.line_box dd .btn a{
	border: none;
	background-color: #4cc764;
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.other_contact > dl.line_box dd .btn a::after{
	background-color: #fff;
}
/*form*/
form{
	margin-top: 1.5rem;
}
body[wc-view-code="pc"] form{
	width: 750px;
	margin: 1.75rem auto 0 auto;
}
form > dl{
	display: flex;
}
body[wc-view-code="sp"] form > dl{
	flex-direction: column;
}
form > dl:not(:first-of-type){
	margin-top: 0.75rem;
}
form > dl > dt{
	display: flex;
	align-items: center;
	gap:0.45rem;
	padding-bottom: 0.25rem;
}
body:not([wc-view-code="sp"]) form > dl > dt{
	width: 200px;
	padding-bottom: 0;
}
form > dl > dt::before{
	font-size: 0.85rem;
	font-weight: 700;
}
form > dl > .required::before{
	content: "必須";
	color: var(--accentColor);
}
form > dl > .any::before{
	content: "任意";
	color: var(--defColor);
}
form > dl > dd{
}
body:not([wc-view-code="sp"]) form > dl > dd{
	width: calc(100% - 200px);
}
/*元の記述から変更*/
input.wc-input{
	border-radius: 0 !important;
}
.wc-textarea .wcinputdec{
	border-radius: 0 !important;
}
input.wc-input.system_type:focus{
	box-shadow: 0 0 .3rem -.05rem var(--defColor) inset !important;
}
[wc-form][captcha-state] [wc-captcha]{
	border: none !important;
	padding-bottom: 0 !important;
	padding-top: calc(var(--avesize) * 4) !important;
	width: fit-content;
  margin: 0 auto;
}
.btnswrap{
	margin-top: calc(var(--avesize) * 4);
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}
.btnswrap .wc-button{
	border-radius: 0 !important;
}