.ac-faq {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.ac-faq .ac-box {
  margin-bottom: 2.6vw;
}
.ac-faq .ac-trigger {
  padding-top: 3.9vw;
  padding-bottom: 3.9vw;
  padding-left: 9.8vw;
  padding-right: 9.1vw;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ac-faq .ac-trigger:after,
.ac-faq .ac-trigger:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: 3.9vw;
  width: 2px;
  height: 1.2em;
}
.ac-faq .ac-trigger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ac-faq .ac-trigger.is-open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ac-faq .ac-trigger.is-open:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.ac-faq .ac-trigger-in {
  position: relative;
  margin: 0;
  line-height: inherit;
  font-family: -apple-system, blinkMacSystemFont, "lato", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.ac-faq .ac-trigger-in i {
  font-size: 5.72916vw;
  letter-spacing: 0em;
  line-height: 1.6;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: -0.8em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ac-faq .ac-trigger-in i:before {
  content: "Q";
}
.ac-faq .ac-content {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  padding-left: 9.8vw;
  padding-right: 9.1vw;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  display: none;
}
.ac-faq .ac-content-in {
  position: relative;
  margin: 0;
  line-height: inherit;
  font-family: -apple-system, blinkMacSystemFont, "lato", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.ac-faq .ac-content-in i {
  font-size: 5.72916vw;
  letter-spacing: 0em;
  line-height: 1.6;
  font-weight: 400;
  position: absolute;
  top: 0.5em;
  left: -0.8em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ac-faq .ac-content-in i:before {
  content: "A";
}
.ac-faq.seno-faq .ac-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #1d1d1d;
  margin: 0 0 18px 0;
  padding-bottom: 9px;
  border-bottom: 2px solid #dfdfdf;
  font-family: -apple-system, blinkMacSystemFont, "lato", "Segoe UI", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.ac-faq.seno-faq .ac-trigger {
  background-color: #f2f9ff;
}
.ac-faq.seno-faq .ac-trigger:after,
.ac-faq.seno-faq .ac-trigger:before {
  background-color: #024099;
}
.ac-faq.seno-faq .ac-trigger-in {
  color: #1d1d1d;
}
.ac-faq.seno-faq .ac-trigger-in i:before {
  color: #024099;
}
.ac-faq.seno-faq .ac-content {
  background-color: #ffffff;
}
.ac-faq.seno-faq .ac-content-in {
  color: #1d1d1d;
}
.ac-faq.seno-faq .ac-content-in i:before {
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .ac-faq .ac-box {
    margin-bottom: 20px;
  }
  .ac-faq .ac-trigger {
    padding-top: 22px;
  }
  .ac-faq .ac-trigger {
    padding-bottom: 22px;
  }
  .ac-faq .ac-trigger {
    padding-left: 78px;
  }
  .ac-faq .ac-trigger {
    padding-right: 104px;
  }
  .ac-faq .ac-trigger:after,
  .ac-faq .ac-trigger:before {
    margin-right: 30px;
  }
  .ac-faq .ac-trigger-in i {
    font-size: 34px;
    letter-spacing: 0.4em;
    line-height: 2.5;
    font-weight: 400;
  }
  .ac-faq .ac-content {
    padding-top: 27px;
  }
  .ac-faq .ac-content {
    padding-bottom: 27px;
  }
  .ac-faq .ac-content {
    padding-left: 78px;
  }
  .ac-faq .ac-content {
    padding-right: 104px;
  }
  .ac-faq .ac-content-in i {
    font-size: 34px;
    letter-spacing: 0.4em;
    line-height: 2.5;
    font-weight: 400;
  }
}
