@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
.message {
  margin-bottom: 6rem;
  line-height: 1.9;
  text-align: center;
}
.message__text {
  line-height: 1.9;
}
.message__text--mini {
  font-size: 1.5rem;
}

.req {
  font-size: 60%;
  top: -0.5rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  left: 0;
  position: relative;
  color: #f00;
}

.form {
  /* IE */
  /* Edge */
}
.form__item {
  width: 100%;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form__item--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form__item--check {
  margin-bottom: 6rem;
}
.form__title {
  width: 28rem;
  line-height: 7rem;
}
.form__body {
  width: calc(100% - 28rem);
}
.form input[type=text] {
  height: 7rem;
}
.form textarea {
  height: 21rem;
}
.form .field {
  padding: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
}
.form .field.full {
  width: 100%;
}
.form .checkbox {
  position: relative;
}
.form .checkbox input[type=checkbox] {
  display: none;
}
.form .checkbox input[type=checkbox]:checked + .checkbox__label::after {
  width: 1rem;
  height: 1rem;
  left: 0.4rem;
  top: 0.4rem;
  position: absolute;
  background: #000;
  display: block;
  content: "";
}
.form .checkbox__label {
  font-size: 1.7rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form .checkbox__label::before {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
  border: 0.1rem solid;
  display: block;
  content: "";
}
.form .checkbox__text {
  margin-top: 0.5rem;
}
.form input[type=submit] {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-align: center;
}
.form input[type=submit]:hover {
  opacity: 0.6;
}
.form input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.form input::-moz-placeholder {
  color: #a9a9a9;
}
.form input:-ms-input-placeholder {
  color: #a9a9a9;
}
.form input::-ms-input-placeholder {
  color: #a9a9a9;
}
.form input::placeholder {
  color: #a9a9a9;
}
.form input:-ms-input-placeholder {
  color: #a9a9a9;
}
.form input::-ms-input-placeholder {
  color: #a9a9a9;
}

@media screen and (max-width: 768px) {
  .message {
    margin-bottom: 3rem;
  }
  .message__text {
    text-align: left;
  }
  .message__text--mini {
    font-size: 1.4rem;
  }

  .form__item {
    margin-bottom: 2rem;
    display: block;
  }
  .form__item--check {
    margin-bottom: 3rem;
  }
  .form__title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .form__body {
    width: 100%;
  }
  .form input[type=text] {
    height: 4rem;
  }
  .form textarea {
    height: 15rem;
  }
  .form .field {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
  .form .checkbox__label {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */