@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body img {
  width: 100%;
}

body main .back_illust_3 {
  background-repeat: no-repeat;
}

body main .p_top_img img {
  -o-object-position: 60% 50%;
     object-position: 60% 50%;
}

body main #faq_sct ul li.faq_ctn {
  border-bottom: 1px solid #ccc;
}

body main #faq_sct ul li.faq_ctn .q_ctn {
  padding: 40px 0;
  -ms-grid-columns: 1fr 20px;
      grid-template-columns: 1fr 20px;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (max-width: 480px) {
  body main #faq_sct ul li.faq_ctn .q_ctn {
    -ms-grid-columns: 1fr 20px;
        grid-template-columns: 1fr 20px;
    gap: 15px;
  }
}

body main #faq_sct ul li.faq_ctn .q_ctn h2 {
  font-weight: bold;
  font-size: 1rem;
  padding-left: 70px;
  position: relative;
}

@media screen and (max-width: 480px) {
  body main #faq_sct ul li.faq_ctn .q_ctn h2 {
    padding-left: 35px;
  }
}

body main #faq_sct ul li.faq_ctn .q_ctn h2:before {
  content: 'Q';
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 20px;
}

@media screen and (max-width: 480px) {
  body main #faq_sct ul li.faq_ctn .q_ctn h2:before {
    font-size: 1.8rem;
    top: -12px;
    left: 3px;
  }
}

body main #faq_sct ul li.faq_ctn .q_ctn .btn {
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

body main #faq_sct ul li.faq_ctn .q_ctn .btn span,
body main #faq_sct ul li.faq_ctn .q_ctn .btn span:before,
body main #faq_sct ul li.faq_ctn .q_ctn .btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 2px;
  position: absolute;
}

body main #faq_sct ul li.faq_ctn .q_ctn .btn span:before {
  background-color: #333333;
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

body main #faq_sct ul li.faq_ctn .q_ctn .btn span:after {
  background-color: #333333;
  top: 0;
}

body main #faq_sct ul li.faq_ctn .q_ctn .btn.open span:before {
  opacity: 0;
}

body main #faq_sct ul li.faq_ctn .a_ctn {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

body main #faq_sct ul li.faq_ctn .a_ctn p {
  font-weight: normal;
  font-size: 0.9rem;
  padding-top: 10px;
  padding-left: 70px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  body main #faq_sct ul li.faq_ctn .a_ctn p {
    padding-left: 35px;
  }
}

body main #faq_sct ul li.faq_ctn .a_ctn p:before {
  content: 'A';
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: -6px;
  left: 20px;
}

@media screen and (max-width: 480px) {
  body main #faq_sct ul li.faq_ctn .a_ctn p:before {
    font-size: 1.8rem;
    top: 0;
    left: 3px;
  }
}

body main #faq_sct ul li.faq_ctn .a_ctn.open {
  max-height: 130px;
}

@media screen and (max-width: 768px) {
  body main #faq_sct ul li.faq_ctn .a_ctn.open {
    max-height: 170px;
  }
}

@media screen and (max-width: 480px) {
  body main #faq_sct ul li.faq_ctn .a_ctn.open {
    max-height: 220px;
  }
}
/*# sourceMappingURL=faq.css.map */