/* --------------------------------------------
  Index
-------------------------------------------- */
.faq_anchor {
  margin-top: 60px;
  margin-bottom: 69.4px;
}
.faq_anchor ul {
  font-size: 0;
  border-right: 1px solid #d8d8d8;
  display: table;
  margin: 0 auto;
}
.faq_anchor ul li {
  border-left: 1px solid #d8d8d8;
  display: inline-block;
}
.faq_anchor ul li a {
  font-size: 1.8rem;
  color: #444;
  padding: 6.2px 19px 4.2px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
}
.faq_anchor ul li a:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 9px;
  background: url(/2027/information/img/faq_bg01.png) no-repeat;
  background-size: 12px auto;
  top: 13px;
  left: 19px;
}
.faq_anchor ul li a:hover {
  text-decoration: none;
  color: #fd6f31;
}
@media screen and (max-width: 767px) {
  .faq_anchor {
    margin-top: 50px;
    margin-bottom: 51.6px;
  }
  .faq_anchor ul {
    font-size: 0;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    width: 100%;
  }
  .faq_anchor ul li {
    border-left: none;
    border-bottom: 1px solid #d8d8d8;
    display: block;
    width: 100%;
  }
  .faq_anchor ul li a {
    line-height: 1.3;
    padding: 21.2px 20px 20.2px 29px;
  }
  .faq_anchor ul li a:before {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }
  .faq_anchor ul li a:hover {
    text-decoration: none;
    color: #fd6f31;
  }
}
.section_faq {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section_faq {
    margin-bottom: 50px;
  }
}
.faq_section_title {
  text-align: center;
  margin-bottom: 37.3px;
}
.faq_section_title h2 {
  font-size: 3.6rem;
  color: #fd6f31;
}
@media screen and (max-width: 767px) {
  .faq_section_title {
    margin-bottom: 33.6px;
  }
  .faq_section_title h2 {
    font-size: 2.4rem;
  }
}
.faq_accordion_wrap {
  border-top: 1px solid #d8d8d8;
}
.faq_accordion_wrap > li {
  border-bottom: 1px solid #d8d8d8;
  padding: 16px 0 18px;
  color: #444;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq_accordion_wrap > li.is-collapsed:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(/2027/information/img/faq_bg05.png) no-repeat;
  background-size: 24px auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.faq_accordion_wrap > li.is-expanded {
  background-color: #fff6f2;
}
.faq_accordion_wrap > li.is-expanded:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(/2027/information/img/faq_bg04.png) no-repeat;
  background-size: 24px auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.faq_accordion_wrap > li:hover {
  background-color: #fff6f2;
}
.faq_accordion_wrap > li:hover .faq_accordion_q {
  color: #fd6f31;
}
@media screen and (max-width: 767px) {
  .faq_accordion_wrap > li {
    padding: 20.4px 0 19.4px;
  }
  .faq_accordion_wrap > li.is-collapsed:before,
  .faq_accordion_wrap > li.is-expanded:before {
    top: 30px;
    right: 10px;
  }
}
.faq_accordion_q {
  font-size: 2.0rem;
  line-height: 1.3;
  position: relative;
  padding: 5px 45px 1px 64px;
}
.faq_accordion_q:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 31px;
  background: url(/2027/information/img/faq_bg02.png) no-repeat;
  background-size: 23px auto;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .faq_accordion_q {
    font-size: 1.8rem;
    padding: 0 50px 1.3px 43px;
  }
  .faq_accordion_q:before {
    width: 17px;
    height: 23px;
    background-size: 17px auto;
    top: 1.7px;
    left: 10px;
  }
}
.faq_accordion_a {
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  margin-top: 19.2px;
  padding-left: 64px;
  padding-right: 50px;
}
.faq_accordion_a:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 20px;
  background: url(/2027/information/img/faq_bg03.png) no-repeat;
  background-size: 17px auto;
  top: 1.8px;
  left: 26px;
}
@media screen and (max-width: 767px) {
  .faq_accordion_a {
    font-size: 1.5rem;
    margin-top: 12.6px;
    padding-left: 43px;
    padding-right: 62px;
  }
  .faq_accordion_a:before {
    width: 14px;
    height: 15px;
    background-size: 14px auto;
    top: 2.8px;
    left: 13px;
  }
}
.faq_accordion_handole {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
