@charset "UTF-8";
/*=======================================
お問い合わせ
=========================================*/
.p-contact table {
  margin-bottom: 30px;
}
.p-contact table th {
  width: 230px !important;
}
.p-contact .wtext {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 240px;
  line-height: 30px;
  border: 1px solid #DDDDDD !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.p-contact textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #DDDDDD !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-contact .txt {
  background-color: #EEEEEE;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 180%;
}
.p-contact button,
.p-contact input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
}
.p-contact .send-btn {
  text-align: center;
}
.p-contact .send-btn .wpcf7c-btn-confirm {
  width: 240px;
  height: 50px;
  background: url("../img/common/btn_kakunin.jpg") no-repeat center;
}
.p-contact .send-btn .send {
  width: 240px;
  height: 50px;
  background: url("../img/common/btn_kakunin.jpg") no-repeat center;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-contact table th {
    width: 100%;
  }
  .p-contact .wtext {
    width: 100%;
  }
  .p-contact .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-section * {
  box-sizing: border-box;
}
.contact-section table tr th {
  width: 200px;
}
.contact-section input, .contact-section textarea {
  border: 1px solid #DDDDDD !important;
  padding: 10px;
}
.contact-section input {
  width: 240px;
}
.contact-section textarea {
  width: 100%;
}
.contact-section .lead {
  margin-bottom: clamp(20px, calc( 25 / 1040 * 100vw), 25px);
  min-height: 0vw;
}
.contact-section .btn-area {
  text-align: center;
  margin-top: 20px;
}
.contact-section .btn-area input {
  color: #000;
  background: transparent;
}
.contact-section .btn-area input:hover {
  cursor: pointer;
  background: #f7f7f7;
}
.contact-section .error {
  padding-left: 5px;
  font-weight: bold;
}

.is-confirm .contact-section .btn-area {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.is-complete .mw_wp_form {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-section input {
    width: 100%;
  }
  .contact-section .btn-area input {
    width: 240px;
  }

  .is-confirm .contact-section input[type="submit"] {
    margin-bottom: 20px;
  }
  .is-confirm .contact-section .btn-area {
    flex-direction: column-reverse;
    gap: 0;
  }

  .is-complete .mw_wp_form {
    text-align: left;
  }
}
