@charset "UTF-8";

.wpcf7-form-control-wrap.telcheck .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form-control-wrap.telcheck .wpcf7-list-item .wpcf7-list-item-label {
  color: #e60012;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 200;
  font-feature-settings: "palt";
  margin-bottom: 10px;
  position: relative;
  top: -5px;
}

.wpcf7-list-item-label {
  display: inline-block;
  min-height: 25px;
  min-width: 25px;
  line-height: 1.3;
  background: url(../img/common/ico_check_form.png) no-repeat 0 0;
  background-size: 25px 25px;
  padding-left: 45px;
}

input[type='checkbox']:checked + .wpcf7-list-item-label {
  background-image: url(../img/common/ico_checked_form.png);
}

.wpcf7-form-control-wrap.category .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-top: 0.8rem;
}

.wpcf7-form-control-wrap.category .wpcf7-list-item.first {
  margin-top: 0;
}

.wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 420px;
  height: 70px;
  line-height: normal;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #333;
  border-radius: 5px;
  margin: 30px auto 0;
  cursor: pointer;
  color: #fff;
  background: #333;
  padding-top: 5px;
}
span.wpcf7-not-valid-tip {
  color: #e60012;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 9px;
}

.wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #e60012;
  margin-top: 2em;
  background: yellow;
  color: #e60012;
  padding: 10px;
}

.contact-form .apply-check .mwform-checkbox-field-text .in-field .left-field .strong-text {
  display: none;
}

.contact-form .apply-check .wpcf7-form-control-wrap.service {
  display: block;
  margin-bottom: 15px;
  margin-left: -45px;
}

.contact-form .apply-check .wpcf7-form-control-wrap.service span.wpcf7-list-item {
  margin-left: 0;
}

.contact-form .apply-check .mwform-checkbox-field-text {
  background: none
}

.mw-wrap.radio .wpcf7-list-item-label {
  background: none;
  margin: 10px 30px 0 0;
  padding-left: 5px;
}
.mw-wrap.contact .wpcf7-list-item-label {
  margin: 10px 30px 0 0;
  padding-left: 35px;
}
.mw-wrap.radio span.wpcf7-list-item,
.mw-wrap.contact span.wpcf7-list-item {
  margin: 0 0 0 0;
}
.mw-wrap.contact input {
  margin-right: 30px;
}
.form-label.contact {
  font-size: 16px;
  color: #888;
}


.mw-wrap.radio input[type="radio"] {
  -webkit-appearance: none;
  transform: scale(1.5);
  border: solid 1px #999;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px;
}
.mw-wrap.radio input[type="radio"]::before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.mw-wrap.radio input[type="radio"]:checked::before {
  background: #888;
}

@media only screen and (max-width: 767px) {
  .wpcf7-list-item-label {
    min-height: 0.25rem;
    min-width: 0.25rem;
    background-position: 0 center;
    background-size: 0.25rem auto;
    padding: 0.2em 0 0.2em 1.5em;
  }
  .wpcf7-form-control-wrap.telcheck .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0.26rem;
    top: 0;
    line-height: 1.6;
  }
  .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    font-size: 0.3rem;
    height: 1rem;
    border-radius: 3px;
    margin-top: 0;
  }
  .wpcf7-form-control-wrap.category .wpcf7-list-item {
    margin-top: 0.6em;
  }
  .contact-form .apply-check .wpcf7-form-control-wrap.service {
    margin-left: -0.5rem;
    margin-bottom: 0.1rem;
  }
  .contact-form .apply-check .wpcf7-form-control-wrap.service .wpcf7-list-item-label {
    background-position: left top 0.15rem;
    font-size: 22px;
    letter-spacing: 0.02em;
  }
}