@charset "UTF-8";


.accordion-style01 {
  margin: 0 auto;
  max-width: 100%;
  width: 118rem;
}
.accordion-style01 .accordion-details {
  background-color: #fff;
  border-bottom: 5px solid #f9d1c1;
}
.accordion-style01 .accordion-details:first-of-type {
  border-top: 5px solid #f9d1c1;
}
.accordion-style01 .accordion-hidden {
  display: none;
}
.accordion-style01 .accordion-summary,
.accordion-style01 .accordion-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 0 1.6rem 11.4rem;
  min-height: 11.5rem;
  position: relative;
}
.accordion-style01 .accordion-summary::before,
.accordion-style01 .accordion-content::before {
  content: '';
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: .05em;
  border-radius: 50% 50%;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5.75rem 0 0 1.3rem;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.accordion-style01 .accordion-summary {
  font-weight: 700;
  font-size: 2.8rem;
  color: #e94609;
  cursor: pointer;
  padding-right: 7rem;
}
.accordion-style01 .accordion-summary::before {
  content: 'Q';
  color: #fff;
  background-color: #e94609;
}
.accordion-style01 .accordion-summary::after {
  content: '';
  background-image: url(../images/common/icon-accordion-open.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2rem;
  width: 3.6rem;
  height: 3.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.accordion-style01 .accordion-summary.open::after {
  background-image: url(../images/common/icon-accordion-close.svg);
}
.accordion-style01 .accordion-content {
  font-size: 2.6rem;
  line-height: 1.55555556;
  color: #e94609;
  border-top: 5px dotted #f9d1c1;
  cursor: pointer;
  padding-right: 2rem;
  position: relative;
}
.accordion-style01 .accordion-content::before {
  content: 'A';
  color: #e94609;
  background-color: #f9d1c1;
}
.page-faq .section_title {
  margin: 1rem auto 0;
}
.page-faq .accordion-style01 {
  margin: 7rem auto 0;
}


@media screen and (max-width: 767px) {
  .accordion-style01 .accordion-details {
    border-bottom-width: 2px;
  }
  .accordion-style01 .accordion-details:first-of-type {
    border-top-width: 2px;
  }
  .accordion-style01 .accordion-summary,
  .accordion-style01 .accordion-content {
    padding-left: 4.4rem;
    min-height: 6rem;
  }
  .accordion-style01 .accordion-summary::before,
  .accordion-style01 .accordion-content::before {
    font-size: 1.6rem;
    margin: 3rem 0 0 1rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .accordion-style01 .accordion-summary {
    font-size: 1.6rem;
    padding-right: 4rem;
  }
  .accordion-style01 .accordion-summary::after {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .accordion-style01 .accordion-content {
    font-size: 1.4rem;
    border-top-width: 2px;
  }
  .page-faq .accordion-style01 {
    margin-top: 4rem;
  }
}
