/* common
---------------------------------------------------------------------- */
#htlSide-A {
  top: 800px;
}

.intro {
  background-color: #231815;
  position: relative;
  height: 85px;
}

/* navi
---------------------------------------------------------------------- */
.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  gap: 1.5%;
}
.navi li {
  color: #fff;
  background-color: #000000;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi li a {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
}
.navi li a.two {
  padding: 8px;
}

/* faq
---------------------------------------------------------------------- */
.faq {
  padding: 90px 0;
}

.faq__lead {
  font-size: 21px;
  line-height: 1.71;
  margin-bottom: 95px;
}
.faq__lead a {
  text-decoration: underline;
}

.faq__ttl {
  font-size: 21px;
  margin-bottom: 25px;
  color: #103F12;
}

.faq__item {
  padding-top: 95px;
  margin-top: -50px;
}
.faq__item:first-of-type {
  margin-top: -40px;
}

.faq__item dl {
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.faq__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  background-color: #F5F0E9;
  color: #000000;
  padding: 13px 60px 13px 30px;
  position: relative;
}
.faq__item dt::before, .faq__item dt::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  border-radius: 5px;
  background: #666666;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__item dt::after {
  background: 666666;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.faq__item dt.active::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.faq__item dt p {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.faq__item dt p::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 23px;
  margin-right: 2%;
}

.faq__item dd {
  color: #000000;
  background-color: #F1F1F1;
  display: none;
  padding: 13px 30px 13px 30px;
}
.faq__item dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
.faq__item dd p::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 23px;
  margin-right: 2%;
}
.faq__item dd span span {
  display: block;
  margin-bottom: 10px;
}/*# sourceMappingURL=faq.css.map */