@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bellefair&display=swap");
/* =================================================
   unique layout
================================================= */
@keyframes accordion {
  0% {
    margin-top: -13.3333333333vw;
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    margin-top: 0vw;
    opacity: 1;
  }
}
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  overflow: hidden;
  /* -------------------------------------
     section_1
  */
}
#article section.section_1 .inner.section_inner .content {
  /* -------------------------------------
     content_1
  */
}
#article section.section_1 .inner.section_inner .content.content_1 {
  margin: 5.3333333333vw 0 0;
  /* -------------------------------------
  item
  */
}
#article section.section_1 .inner.section_inner .content.content_1 h3.h3_2 {
  display: flex;
  position: relative;
}
#article section.section_1 .inner.section_inner .content.content_1 h3.h3_2:after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-right: 1px solid hsl(0, 0%, 20%);
  border-bottom: 1px solid hsl(0, 0%, 20%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 4vw;
  right: 4.6666666667vw;
  transform: rotate(45deg);
  transition: 0.3s;
}
#article section.section_1 .inner.section_inner .content.content_1 h3.h3_2 span {
  display: flex;
  align-items: center;
}
#article section.section_1 .inner.section_inner .content.content_1 h3.h3_2 span.icon {
  justify-content: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  width: 12vw;
  height: 12vw;
  box-sizing: border-box;
}
#article section.section_1 .inner.section_inner .content.content_1 h3.h3_2 span.txt {
  font-size: 1.4rem;
  line-height: 1.5;
  width: 69.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.content_1 h4.h4_2 span.txt {
  font-size: 1.2rem;
}
#article section.section_1 .inner.section_inner .content.content_1 .text {
  font-size: 1.2rem;
}
#article section.section_1 .inner.section_inner .content.content_1 .item {
  width: 92vw;
  margin: 0 auto 5.3333333333vw;
}
#article section.section_1 .inner.section_inner .content.content_1 .item summary {
  background: hsl(0, 0%, 95%);
  cursor: pointer;
}
#article section.section_1 .inner.section_inner .content.content_1 .item .float_c {
  padding: 5.3333333333vw 4vw 0;
  position: relative;
  z-index: -1;
}
#article section.section_1 .inner.section_inner .content.content_1 .item details[open] h3.h3_2:after {
  top: 5.3333333333vw;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section {
    /* -------------------------------------
       section_1
    */
  }
  #article section.section_1 .inner.section_inner .content {
    /* -------------------------------------
       content_1
    */
  }
  #article section.section_1 .inner.section_inner .content.content_1 {
    margin: 16px 0 0;
    /* -------------------------------------
    item
    */
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3.h3_2:after {
    width: 16px;
    height: 16px;
    top: 30px;
    right: 32px;
    opacity: 1;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3.h3_2:hover:after {
    opacity: 0.6;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3.h3_2 span.icon {
    font-size: 3.6rem;
    width: 80px;
    height: 80px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h3.h3_2 span.txt {
    font-size: 1.8rem;
    width: 864px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 h4.h4_2 span.txt {
    font-size: 1.4rem;
  }
  #article section.section_1 .inner.section_inner .content.content_1 .text {
    font-size: 1.4rem;
  }
  #article section.section_1 .inner.section_inner .content.content_1 .text p {
    line-height: 2;
    margin: 0;
  }
  #article section.section_1 .inner.section_inner .content.content_1 .item {
    width: 100%;
    margin: 0 auto 48px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 .item .float_c {
    padding: 16px 64px 0 80px;
  }
  #article section.section_1 .inner.section_inner .content.content_1 .item details[open] h3.h3_2:after {
    top: 36px;
  }
}/*# sourceMappingURL=faq.css.map */