@charset "UTF-8";

/* FAQ一覧 */
.Subpage_Faq_Hero_Wrap .Subpage_Hero_Bg_Txt {
    font-size: 263px;
    letter-spacing: 0.02em;
    top: 24px;
}

@media screen and (max-width: 768px) {
    .Subpage_Faq_Hero_Wrap .Subpage_Hero_Bg_Txt {
        font-size: 79px;
        top: 36px;
    }
}

.Subpage_Faq_Hero_Wrap .Subpage_Ttl_Orange {
    right: calc(50% - 104px);
}

@media screen and (max-width: 768px) {
    .Subpage_Faq_Hero_Wrap .Subpage_Ttl_Orange {
        right: calc(50% - 164px);
    }
}

#Question_List {
    position: relative;
}

#Question_List::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/faq/faq_bg_pc.webp);
    background-repeat: repeat-y;
    background-size: 2200px;
    background-position: center 0;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    #Question_List::before {
        background-image: url(../img/faq/faq_bg_sp.webp);
        background-size: 100%;
        top: -80px;
    }
}

.Question_List {
    margin-top: 60px;
    padding-bottom: 36px;
    margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
    .Question_List {
        margin-top: 0;
        padding-bottom: 0;
    }
}

.Question_List li {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .Question_List li {
        margin-bottom: 40px;
    }
}

#Question_List .Question_List li button {
    pointer-events: none;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .Question_List li button {
        font-size: 16px;
        padding-right: 15px;
    }
}

#Question_List .Question_List li button::after {
    display: none;
}

#Question_List .Question_List li .collapse {
    display: block;
}

.Question_List li .answer {
    background: rgba(var(--white) / 1);
}

@media screen and (max-width: 768px) {
    #Question_List .Question_List li button .q_icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    #Question_List .Question_List li .answer {
        border-left: solid 2px rgba(var(--gray_50) / 1);
        border-bottom: solid 2px rgba(var(--gray_50) / 1);
        border-right: solid 2px rgba(var(--gray_50) / 1);
        padding: 12px 10px 18px 22px;
        background-color: rgba(var(--white) / 1);
    }
}

.Question_List li .answer div {
    color: rgba(var(--main) / 1);
}
