@charset "UTF-8";
.section-faq {
  /* -------------------------------
  ▼ SP表示
  -------------------------------- */
  /* -------------------------------
  ▼ PC表示
  -------------------------------- */
}
.section-faq .faq-block {
  position: relative;
  z-index: 1;
}
.section-faq .faq-block::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  background: top center/cover no-repeat;
}
.section-faq .faq-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-faq .faq-item {
  background: #fff;
}
.section-faq .faq-item.is-active .faq-heading::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.section-faq .faq-heading {
  position: relative;
  font-family: "游明朝", yumincho, "Times New Roman", georgia, serif;
  font-weight: 600;
  cursor: pointer;
}
.section-faq .faq-heading::before, .section-faq .faq-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 2px solid #003e8d;
}
.section-faq .faq-heading::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-faq .faq-heading span {
  position: relative;
}
.section-faq .faq-heading span::before {
  content: "Q";
  position: absolute;
  color: #003e8d;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.section-faq .faq-content {
  display: none;
  position: relative;
  border-top: 1px solid #ccc;
  font-size: 0.16rem;
  line-height: 2;
}
.section-faq .faq-content::before {
  content: "A";
  position: absolute;
  color: #a50082;
  font-family: "Belleza", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.section-faq .faq-item-text {
  margin-bottom: 0;
}
.section-faq .faq-item-link {
  font-weight: bold;
  text-underline-offset: 0.04rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-faq .faq-item-link:hover {
  color: #1c96d4;
  text-decoration: underline;
}
@media only screen and (max-width: 767.98px) {
  .section-faq {
    padding-top: 0.6rem;
  }
  .section-faq .faq-block {
    padding: 0.6rem 0;
  }
  .section-faq .faq-block::before {
    top: 0;
    left: 0;
    height: 5rem;
  }
  .section-faq .faq-block.is-visit {
    margin-bottom: 0.8rem;
  }
  .section-faq .faq-block.is-visit::before {
    background-image: url("../img/faq/sp/faq_bg_01.jpg");
  }
	.section-faq .faq-block.is-visit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: url("../img/common/sp/wave_decor_head.svg") top center/cover no-repeat;
  }
  .section-faq .faq-block.is-medical {
    margin-bottom: 1rem;
  }
  .section-faq .faq-block.is-medical::before {
    background-image: url("../img/faq/sp/faq_bg_02.jpg");
  }
	.section-faq .faq-block.is-medical::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: url("../img/common/sp/wave_decor_head.svg") top center/cover no-repeat;
  }
  .section-faq .title-common-primary {
    margin-bottom: 0.3rem;
  }
  .section-faq .faq-item {
    margin-bottom: 0.2rem;
    padding: 0.2rem 0.2rem 0.16rem;
  }
  .section-faq .faq-heading {
    padding-right: 0.24rem;
    font-size: 0.18rem;
  }
  .section-faq .faq-heading::before, .section-faq .faq-heading::after {
    top: 48%;
    width: 0.18rem;
  }
  .section-faq .faq-heading span::before {
    top: -0.08rem;
    left: -0.3rem;
    font-size: 0.3rem;
  }
  .section-faq .faq-content {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
  }
  .section-faq .faq-content::before {
    top: 0.18rem;
    left: -0.3rem;
    font-size: 0.3rem;
  }
  .section-faq .faq-content .faq-content-img .faq-item-img{
	margin-top:0.2rem;
  }
}
@media print, (min-width: 768px) {
  .section-faq .faq-block {
    margin-bottom: 412px;
  }
  .section-faq .faq-block::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-faq .faq-block.is-visit {
    margin-bottom: 308px;
    padding-top: 191px;
  }
  .section-faq .faq-block.is-visit::before {
    top: 28px;
    height: 750px;
    background-image: url("../img/faq/faq_bg_01.jpg");
  }
	.section-faq .faq-block.is-visit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../img/common/wave_decor_head.svg") bottom center/cover no-repeat;
  }
  .section-faq .faq-block.is-medical::before {
    top: -160px;
    height: 728px;
    background-image: url("../img/faq/faq_bg_02.jpg");
  }
	.section-faq .faq-block.is-medical::after {
    content: "";
    position: absolute;
    top: -160px;;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../img/common/wave_decor_head.svg") top center/cover no-repeat;
  }
  .section-faq .title-common-primary {
    margin-bottom: 23px;
  }
  .section-faq .faq-item {
    margin-bottom: 20px;
    padding: 22px 29px 22px 39px;
  }
  .section-faq .faq-heading {
    padding-right: 0.24rem;
    font-size: 0.2rem;
  }
  .section-faq .faq-heading::before, .section-faq .faq-heading::after {
    width: 18px;
  }
  .section-faq .faq-heading span::before {
    top: -19px;
    left: -57px;
    font-size: 0.5rem;
  }
  .section-faq .faq-content {
    margin-top: 15px;
    padding-top: 36px;
    padding-bottom: 17px;
  }
  .section-faq .faq-content::before {
    top: 25px;
    left: -54px;
    font-size: 0.5rem;
  }
  .section-faq .faq-content .faq-content-img{
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .section-faq .faq-content .faq-content-img .faq-item-text{
	width: 480px;
  }
  .section-faq .faq-content .faq-content-img .faq-item-img{
	width: 360px;
  }
}
/*# sourceMappingURL=faq.css.map */