@charset "UTF-8";
.sec1 {
  margin-bottom: 75px;
}

.h2 {
  margin-bottom: 44px;
}

.kome {
  color: #cf1848;
  font-weight: 700;
}

.tel_box {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  max-width: 700px;
  padding: 14px 0;
  margin: 0 auto;
  text-align: center;
}
.tel_box a {
  text-decoration: none;
}
.tel_box .tel, .tel_box .time {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 12px;
}
.tel_box .tel {
  color: #cf1848;
  font-size: 26px;
  font-size: 1.612rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}
.tel_box .tel span {
  font-size: 1.667em;
}
.tel_box .time {
  font-size: 20px;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 0.25em;
}

.form_box {
  border-top: solid 1px #ddd;
  margin: 30px 0 22px;
}
.form_box dl {
  display: table;
  border-bottom: solid 1px #ddd;
  width: 100%;
}
.form_box dl.bt_dot {
  border-color: transparent;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.form_box dl.bt_dot dd {
  position: relative;
}
.form_box dl.bt_dot dd:after {
  content: "";
  background: url("../img/enquiry/line_dot.png") 0 center repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.form_box dt, .form_box dd {
  display: table-cell;
  height: 82px;
}
.form_box dt {
  width: 15.5%;
  padding: 29px 0 20px;
  font-weight: 700;
}
.form_box dd {
  width: 84.5%;
  padding: 20px 0;
  vertical-align: middle;
}
.form_box .bt_dot li + li {
  background: url("../img/enquiry/line_dot.png") 0 0 repeat-x;
  padding-top: 20px;
  margin-top: 20px;
}
.form_box input[name=zip] {
  width: 10em;
}
.form_box input[type=radio] {
  margin-right: 0;
  outline: 0;
}
.form_box input[type=radio],
.form_box .mwform-radio-field-text {
  vertical-align: middle;
}
.form_box textarea {
  resize: vertical;
  vertical-align: top;
}
.form_box fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.form_box legend {
  display: none;
}
.form_box .w100 {
  width: 94.1%;
}
.form_box .error {
  margin-bottom: -1em;
}

.mw_wp_form_input .horizontal-item {
  display: inline-block;
  margin-right: 20px;
}
.mw_wp_form_input .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form_confirm .zip::before {
  content: "〒";
}

.form_btn,
.wpcf7cp-btns {
  position: relative;
  margin-top: 35px;
  text-align: center;
}
.form_btn button,
.form_btn input[type=button],
.form_btn input[type=reset],
.form_btn input[type=submit],
.wpcf7cp-btns button,
.wpcf7cp-btns input[type=button],
.wpcf7cp-btns input[type=reset],
.wpcf7cp-btns input[type=submit] {
  display: inline-block;
  border: none;
  color: #fff;
  height: 45px;
  padding: 5px;
  margin: 0 11px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 0.992rem;
  font-weight: 500;
}
.form_btn .confirm,
.wpcf7cp-btns .confirm {
  background: #000;
  width: 167px;
}
.form_btn .confirm:before,
.wpcf7cp-btns .confirm:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid transparent;
  border-left-color: #fff;
  border-width: 3px 0 3px 6px;
  width: 0;
  height: 0;
  margin: 0 7px 3px 0;
}
.form_btn .back,
.wpcf7cp-btns .back {
  background: #abaaaa;
}
.form_btn .submit,
.wpcf7cp-btns .submit {
  background: #cf1848;
}
.form_btn .back, .form_btn .submit,
.wpcf7cp-btns .back,
.wpcf7cp-btns .submit {
  max-width: 40%;
  width: 140px;
}

/* plugin */
.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.wpcf7cp-cfm-edit-btn {
  background: #aaa;
}

#wpcf7cpcnf {
  z-index: 99 !important;
}
#wpcf7cpcnf table {
  border-collapse: collapse;
  border-bottom: solid 1px #ddd;
}
#wpcf7cpcnf table tr {
  border-top: solid 1px #ddd;
}
#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
  vertical-align: middle;
  border: none;
  height: 100px;
  padding: 22px 10px 22px 0;
}
#wpcf7cpcnf table th {
  width: 218px;
  font-weight: 400;
  text-align: left;
}
#wpcf7cpcnf button,
#wpcf7cpcnf input[type=button],
#wpcf7cpcnf input[type=reset],
#wpcf7cpcnf input[type=submit] {
  display: inline-block;
  border: none;
  color: #fff;
  max-width: 46%;
  width: 167px;
  height: 45px;
  padding: 5px;
  margin: 0 1%;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 0.992rem;
  font-weight: 500;
}
#wpcf7cpcnf .wpcf7-spinner {
  margin-left: 73px;
}

@media screen and (max-width: 599px) {
  .sec1 {
    margin-bottom: 55px;
  }
  .h2 {
    margin-bottom: 25px;
  }
  .tel_box .tel, .tel_box .time {
    display: block;
    margin: 5px 0;
  }
  .tel_box .tel {
    font-size: 24px;
    font-size: 1.488rem;
    font-size: 6.4vw;
  }
  .form_box {
    margin: 12px 0 35px;
  }
  .form_box dl, .form_box dt, .form_box dd {
    display: block;
  }
  .form_box dt, .form_box dd {
    width: 100%;
    height: auto;
  }
  .form_box dt {
    padding: 12px 0 0;
  }
  .form_box dd {
    padding: 7px 0 18px;
  }
  .form_box .w100 {
    width: 100%;
  }
  .form_box br {
    display: none;
  }
  /* plugin */
  #wpcf7cpcnf table,
  #wpcf7cpcnf table tr,
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    display: block;
  }
  #wpcf7cpcnf table tr {
    padding: 15px 0 20px;
  }
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    height: auto;
    padding: 0;
  }
  #wpcf7cpcnf table th {
    width: 100%;
    margin-bottom: 12px;
  }
  #wpcf7cpcnf .wpcf7-spinner {
    margin-left: 60px;
  }
}/*# sourceMappingURL=style_inquiry.css.map */