@charset "utf-8";

.section-box {
  background-color: #f4f4f4;
  padding-bottom: 117px;
}

.contact-block__inner {
  max-width: 966px;
  margin: 0 auto;
  padding: 97px 20px;
}

.contact-block__text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 45px;
}

.contact-block__text + .contact-block__text {
  margin-top: 16px;
}

.-asterisk-symbol {
  font-size: 2.0rem;
  color: #00a0d9;
}

.contact-block-form {
  margin-top: 30px;
}

.contact-block-form__column {
  border-top: 1px solid #e6e6e6;
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
}

.contact-block-form__name {
  font-size: 1.8rem;
  font-weight: bold;
  width: 38.88%;
  margin-top: 7px;
  padding-left: 45px;
}

.contact-block-form__name .-small-text {
  font-size: 1.4rem;
}

.contact-block-form__input {
  border: 0;
  background-color: #f4f4f4;
  width: 61.12%;
  height: 45px;
  font-size: 1.8rem;
}

.contact-block-form__column input:focus-visible {
  outline: 0;
}

.contact-block-form__inquiry {
  width: 61.12%;
}

.contact-block-form__column textarea {
  border: 0;
  background-color: #f4f4f4;
  width: 100%;
  font-size: 1.8rem;
}

.contact-block-form__column textarea:focus-visible {
  outline: 0;
}

#myCheck {
  display: none;
}

#myCheck + label {
  background-color: #fff;
  border: 1px solid #707070;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  position: relative;
  margin-right: 12px;
}

#myCheck:checked + label {
  background-color: #00a0d9;
}

#myCheck:checked + label::before {
  content: '';
  display: block;
  text-align: center;
  width: 13px;
  height: 13px;
  background: url(/contact/img/ico-duihao.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-block-form__checkbox {
  display: flex;
  margin-top: 20px;
}

.contact-block-form__checkbox-text {
  font-weight: 500;
  line-height: 1.45;
}

.contact-block-form__checkbox-anchor {
  color: #00a0d9;
  text-decoration: underline;
}

.contact-block-form .section-button {
  margin-top: 32px;
}

.contact-block .section-button__anchor {
  font-weight: 500;
}
