@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.ly_pageHeader_inner {
  background-image: url(../../img/faq/bg_hl.png);
}
@media screen and (max-width: 749px) {
  .ly_pageHeader_inner {
    background-image: url(../../img/faq/bg_hl_smp.png);
  }
}

.un_faqList_inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .un_faqList_inner {
    gap: 30px;
    gap: 8vw;
  }
}
.un_faqList_item {
  border: 1px solid rgba(56, 56, 55, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .un_faqList_item {
    border-radius: 10px;
    border-radius: 2.6666666667vw;
  }
}
.un_faqList_item .__question,
.un_faqList_item .__answer {
  padding: 28px 42px 24px 102px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .un_faqList_item .__question,
  .un_faqList_item .__answer {
    padding-top: 26px;
    padding-top: 6.9333333333vw;
    padding-bottom: 20px;
    padding-bottom: 5.3333333333vw;
    padding-left: 53px;
    padding-left: 14.1333333333vw;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
  }
}
.un_faqList_item .__question::before,
.un_faqList_item .__answer::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 24px;
  left: 42px;
  font-size: 2.4rem;
  font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .un_faqList_item .__question::before,
  .un_faqList_item .__answer::before {
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    top: 24px;
    top: 6.4vw;
    left: 16px;
    left: 4.2666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.un_faqList_item .__question {
  background: #ece9e2;
  border-bottom: 1px solid rgba(56, 56, 55, 0.3);
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .un_faqList_item .__question {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.un_faqList_item .__question::before {
  content: "Q";
  background: #f49940;
}
.un_faqList_item .__answer {
  background: #fff;
}
.un_faqList_item .__answer::before {
  content: "A";
  background: #f2780a;
  color: #fff;
}/*# sourceMappingURL=style.css.map */