@charset "UTF-8";
/**
* お問い合わせ用css
*/

/* お問い合わせバナー */
.p-contact__box {
  padding: 35px 20px 24px;
  background: #fff;
  max-width: 1024px;
  border: 4px solid var(--main-color);
  border-radius: 10px;
}
.p-contact__wrap {
  padding: var(--content-margin) 20px;
}
.p-contact__inner {
  padding: 35px 20px 24px;
  background: #fff;
  max-width: 1024px;
  border: 4px solid var(--main-color);
  border-radius: 10px;
}
.p-contact__ttl {
  font-family: var(--ff-ttl);
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.p-contact__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 826px;
  margin: 0 auto 0;
}
.p-contact__tel__wrap {
  text-align: center;
}
.p-contact__tel__link {
  background: url(../images/cmn/icon-tel.svg) top 11px left no-repeat;
  padding: 7px 5px 16px 41px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 15px 0 0;
}
.p-contact__num {
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: .1em;
  transition: .3s color;
}
.p-contact__tel__link:hover .p-contact__num {
  color: var(--hover-color);
}
.p-contact__txt {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {

} /* min-width: 768px */
@media screen and (max-width: 767px) {
  select, textarea, input[type="text"], input[type="tel"] {
    padding: 5px 10px;
    border-radius: 7px;
  }
  .p-contact__box {
    padding: 10px 10px 3px;
    border-width: 2px;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
  }
  .p-contact__ttl {
    line-height: initial;
    letter-spacing: initial;
    font-size: 1.6rem;
  }
  .p-contact__num {
    text-align: center;
    line-height: 1.42;
    letter-spacing: 0.12em;
    font-size: 2.1rem;
  }
  .p-contact__tel__link {
    padding: 3px 4px 0px 14px;
    margin: 0 0 0 14px;
    background: url(../images/cmn/icon-tel.svg) top 8px left no-repeat;
    background-size: 20px auto;
  }
  .p-contact__txt {
    font-size: 1.2rem;
    margin: 4px 0 0 -19px;
  }
} /* max-width: 767px */


/* お問い合わせフォーム */
select,
textarea,
input[type="text"],
input[type="tel"]{
	border: 1px solid #aeaeae;
	padding: 13px 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
	transition: all 0.4s;
	background: #fff;
	line-height: 2;
  border-radius: 10px;
}
input[type="button"]{
	-webkit-appearance: none;
}
button,
input[type="submit"]{
	-webkit-appearance: none;
	transition: all 0.4s;
}
select{
	background: url(../images/common/select_arrow.gif) right center no-repeat #fff;
	background-size: auto 100%;
	padding-right: 50px;
  width: 100%;
  cursor: pointer;
}
textarea {
  resize: none;
}
.form1{ width: 100px; }
.form2{ width: 120px; }
.form3{ width: 200px; }
.form4{ width: 400px; }
.form5{ width: 300px; }
.form_all{ width: 100%; }
.mwform-checkbox-field input, .mwform-radio-field input {
  margin: 0 9px 0 15px;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  border: 1px solid #707070;
}
.mwform-checkbox-field input:checked {
  position: relative;
  background-color: var(--main-color);
}
.mwform-checkbox-field input:checked::before,
.mwform-checkbox-field input:checked::after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  width: 15px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
}
.mwform-checkbox-field input:checked:before {
  transform: translateX(-8px) rotate(39deg);
  top: 53%;
  width: 9px;
}
.mwform-checkbox-field input:checked::after {
  transform: translateX(1px) rotate(127deg);
  bottom: 45%;
  width: 14px;
}
.p-contact_form__privacy-txt {
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 55px;
}
.p-contact_form__privacy-box {
  border: 1px solid #b3b3b3;
  background: white;
  max-width: 873px;
  width: 90%;
  padding: 1em;
  box-sizing: border-box;
  height: 8em;
  overflow-y: scroll;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 1em;
}
.p-contact_form__privacy {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}
.p-contact_form__check {
  margin-bottom: 7px;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 768px){
  select,
  textarea,
  input[type="text"],
  input[type="tel"]{
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
}/* min-width: 768px */
@media screen and (max-width: 767px){
	/* select,
	textarea,
	input[type="text"]{
		font-size: 1.6rem;
	} */
  select, textarea, input[type="text"], input[type="tel"] {
    line-height: initial;
  }
  .p-contact_form__dd * {
    font-size: 1.5rem;
    line-height: 1.5;
  }
	.form_all{width: 100%;}
	.form3,
	.form4,
	.form5{
		width: 100%;
	}
  .mwform-checkbox-field input, .mwform-radio-field input {
    width: 17px;
    height: 17px;
    margin: 2px 6px 4px 0px;
  }
  select, textarea, input[type="text"], input[type="tel"] {
    padding: 7px 10px;
    border-radius: 5px;
  }
  select {
    padding-right: 45px;
  }
  .p-contact_form__check {
    display: flex;
    line-height: initial;
    font-size: 1.3rem;
  }
  span.mwform-checkbox-field.horizontal-item {
    width: calc(100% - 5rem);
    padding-left: 10px;
  }
  span.mwform-checkbox-field.horizontal-item label {
    display: flex;
    font-weight: 500;
  }
  span.mwform-checkbox-field-text {
    width: 89%;
  }
  .mwform-checkbox-field input:checked:before {
    transform: translateX(-6px) rotate(39deg);
    top: 53%;
    width: 8px;
  }
  .mwform-checkbox-field input:checked::after {
    transform: translateX(1px) rotate(127deg);
    bottom: 43%;
    width: 12px;
  }

	@media screen and (max-width: 599px){
		input[type="text"]{
      width: 100%;
    }
	}
} /* max-width: 767px */

.mw_wp_form {
  background-color: #fff;
  padding: var(--content-margin) 80px;
  border-radius: 10px;
}
.c-center__txt + .mw_wp_form {
  margin-top: var(--content-margin);
}
.p-contact_form__dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact_form__dl:last-of-type {
    margin-bottom: 25px;
  }
} /* min-width: 768px */
@media screen and (max-width: 767px) {
  .p-contact_form__dl {
    flex-direction: column;
  }
  .p-contact_form__dl {
    margin-bottom: 12px;
  }
} /* max-width: 767px */

