.main__title img {
  margin-top: 25px;
  width: 320px;
}

.contact {
  min-width: 1200px;
  padding: 200px calc((100vw - 1200px) / 2) 100px;
}

.contact__annotation {
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ','Roboto', sans-serif;
  font-weight: lighter;
  margin-top: 110px;
  font-size: 15px;
}

.contact__terms {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
}

.contact__terms h2 {
  font-size: 25px;
}

.contact__terms h3 {
  margin-top: 30px;
  font-size: 15px;
}

.contact__terms p {
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ','Roboto', sans-serif;
  font-weight: lighter;
  font-size: 15px;
  margin-top: 20px;
}

.contact__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.contact__checkbox input {
  width: 25px;
  height: 25px;
}

.contact__checkbox label {
  font-size: 15px;
  margin-left: 12.5px;
}

.contact__form {
  margin-top: 30px;
}

.contact__form__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__form__row:nth-child(n+2) {
  margin-top: 20px;
}

.contact__form__row__block {
  width: 48.75%;
}

.contact__form__row__radio {
  width: 100%;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  height: 50px;
}

.contact__form__row__radio p {
  padding: 0 20px;
  border-right: 1px solid #cccccc;
  margin-right: 20px;
}

.contact__form__row__radio span {
  margin-right: 20px;
}

.contact__form__row__radio span label {
  font-family: 'HiraKakuPro-W3', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ','Roboto', sans-serif;
  font-weight: lighter;
}

.contact__form input[type="text"], .contact__form input[type="email"] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border: 1px solid #cccccc;
}

.contact__form textarea {
  width: 100%;
  height: 200px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 1px solid #cccccc;
}

.contact__form button {
  -webkit-appearance: none;
  border: none;
  margin: 60px auto 0;
  display: block;
  background-color: #0037b1;
  width: 400px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.contact__form button img {
  width: 11px;
  height: auto;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .main__title img {
    width: 50vw;
    margin-top: 2vw;
  }
  .contact {
    min-width: unset;
    padding: 29vw 4vw 20vw;
  }
  .contact__annotation {
    margin-top: 18vw;
    font-size: 3vw;
    letter-spacing: 0.12vw;
  }
  .contact__terms {
    margin-top: 6vw;
    padding: 6vw;
  }
  .contact__terms h2 {
    font-size: 4vw;
    text-align: center;
  }
  .contact__terms h3 {
    font-size: 3vw;
    margin-top: 6vw;
  }
  .contact__terms p {
    margin-top: 4vw;
    font-size: 3vw;
    letter-spacing: 0.08vw;
  }
  .contact__terms p:nth-of-type(2) {
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    letter-spacing: 0.18vw;
  }
  .contact__checkbox {
    margin-top: 6vw;
  }
  .contact__checkbox input {
    width: 5vw;
    height: 5vw;
  }
  .contact__checkbox label {
    font-size: 3vw;
    margin-left: 2.5vw;
  }
  .contact__form {
    margin-top: 6vw;
  }
  .contact__form__row {
    display: block;
  }
  .contact__form__row:nth-child(n+2) {
    margin-top: 4vw;
  }
  .contact__form__row__block {
    width: 100%;
  }
  .contact__form__row__block:nth-child(2) {
    margin-top: 4vw;
  }
  .contact__form__row__radio {
    height: unset;
    display: block;
    padding: 3vw 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact__form__row__radio p {
    border: none;
    padding: 0;
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  .contact__form__row__radio span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__form__row__radio span input {
    margin: 0;
  }
  .contact__form__row__radio span label {
    margin-left: 2vw;
    font-size: 3vw;
  }
  .contact__form input[type="text"], .contact__form input[type="email"] {
    line-height: 10vw;
    padding: 0 4vw;
  }
  .contact__form textarea {
    height: 60vw;
    padding: 4vw;
  }
  .contact__form button {
    margin: 12vw auto 0;
    width: 80vw;
    line-height: 18vw;
    font-size: 4vw;
  }
  .contact__form button img {
    width: 2.2vw;
    margin-right: 4vw;
  }
}
/*# sourceMappingURL=contact.css.map */