@charset "UTF-8";
/*=======================================
メールでご相談
=========================================*/
.l-pagetitle {
  margin-bottom: 40px;
}

.p-consult .lead {
  text-align: center;
  margin-bottom: 40px;
}
.p-consult__form {
  border-radius: 45px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 58px;
}
.p-consult__form dl {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.p-consult__form dl:last-child {
  border-bottom: 0;
}
.p-consult__form dt {
  font-weight: 700;
  width: 240px;
  padding-top: 10px;
}
.p-consult__form dd {
  width: calc(100% - 240px);
}
.p-consult__form dd > div {
  background: #EEE;
  border-radius: 20px;
  padding: 14px 20px;
  margin-bottom: 10px;
}
.p-consult__form dd > div:last-child {
  margin-bottom: 0;
}
.p-consult__form dd > div input {
  vertical-align: text-top;
}
.p-consult__form select,
.p-consult__form input[type="text"],
.p-consult__form input[type="email"],
.p-consult__form textarea {
  background: #EEE;
  border: 0;
  outline: 0;
  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;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.p-consult__form textarea {
  height: 260px;
}
.p-consult__form .privacy {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-consult__form .privacy a {
  text-decoration: underline;
}
.p-consult__form .privacy a:hover {
  text-decoration: none;
}
.p-consult__form .submit {
  text-align: center;
}
.p-consult__form .submit input[type="submit"] {
  background: #E9503C;
  color: #fff;
  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;
  text-align: center;
  border-radius: 60px;
  width: 100%;
  max-width: 300px;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-consult__form .submit .wpcf7-spinner {
  display: none;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-pagetitle {
    margin-bottom: 30px;
  }

  .p-consult .lead {
    margin-bottom: 30px;
  }
  .p-consult__form {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .p-consult__form dl {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .p-consult__form dt {
    width: auto;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .p-consult__form dd {
    width: auto;
  }
  .p-consult__form textarea {
    height: 180px;
  }
}
