@charset "UTF-8";
/***********************************************
***  faq
***********************************************/
/* .faq-deco-bunmei1{
      position: absolute;
    background:url(../img/common/deco/icon-colorless.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    left: -10px;
    top: 50%;
    z-index: 2;
} */
@media (max-width: 800px) {
    .faq-deco-bunmei1{
    width:30%;
}
}
.faq-chara{
    position: absolute;
    width: 400px;
    min-width: 300px;
    height: 500px;
    background: url(../img/faq/chara8.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
    right: 0;
    top: 0;
    z-index: 100;
}
.faq-body{
  background:url(../img/common/bg-red.jpg) #000;
    background-size: 100% auto;
    background-repeat: no-repeat; 
}
.faq-section{
  padding: 60px 0 100px;

    position: relative;
}

.faq-notice-section{
  padding: 0 0 100px;

}
.faq-contact-heading{
    margin-bottom:40px;
}

.faq-contact-lead{
    margin-bottom:80px;
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.faq-contact-section{
  padding: 0 0 100px;

}
.faq-contact-block-heading{
    margin-top:-70px;
    padding-bottom: 50px;
}
.faq-contact-text{
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}
@media (max-width: 800px) {
    .faq-chara {
    width: 30vw;
    min-width: inherit;
    height: 40vw;
    right: -4vw;
    top: -4vw;
}
.faq-section{
  padding: 40px 0 60px;
}
.faq-notice-section{
    margin-bottom: 60px;
}
.faq-contact-section{
    margin-bottom: 60px;
}
.faq-lists-question {
    font-size: 18px;
}

.faq-contact-lead{
    font-size: 18px;
}
.faq-contact-text{
    font-size: 4vw
}

.faq-contact-heading{
    margin-top:-60px;
    padding-bottom: 30px;
}
}
@media (max-width: 600px) {

.faq-notice-section{
    margin-bottom: 50px;
}
.faq-contact-section{
    margin-bottom: 50px;
}
    .faq-lists-question{
        padding: 10px;
    }
.faq-lists-question-text:after {
top: 10px;
    width: 26px;
    height: 26px;
}
.faq-lists-question-text{
    padding-left: 30px;
}
.faq-lists-question {
    font-size: 16px;
}
.faq-section{
  padding: 30px 0 50px;
}
}