@charset "UTF-8";

.mercury {
    background: #fff;
}
.energy-page-u96-faq-list-title {
    background: #ffe658;
}
.energy-page-u96-faq-list-title__text {
    font-weight: bold;
}
.energy-page-u96-faq-list-data {
    display: none;
    background: #fffdea;
    max-height: 0;
    overflow-y: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, overflow-y 0.3s ease-in-out;
}
.energy-page-u96-faq-list-data.is-show {
    display: block;
    overflow-y: auto;
    height: 100%;
    opacity: 1;
}
.energy-page-u96-bg-white {
    background: #fff;
}

.energy-page-u96-section-container {
    border-top: 1px solid #c1c1c2;
}
.energy-page-u96-section-title {
    font-weight: bold;
}

.energy-page-u96-bg-gray-02 {
    background: #fff;
}