@charset "utf-8";

#top-img-box {
  margin-bottom: 0.5rem;
}
#contents > section h3 {
  margin-bottom: 1.17rem;
  white-space: nowrap;
  font-feature-settings: "palt";
}

div.question2 {
  width: calc(33.75rem + 1.5rem);
}

#contents > section h2 {
  font-size: 1.875rem;
  margin: 0 auto 1.5rem auto;
}

.question1 h3 {
  margin-top: 0;
}

.contents-header img {
  width: 100%;
}

#faq-section img {
  margin-top: 0.5rem;
}

table {
  margin: auto;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}

th {
  max-width: 215px;
  padding: 29px 48px;
  background-color: #ecdfff;
  border: 1px solid #c8c8c8;
  text-align: center;
}

td {
  max-width: 542px;
  padding: 21px 30px;
  border: 1px solid #c8c8c8;
  text-indent: -1rem;
  text-align: justify;
}

.question2 p {
  text-align: justify;
  text-indent: -1rem;
}

.question1 td::first-letter,
.question2 p::first-letter {
  font-size: large;
}

.question2 img {
  margin-top: 57.8px;
}

@media (max-width: 480px) {
  #contents #faq-section {
    padding: 2.5rem 0.5rem;
  }

  #contents > section h3 {
    white-space: initial;
    font-feature-settings: initial;
  }

  .question2 p {
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  div.question1 th,
  div.question1 td {
    display: block;
  }

  div.question1 th {
    min-width: 100%;
    padding: 1rem 0px;
  }

  div.question2 {
    width: 90%;
    padding: 0 calc(0.1rem + 3.5 * ((100% - 30rem) / 15.3));
    min-height: 0vw;
  }

  #faq-section img {
    width: 100%;
    max-width: 540px;
  }
}
