
/*============================================
よくある質問
===========================================*/
.faq_wrap {
  padding-bottom: 0.60rem;
}

.faq_box {
  padding-bottom: 0.30rem;
}

.faq_box .title {
  background-color: #008C8C;
  padding: 0.20rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: #FFF;
  border-top-left-radius: 0.10rem;
  border-top-right-radius: 0.10rem;
}

@media screen and (max-width: 600px) {
  .faq_box .title {
    font-size: 0.15rem;
    padding: 0.15rem;
    text-indent: -0.12rem;
    padding-left: 0.4rem;
    line-height: 1.5;
  }
}

.faq_box .title span::before {
  content: "Q.";
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.20rem;
  display: inline-block;
  padding-right: 0.04rem;
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .faq_box .title span::before {
    font-size: 0.18rem;
  }
}

.faq_box .textbox {
  background-color: #FFF;
  padding: 0.20rem;
  border-bottom-left-radius: 0.10rem;
  border-bottom-right-radius: 0.10rem;
  font-size: 0.16rem;
  line-height: 1.91;
}

@media screen and (max-width: 600px) {
  .faq_box .textbox {
    font-size: 0.14rem;
  }
}

.faq_box .textbox .text {
  padding-bottom: 0.10rem;
}

.faq_box .textbox .link a {
  color: #008C8C;
  font-weight: 700;
  text-decoration: underline;
}

.faq_box .textbox .link a::before {
  content: "";
  width: 0.20rem;
  height: 0.08rem;
  display: inline-block;
  background-image: url(../img/link_arrow_green.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.01rem;
  left: 0;
  transition: all 0.3s;
}

.faq_box .textbox .link a:hover {
  text-decoration: none;
}

.faq_box .textbox .link a:hover::before {
  left: 0.03rem;
}

/* お問い合わせボタン */
.faq_wrap .contact_btn {
  text-align: center;
  padding-top: 0.20rem;
}

.faq_wrap .contact_btn .text {
  font-size: 0.15rem;
  padding-bottom: 0.10rem;
}

@media screen and (max-width: 600px) {
  .faq_wrap .contact_btn .text {
    font-size: 0.14rem;
  }
}

.faq_wrap .contact_btn a {
  display: block;
  max-width: 4.50rem;
  line-height: 0;
  padding: 0.35rem 0;
  font-size: 0.20rem;
  font-weight: 700;
  background-color: #09C;
  color: #FFF;
  border-radius: 0.06rem;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .faq_wrap .contact_btn a {
    padding: 0.30rem 0;
    font-size: 0.18rem;
  }
}

.faq_wrap .contact_btn a:hover {
  opacity: 0.7;
}