@charset "utf-8";

.pt.headline_01 {
  padding: 50px 0;
}

.pt.msg {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.trial_apply {
  margin: 60px 0 70px;
}

h3 {
  margin: 16px 0;
  font-size: 24px;
}

.faq_category {
  margin-bottom: 64px;
}

.faq_category .in_section {
  max-width: 760px;
  margin: auto;
}

.faq_category h3 {
  margin: 48px 0 8px;
}

.faq_title {
  display: flex;
  position: relative;
  min-height: 48px;
  padding: 8px 32px 8px 36px;
  border-top: 1px solid #8995a2;
  font-size: 16px;
  align-items: center;
}

.faq_title:first-of-type {
  border-top: 0;
}

.faq_title::before {
  content: "Q";
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  position: absolute;
  left: 0;
  background-color: #0e9794;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.faq_body p {
  margin: 16px 0;
  line-height: 160%;
}

.faq_body .inner {
  margin-bottom: 16px;
  padding: 8px 16px;
  background-color: #f7f7f8;
}

.faq_body dl {
  margin: 16px 0;
}

.faq_body dt {
  margin-top: 8px;
  font-family: "ヒラギノ角ゴ ProN W6";
  font-weight: bold;
}

.faq_body .link_to_manual {
  margin: 4px 0;
  text-align: right;
}

/* Responsive PC(-960) */
@media screen and (max-width: 959px) {
  .pt.headline_01 {
    margin-top: 50px;
  }

  .pt.msg {
    margin: 0 20px;
    margin-bottom: 60px;
  }

  .faq_category .in_section {
    margin: 0 20px;
  }
}