@charset "UTF-8";
/*=======================================
お問い合わせ
=========================================*/
.p-contact .is-required {
  color: #F04848;
}
.p-contact__lead {
  border-bottom: 1px solid #CDD2DC;
  padding-bottom: 38px;
  margin-bottom: 40px;
}
.p-contact__lead p {
  margin-bottom: 10px;
}
.p-contact__lead p:last-child {
  margin-bottom: 0;
}
.p-contact__form dl {
  margin: 0;
  margin-bottom: 30px;
  display: flex;
}
.p-contact__form dl.name dd, .p-contact__form dl.furi dd {
  display: flex;
  align-items: center;
}
.p-contact__form dl.name dd > div, .p-contact__form dl.furi dd > div {
  width: 220px;
  margin-right: 10px;
}
.p-contact__form dl.name dd > div:last-child, .p-contact__form dl.furi dd > div:last-child {
  margin-right: 0;
}
.p-contact__form dl.name dd > div input[type="text"], .p-contact__form dl.furi dd > div input[type="text"] {
  max-width: 220px;
}
.p-contact__form dt {
  width: 180px;
  padding-top: 10px;
  font-weight: 500;
}
.p-contact__form dd {
  width: calc(100% - 180px);
}
.p-contact__form dd input[type="text"],
.p-contact__form dd input[type="email"],
.p-contact__form dd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CFCAC8;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  padding: 12px 15px;
}
.p-contact__form dd input[type="text"],
.p-contact__form dd input[type="email"] {
  max-width: 450px;
}
.p-contact__form dd textarea {
  height: 353px;
  vertical-align: top;
}
.p-contact__form .mw_wp_form .error {
  font-size: 100%;
}
.p-contact__form .privacy {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__form .privacy-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-contact__form .privacy-content {
  background: #fff;
  border: 1px solid #CFCAC8;
  border-radius: 5px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  height: 270px;
  margin-bottom: 30px;
  color: #8B8B8B;
}
.p-contact__form .privacy-content p {
  margin-bottom: 1em;
}
.p-contact__form .privacy-content p:last-child {
  margin-bottom: 0;
}
.p-contact__form .privacy-lead {
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}
.p-contact__form .privacy-agree {
  text-align: center;
  font-weight: 500;
}
.p-contact__form .privacy-agree label {
  cursor: pointer;
}
.p-contact__form .privacy-agree input[type="checkbox"] {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  vertical-align: middle;
}
.p-contact__form .button {
  margin-top: 40px;
  text-align: center;
}
.p-contact__form .button input[type="submit"] {
  color: #fff;
  border-radius: 60px;
  max-width: 450px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
  background: #EC637B;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-contact__form .button input[type="submit"][name="submitBack"] {
  background-color: #999;
}
.p-contact__form .mw_wp_form_confirm dt {
  padding-top: 0;
}
.p-contact__form .mw_wp_form .error {
  margin-top: 4px;
}
.p-contact__thanks .c-btn1 a {
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-contact__lead {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .p-contact__form dl {
    display: block;
  }
  .p-contact__form dl.name dd > div, .p-contact__form dl.furi dd > div {
    width: 48%;
    margin-right: 4%;
  }
  .p-contact__form dl.name dd > div:nth-child(2n), .p-contact__form dl.furi dd > div:nth-child(2n) {
    margin-right: 0;
  }
  .p-contact__form dl.name dd > div input[type="text"], .p-contact__form dl.furi dd > div input[type="text"] {
    max-width: initial;
  }
  .p-contact__form dt {
    width: auto;
    padding-top: 0;
  }
  .p-contact__form dd {
    width: auto;
    margin-top: 10px;
  }
  .p-contact__form dd input[type="text"],
  .p-contact__form dd input[type="email"],
  .p-contact__form dd textarea {
    max-width: initial;
  }
  .p-contact__form dd textarea {
    height: 180px;
  }
  .p-contact__form .privacy-content {
    font-size: 12px;
    font-size: 1.2rem;
    height: 200px;
  }
  .p-contact__form .button input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
