@charset "UTF-8";
.tle:before {
  background-image: url(/library/dantai/seido_jujitsu/img/common/page-icon4.svg);
}

.faq {
  position: relative;
}
.faq-list {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.faq-list:not(:first-child) {
  margin-top: 40px;
}
.faq-question:before, .faq-answer:before {
  font-family: "Quicksand", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 1.7272727273em;
  display: inline-block;
  margin-right: 0.3em;
  position: absolute;
  top: 0.4em;
  display: block;
}
@media screen and (max-width: 750px) {
  .faq-question:before, .faq-answer:before {
    top: 0.5em;
  }
}
.faq-question {
  background-color: #009944;
  color: #fff;
  position: relative;
  font-size: 1.2222222222em;
  padding: 1.5em 3.5em 1.5em;
}
.faq-question:before {
  content: "Q.";
  color: #fffc00;
  left: 0.7em;
}
.faq-question:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 24px 14px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -24px;
  left: 1.5em;
  transition: bottom 0.3s;
}
.faq-question.open:after {
  bottom: 0;
}
.faq-answer {
  position: relative;
  padding: 1.5em;
  padding-left: 3.5em;
}
.faq-answer:before {
  content: "A.";
  color: #009944;
  left: 1em;
}
.faq-answer div {
  text-align: justify;
}
.faq:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #9dd8b7, #9dd8b7 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 1201px), print {
  .faq {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 1200px) {
  .faq {
    padding-bottom: 7% !important;
  }
}

@media screen and (min-width: 1201px), print {
  #section2 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  #section2 {
    margin-top: 10%;
  }
}
#section2 .box {
  color: #009944;
  position: relative;
  border-radius: 16px;
  background-color: #f8f8f8;
  overflow: hidden;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}
#section2 .box > p {
  background-image: repeating-linear-gradient(-6deg, #009944, #009944 2px, transparent 2px, transparent 10px, #009944 10px), repeating-linear-gradient(84deg, #009944, #009944 2px, transparent 2px, transparent 10px, #009944 10px), repeating-linear-gradient(174deg, #009944, #009944 2px, transparent 2px, transparent 10px, #009944 10px), repeating-linear-gradient(264deg, #009944, #009944 2px, transparent 2px, transparent 10px, #009944 10px);
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  font-size: 1.1111111111em;
  padding: 2em;
}
#section2 .box > p:before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  background: url(/library/dantai/seido_jujitsu/top/img/s6-pict.png) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 4.3em;
}
#section2 .box > p span {
  display: block;
  padding-left: 5em;
}

.qr-list li {
  box-sizing: border-box;
}
@media screen and (min-width: 751px), print {
  .qr-list li {
    width: 33.3%;
    padding-right: 3%;
    padding-left: 3%;
    margin-top: 50px;
    border-right: 1px solid #ababab;
  }
  .qr-list li:nth-child(3n) {
    border-right: 0;
  }
  .qr-list li:first-child, .qr-list li:nth-child(2), .qr-list li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .qr-list li {
    font-size: calc((1rem + (1vw - 7.51px) * 1.3296) * 0.625);
  }
}
@media screen and (max-width: 750px) {
  .qr-list li {
    width: 100%;
    text-align: left;
  }
  .qr-list li:not(:first-child) {
    margin-top: 2%;
    padding-top: 2%;
    border-top: 1px dotted #999;
  }
}
@media screen and (max-width: 750px) {
  .qr-list figure {
    display: none;
  }
}
.qr-list p {
  color: #009944;
  font-weight: 600;
  font-size: 0.8888888889em;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .qr-list p {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 750px) {
  .qr-list p {
    font-size: 1.2em;
  }
  .qr-list p a {
    display: block;
  }
}
@media screen and (min-width: 751px), print {
  .qr-list a {
    pointer-events: none;
  }
  .qr-list a span {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .qr-list a {
    font-size: 0.7em;
  }
  .qr-list a .icon-arrow {
    display: inline-block;
    margin-right: 0.3em;
  }
}

.btn {
  max-width: 500px;
}
@media screen and (max-width: 750px) {
  .btn {
    max-width: 100%;
    width: 100%;
    font-size: 0.8em;
  }
}/*# sourceMappingURL=faq.css.map */