@charset "UTF-8";

/* ----------------------------------
 	Service
---------------------------------- */
.contact {
  margin: 10% 0;
}

.contact-box {
  width: 85%;
  margin: 0 auto;
}

.contact__title-text {
  font-size: 1.8em;
  line-height: 1.5;
  margin-bottom: 5%;
  text-align: center;
}

.contact__text {
  line-height: 1.5;
  margin-bottom: 5%;
}

.contact-question-item {
  margin-bottom: 5%;
}
.contact-question-item:last-of-type {
  margin-bottom: 10%;
}

.contact-question__title-text {
  line-height: 1.5;
  margin-bottom: 2%;
}

.contact-question__ex-text {
  margin-top: 3%;
}

.contact-agree__text {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 10%;
  padding-left:1em;
  text-indent:-1em;
}

.contact-question__input {
  width: 100%;
  box-sizing: border-box;
}

.contact-question-box {
  border: 1px solid #000000;
  padding: 3%;
}

.contact-opinion-box {
  border: 1px solid #000000;
  height: 200px;
}

.contact-agree__btn {
  display: block;
  margin: auto;
}

/*----- PC -----*/
@media only screen and (min-width: 1025px) {
  .contact {
    margin: 3% 0;
  }

  .contact-box {
    width: 100%;
  }

  .contact__title-text {
    font-size: 3vw;
    margin-bottom: 3%;
  }

  .contact__text {
    font-size: 1.3vw;
    margin-bottom: 3%;
  }

  .contact-question__title-text {
    font-size: 1.7vw;
    margin-bottom: 0.5%;
  }

  .contact-question-item {
      margin-bottom: 2%;
  }
  .contact-question-item:last-of-type {
    margin-bottom: 5%;
  }

  .contact-question__ex-text {
    margin-top: 0.5%;
  }

  .contact-agree__text {
    margin-bottom: 5%;
    text-align: center;
  }

  .contact-question__input {
    height: 50px;
  }

  .contact-question-box {
    padding: 1.5%;
  }

  .contact-opinion-box {
    height: 500px;
  }
}
