@charset "utf-8";

/* searchSection */
#searchSection .subTitle {
    margin-bottom: 0;
}

/* faqSection */
#faqSection {
    background-color: #d3fff9;
}

#faqSection h3 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 50px;
}

/* PC */
@media screen and (min-width: 768px) {
}

/* SP */
@media screen and (max-width: 767px){
    /* searchSection */
    #searchSection {
        padding-bottom: 30px;
    }

    /* faqSection */
    #faqSection h3 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}