@charset "UTF=8";

@media screen and (min-width: 768px) {
    .main__title-img {
        position: absolute;
        width: 100vw;
        height: 500px;
        top: -30px;
        object-position: center top;
    }
}

@media screen and (min-width: 960px) {
    .main__title-img {
        top: -50px;
    }
}

.faq__category-title {
    text-align: center;
}

.faq__btn-wrapper {
    margin-top: 20px;
}

.faq__btn-sugar-glider,
.faq__btn-other {
    margin: 40px auto 0;
}

#faq__sugar-glider,
#faq__other {
    margin-top: 60px;
}

.faq__sugar-glider-title,
.faq__other-title {
    text-align: center;
}

.faq__item-wrapper {
    margin-top: 40px;
}

.faq__question-txt {
    color: #B897BA;
}

.faq__answer-txt,
.faq__answer-txtInner {
    background-color: #B897BA;
    color: #FFF;
}

.faq__answer-txt span {
    color: #FFF;
}
.faq__answer-txt .link,
.faq__answer-txt .tel {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.faq__question-icon::before,
.faq__question-icon::after {
    background-color: #B897BA;
}

.faq__answer-img {
    text-indent: 0;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .faq__btn-wrapper {
        justify-content: center;
        align-items: center;
    }
    .faq__btn-sugar-glider,
    .faq__btn-other {
        margin: 0;
    }
    #faq__sugar-glider,
    #faq__other {
        margin-top: 90px;
    }
}

@media screen and (min-width: 960px) {
    .faq__answer-img {
        max-width: 1000px;
        margin: 0 0 0 10px;
    }
}