@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
/* ************************
page
************************ */
#pagemain {
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  #pagemain {
    padding-bottom: 0.6rem;
  }
}

#faq {
  padding: 0 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #faq {
    padding: 0;
  }
}
#faq .catbox {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox {
    margin-top: 0.6rem;
  }
}
#faq .catbox h3 {
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox h3 {
    margin-bottom: 0.16rem;
  }
}
#faq .catbox h3 span {
  display: inline-block;
  font-size: 0.26rem;
  font-weight: 500;
  background-color: #fff;
  padding-right: 0.36rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox h3 span {
    font-size: 0.12rem;
    padding-right: 0.2rem;
  }
}
#faq .catbox h3:after {
  content: "";
  display: block;
  width: calc(100% - 0.1rem);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox h3:after {
    width: calc(100% - 0.08rem);
  }
}
#faq .catbox .accordionlist {
  width: 9rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox .accordionlist {
    width: 100%;
  }
}
#faq .catbox .accordionbox .accordion-title {
  font-weight: 400;
  padding: 0.3rem 0.48rem;
  border-bottom: 1px solid rgba(163, 138, 119, 0.4);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox .accordionbox .accordion-title {
    padding: 0.12rem 0.24rem;
    font-weight: 500;
  }
}
#faq .catbox .accordionbox .accordion-title:before {
  content: "Q";
  display: inline-block;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1;
  color: #a9894b;
  position: absolute;
  top: 0.32rem;
  left: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox .accordionbox .accordion-title:before {
    font-size: 0.13rem;
    top: 0.16rem;
    left: 0.08rem;
  }
}
#faq .catbox .accordionbox .accordion-title:after {
  content: "\f107";
  width: 0.4rem;
  height: 0.4rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.16rem;
  font-family: "Line Awesome Free", "Line Awesome Brands";
  font-weight: 900;
  color: #fff;
  background-color: #a9894b;
  letter-spacing: 0;
  border: 1px solid #a9894b;
  position: absolute;
  right: 0;
  top: 0.26rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox .accordionbox .accordion-title:after {
    font-size: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    top: 0.14rem;
  }
}
#faq .catbox .accordionbox .accordion-text {
  display: none;
  padding: 0.3rem 0.48rem;
  border-bottom: 1px solid rgba(163, 138, 119, 0.4);
  background-color: rgba(241, 240, 236, 0.5);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox .accordionbox .accordion-text {
    padding: 0.12rem 0.24rem;
  }
}
#faq .catbox .accordionbox .accordion-text:before {
  content: "A";
  display: inline-block;
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1;
  color: #555;
  position: absolute;
  top: 0.32rem;
  left: 0.16rem;
}
@media screen and (max-width: 767.98px) {
  #faq .catbox .accordionbox .accordion-text:before {
    font-size: 0.13rem;
    top: 0.16rem;
    left: 0.08rem;
  }
}
#faq .catbox .accordionbox .accordion-text a {
  color: #a9894b;
  text-decoration: underline;
}
#faq .catbox .accordionbox.close .accordion-title:after {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  color: #a9894b;
  background-color: #fff;
}
#faq .catbox.facility {
  margin-top: 0;
}