.p-contact_form__required {
  color: #FA8686;
}
@media screen and (min-width: 768px) {
  .p-contact_form__required {
    font-weight: 400;
    text-shadow: 0 0 #FA8686;
  }
} /* min-width: 768px */
@media screen and (max-width: 767px) {
  .p-contact_form__dt {
    margin-bottom: 1px;
  }
  .mw_wp_form {
    padding: var(--ttl-margin-sp);
    font-size: 1.4rem;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
  }
  .p-contact_form__dl {
    line-height: initial;
  }
} /* max-width: 767px */

.p-contact_form__dd {
  width: 75%;
}
.p-contact_form__dt {
  width: calc(100% - 75%);
}
.p-contact_form__dd input, .p-contact_form__dd textarea {
  width: 100%;
}
.p-contact_form__privacy-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.p-contact_form__dd select::-ms-expand {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact_form__dt {
    font-weight: 400;
    text-shadow: 0 0 var(--txt-color);
  }
} /* min-width: 768px */
@media screen and (max-width: 767px) {
  .p-contact_form__dd {
    width: 100%;
  }
  .p-contact_form__dt {
    width: 100%;
  }
  .p-contact_form__privacy-box {
    font-size: 1.4rem;
  }
} /* max-width: 767px */

.p-contact_form__submit {
  text-align: center;
}
.p-contact_form__submit .back {
  margin-top: 1em;
  background: #888;
}
.p-contact_form__submit > .c-btn-arrow {
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.c-btn-arrow::before, .c-btn-arrow::after {
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {

} /* max-width: 767px */

textarea {
  height: 275px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 150px;
  }
} /* max-width: 767px */

.p-contact_form__select {
  position: relative;
}
.p-contact_form__select::before,
.p-contact_form__select::after {
  content: "";
  position: absolute;
  display: block;
  right: 13px;
  width: 15px;
  height: 3px;
  background: var(--main-color);
  border-radius: 3px;
  pointer-events: none;
  top: 30px;
}
.p-contact_form__select:before {
  transform: translateX(-10px) rotate(45deg);
}
.p-contact_form__select::after {
  transform: translateX(-1px) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-contact_form__select::after {
    transform: translateX(-1px) rotate(135deg);
  }
  .p-contact_form__select:before {
    transform: translateX(-9px) rotate(45deg);
  }
  .p-contact_form__select::before, .p-contact_form__select::after {
    width: 13px;
    top: 17px;
    right: 12px;
  }
} /* max-width: 767px */

.mw_wp_form .error {
  color: #e24d4d;
}
@media screen and (min-width: 768px) {
  .mw_wp_form .error {
    font-weight: 400;
    text-shadow: 0 0 #e24d4d;
  }
} /* min-width: 768px */

.mwform-checkbox-field > label span, form span.error {
  transform:rotateZ(0.03deg);
  display: inline-block;
}