.contact {
  overflow-x: hidden;
  margin-top: -80px;
  padding-top: 60px;
}

.contact__inner {
  border-bottom: 1px solid #000000;
  padding-bottom: 45px;
  max-width: 800px;
}

.contact__text {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.contact__text:first-child {
  padding-bottom: 30px;
}

.contact__controls {
  padding-top: 30px;
}

.contact__control {
  padding-bottom: 5px;
}

.contact__label {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  padding-bottom: 10px;
}

.contact__label>span {
  font-size: 6px;
  color: #FF0000;
  vertical-align: top;
}

.contact__form-input {
  background-color: #F2F2F2;
  width: 100%;
  height: 38px;
  padding: 10px;
}

.contact__control-radio {
  padding-top: 20px;
  padding-bottom: 5px;
}

.contact__radio-item {
  display: block;
  padding-bottom: 15px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

.contact__form-radio {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
}

.contact__form-radio::before {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  left: 0px;
}

.contact__form-radio::after {
  background-color: #000000;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 4px;
}

.contact__form-textarea {
  background-color: #F2F2F2;
  width: 100%;
  overflow-y: scroll;
  height: 175px;
  padding: 10px;
}

.contact__check {
  text-align: center;
  padding-top: 30px;
}

.contact__agree {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-size: 16px;
}

.contact__privacy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  line-height: 1.6875;
}

.contact__privacy {
  color: #C1272D;
}

.contact__submit {
  text-align: center;
  height: 48px;
  width: 179px;
  margin: 15px auto 0;
  display: block;
}

.contact__button {
  height: 48px;
  width: 179px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  padding: 14px 0;
  background-color: #56C68D;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.contact__button:disabled {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: auto;
}

.contact__form-radio::before,
.contact__form-radio::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.contact__form-radio:checked::after {
  opacity: 1;
}

.mwform-radio-field {
  display: block;
  margin-bottom: 10px;
}

.contact__inner .mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .contact__control__input {
    width: 100%;
  }

  .contact {
    margin-top: -130px;
    padding-top: 55px;
    border-bottom: 1px solid #000000;
  }

  .contact__inner {
    border-bottom: none;
    padding-bottom: 70px;
  }

  .contact__controls {
    padding-top: 55px;
  }

  .contact__control {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 35px;
  }

  .contact__label {
    width: 30%;
  }

  .contact__label-phone {
    max-width: 230px;
    margin-right: auto;
  }

  .contact__form-input {
    width: 100%;
    height: 42px;
    padding: 15px;
  }

  .contact__control-radio {
    padding-top: 20px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contact__form-textarea {
    width: 100%;
    padding: 15px;
  }

  .contact__check {
    padding-top: 15px;
  }

  .contact__privacy-text {
    line-height: 1.9375;
  }

  .contact__submit {
    margin: 30px auto 0;
  }
}

/*# sourceMappingURL=contact.css.map */