@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 contact
-----------------------------------------------------------
----------------------------------------------------------- */

/*
-----------------------------------------------------------
 section7
----------------------------------------------------------- */
.section7 {
  margin-top: 60px;
}

.section7 h3 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  /* font-size: 28px; */
  font-size: 22px;
}

.section7 h3 img {
  height: 40px;
  margin-right: 15px;
}

.section7 .contact-p {
  /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  text-align: center;
  color: #376e5f;
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 69px;
}

.section7 .contact-p a {
  color: #376e5f;
  font-size: 30px;
  line-height: 40px;
}

.section7 .contact-p span {
  font-size: 17px;
}

@media (max-width: 767px) {
  .section7 h3 {
    font-size: 22px;
  }

  .section7 h3 img {
    height: 40px;
    margin-right: 15px;
  }

  .section7 .contact-p {
    /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    text-align: center;
    color: #376e5f;
    font-size: 20px;
    margin-top: 30px;
  }

  .section7 .contact-p a {
    color: #376e5f;
    font-size: 30px;
    line-height: 40px;
  }

  .section7 .contact-p span {
    font-size: 17px;
  }
}

/*
-----------------------------------------------------------
 お問い合わせフォーム
----------------------------------------------------------- */
.contact-form {
  background: #f2f2f2;
  padding: 35px 20px 10px;
  margin: 30px auto 80px;
  margin-top: 30px;
  max-width: 760px;
}
.contact-form p {
  margin-bottom: 0;
}
.contact-form dl {
  margin: 0;
  text-align: left;
}

.contact-form dt {
  /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.contact-form dd~dt {
  margin-top: 28px;
}

.contact-form dt span {
  font-size: 1.2rem;
  background: #e62b0f;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  margin: 3px;
  border-radius: 2px;
  line-height: 1.2;
  vertical-align: middle;
}

.contact-form dd {
  padding: 0.1em 0 0.1em 0;
  border-bottom: none;
}

.contact-form .screen-reader-response ul {
  display: none;
}

.contact-form input,
.contact-form textarea {
  font-size: 30px;
  font-size: 1.7rem;
  border: none;
  padding: 10px !important;
  border-radius: 3px;
  box-sizing: border-box !important;
}

@media (max-width: 767px) {

  .contact-form input,
  .contact-form textarea {
    font-size: 20px;
    font-size: 1.5rem;
  }
}

.contact-form .wpcf7-not-valid-tip {
  /* font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-weight: bold;
  display: block;
  color: #e62b0f;
  margin-top: 4px;
}

.contact-form .wpcf7 input[name="your-post"] {
  width: 6em;
}

.contact-form textarea {
  height: 6em;
}

.contact-form .wpcf7 dl {
  margin-bottom: 20px;
}

.contact-form .formBtn {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-top: 50px;
  margin-bottom: 10px;
}

.contact-form .formBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  padding: 13px 1em 12px 1.5em !important;
  width: 90%;
  font-size: 20px;
  display: block;
  border: none;
  background: #ed4e18;
  background: -moz-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: -webkit-linear-gradient(left, #ed4e18 0%, #fc820e 100%);
  background: linear-gradient(to right, #ed4e18 0%, #fc820e 100%);
  color: #FFF;
  letter-spacing: 0.6em;
  border-radius: 8px;
  max-width: 320px;
}

.contact-form .formBtn input[disabled] {
  background: #ccc;
}
.contact-form .formBtn input:not([disabled]):hover {
  opacity: 0.7;
}

.contact-form .wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}