@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* ------------------------------
 	contact.css
 	modified: 2016/07/10
------------------------------ */
.body-content .container {
  max-width: 730px;
  margin: 0 auto;
}
.body-content .tel-section,
.body-content .form-section {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .body-content .tel-section,
  .body-content .form-section {
    padding-top: 30px;
  }
}

.heading-02 {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .heading-02 {
    font-size: 16px;
    line-height: 20px;
  }
}

/* お電話
------------------------------ */
.tel-section {
  padding-top: 5px;
}

.tel {
  margin-top: 30px;
  padding: 35px 0;
  border: 3px solid #e2e6e9;
  text-align: center;
}
.tel .tel-no {
  display: inline-block;
  vertical-align: baseline;
  color: #e8340c;
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Oxygen", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.tel .tel-no:before {
  content: '';
  display: inline-block;
  vertical-align: -2px;
  width: 20px;
  height: 27px;
  margin-right: 4px;
  background: no-repeat center center;
  background-size: contain;
  background-image: url('../../img/common/ico_tel.svg');
}
.tel .open {
  display: inline-block;
  padding: 0 8px;
  vertical-align: 2px;
  color: #36383d;
}
@media (max-width: 768px) {
  .tel {
    border-width: 2px;
  }
}

/* フォーム
------------------------------ */
.form-section .lead {
  margin-top: 35px;
  text-align: center;
}
.form-section .error-container,
.form-section .wpcf7-response-output {
  margin-top: 24px;
  text-align: center;
  color: #e8340c;
  border-width: 0;
}
.form-section .form-content {
  margin-top: 24px;
}
.form-section .form-rows {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.form-section .form-row {
  display: table-row;
}
.form-section .form-row dt,
.form-section .form-row dd {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.form-section .form-row dt {
  width: 200px;
  padding: 21px 10px 0 10px;
}
.form-section .form-row dt .req {
  display: inline-block;
  margin-left: 2px;
  padding: 0 5px;
  background: #ffebe6;
  color: #e8340c;
  font-size: 10px;
  line-height: 18px;
}
.form-section .form-row dd {
  padding: 10px 10px 10px 0;
}
.form-section .select-wrap,
.form-section .wpcf7-form-control-wrap.cat {
  margin-bottom: 10px;
}
.form-section .select-wrap,
.form-section .wpcf7-form-control-wrap.cat {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-section .select-wrap select,
.form-section .wpcf7-form-control-wrap.cat select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
  vertical-align: middle;
  color: #222222;
  font-size: inherit;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 42px;
  padding: 0 40px 0 16px;
  background: #f6f6f7;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.form-section .select-wrap:after,
.form-section .wpcf7-form-control-wrap.cat:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 15px;
  height: 9px;
  background: no-repeat center center;
  background-size: contain;
  background-image: url('../../img/common/arw_01_d.svg');
}
.form-section .wpcf7-not-valid,
.form-section .wpcf7-form-control-wrap.cat .wpcf7-not-valid {
  background: #ffebe6;
}
.form-section .confirm-style.wpcf7c-force-hide + .form-rows dt {
  color: #888888;
}
.form-section .confirm-style.wpcf7c-force-hide + .form-rows input,
.form-section .confirm-style.wpcf7c-force-hide + .form-rows .select-wrap select,
.form-section .confirm-style.wpcf7c-force-hide + .form-rows .wpcf7-form-control-wrap.cat select,
.form-section .confirm-style.wpcf7c-force-hide + .form-rows textarea {
  background: #fff;
  border-color: #fff;
}
.form-section .confirm-style.wpcf7c-force-hide + .form-rows .select-wrap,
.form-section .confirm-style.wpcf7c-force-hide + .form-rows .wpcf7-form-control-wrap.cat {
  margin-bottom: 0;
}
.form-section .confirm-style.wpcf7c-force-hide + .form-rows .select-wrap:after,
.form-section .confirm-style.wpcf7c-force-hide + .form-rows .wpcf7-form-control-wrap.cat:after {
  content: none;
}
.form-section .confirm-style.wpcf7c-force-hide + .form-rows textarea {
  height: 100px;
}
.form-section .form-complete {
  padding: 0 0 25px 0;
}
@media (max-width: 729px) {
  .form-section .form-row {
    display: block;
    border-top: 1px solid #dddddd;
  }
  .form-section .form-row dt,
  .form-section .form-row dd {
    display: block;
    border-top-width: 0;
  }
  .form-section .form-row dt {
    padding: 9px 5px;
  }
  .form-section .form-row dd {
    padding: 0 5px 10px;
  }
  .form-section .select-wrap select,
  .form-section .wpcf7-form-control-wrap.cat select {
    height: 37px;
  }
  .form-section .select-wrap:after,
  .form-section .wpcf7-form-control-wrap.cat:after {
    top: 14px;
  }
  .form-section .form-complete {
    padding-bottom: 0;
  }
  .form-section .form-complete .lead {
    margin-top: 10px;
  }
}

.form-footer {
  padding: 30px 0 60px 0;
  text-align: center;
}
.form-footer .agree {
  margin-bottom: 25px;
}
.form-footer .agree input[type="checkbox"] {
  margin-right: 8px;
}
.form-footer .agree a {
  text-decoration: underline;
}
.form-footer .action button,
.form-footer .action input {
  margin: 0 10px;
}
.form-footer .action img {
  display: block;
  margin: 0 auto;
}
.form-footer .btn-next,
.form-footer .btn-home {
  width: 300px;
}
.form-footer .btn-back,
.form-footer .btn-submit {
  width: 160px;
}
@media (max-width: 768px) {
  .form-footer {
    padding: 20px 0 10px 0;
  }
  .form-footer .agree {
    margin-bottom: 20px;
  }
  .form-footer .btn-next,
  .form-footer .btn-home {
    width: 215px;
  }
  .form-footer .btn-back,
  .form-footer .btn-submit {
    width: 115px;
  }
}

/*# sourceMappingURL=contact.css.map */
