@charset "UTF-8";
/* ---------- よくあるご質問 ---------- */
.faq_index {
  display: flex;
  flex-wrap: wrap;
}
.faq_index a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  background-color: #187fc4;
  text-decoration: none;
}
.faq_index .faq_index_img img {
  width: 100%;
  height: auto;
}
.faq_index .faq_index_txt {
  color: #fff;
  font-weight: bold;
  min-width: 9.5em;
}

.faq_list .faq_item {
  border-bottom: #eee 1px solid;
}
.faq_list .faq_item_ttl {
  color: #187fc4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.faq_list .faq_item_ttl h4 {
  flex-grow: 1;
  flex-shrink: 1;
}
.faq_list .faq_item_ttl::before, .faq_list .faq_item_ttl::after {
  flex-shrink: 0;
}
.faq_list .faq_item_ttl::before {
  content: "Q";
  font-family: 'Barlow', sans-serif;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  position: relative;
  top: -0.1em;
}
.faq_list .faq_item_ttl::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: url("../../images/sitmap_toggle.png") center top/cover no-repeat;
  width: 48px;
}
.faq_list .clicked .faq_item_ttl::after {
  background-position: center bottom;
}
.faq_list .faq_item_inner {
  display: none;
  position: relative;
}
.faq_list .faq_item_inner::before {
  content: "A";
  font-family: 'Barlow', sans-serif;
  display: block;
  color: #8bbfe1;
  text-align: center;
  float: left;
  position: relative;
}
.faq_list .faq_item_sttl {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  /* ---------- よくあるご質問 ---------- */
  .faq_index li {
    width: calc((100% - 1.5rem)/2);
    height: 108px;
  }
  .faq_index li:not(:nth-child(2n+1)) {
    margin-left: 1.5rem;
  }
  .faq_index li:nth-child(n+3) {
    margin-top: 1.5rem;
  }
  .faq_index a {
    justify-content: center;
  }
  .faq_index a:hover, .faq_index a:active {
    opacity: 0.7;
  }
  .faq_index .faq_index_img {
    width: 96px;
    margin-right: 16px;
  }
  .faq_index .faq_index_txt {
    font-size: 20px;
    line-height: 32px;
  }

  .faq_list .faq_item {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .faq_list .faq_item_ttl h4 {
    font-size: 20px;
    line-height: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .faq_list .faq_item_ttl::before, .faq_list .faq_item_inner::before {
    font-size: 28px;
    width: 48px;
  }
  .faq_list .faq_item_inner {
    padding: 8px 1rem 16px 48px;
  }
  .faq_list .faq_item_inner::before {
    line-height: 28px;
    margin-left: -48px;
  }
  .faq_list .faq_item_sttl {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 6px;
  }
  .faq_list p + .faq_item_sttl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* ---------- よくあるご質問 ---------- */
  .faq_index li {
    flex-direction: column;
    width: 100%;
    height: 60px;
  }
  .faq_index li:nth-child(n+2) {
    margin-top: 1rem;
  }
  .faq_index a {
    padding-left: 2rem;
  }
  .faq_index .faq_index_img {
    width: 48px;
    margin-right: 12px;
  }
  .faq_index .faq_index_txt {
    font-size: 16px;
    line-height: 24px;
  }

  .faq_list .faq_item_ttl h4 {
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .faq_list .faq_item_ttl::before, .faq_list .faq_item_inner::before {
    font-size: 24px;
    width: 32px;
  }
  .faq_list .faq_item_inner {
    padding: 4px 1rem 12px 32px;
  }
  .faq_list .faq_item_inner::before {
    line-height: 22px;
    margin-left: -32px;
  }
  .faq_list .faq_item_sttl {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 6px;
  }
  .faq_list p + .faq_item_sttl {
    margin-top: 12px;
  }
}
