@charset "UTF-8";

.mercury {
    background: #fff;
}
.energy-page-u96-headline-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.energy-page-u96-headline-title__text {
    font-weight: bold;
    letter-spacing: .05em;
}
.energy-page-u96-mainvisual {
    background: #fff49c;
}
.energy-page-u96-mainvisual__title {
    font-weight: bold;
}

.energy-page-u96-section-container + .energy-page-u96-section-container {
    border-top: 1px solid #c1c1c2;
}

.energy-page-u96-section-title {
    font-weight: bold;
}

.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-faq-link {
    color: #0b5bce;
    text-decoration: underline;
}

.energy-page-u96-login-link {
    display: block;
    font-weight: bold;
    color: #333;
    border: 1px solid #c1c6cc;
}

.energy-page-u96-bg-gray-02 {
    background: #fff;
}


.energy-page-u96-information {
    border-bottom: 1px solid #c1c1c2;
}
.energy-page-u96-information-inner {
    border-top: 1px solid #c1c1c2;
}
.energy-page-u96-information-content-title {
    font-weight: bold;
    text-align: center;
}

.energy-page-u96-information-content-link {
    display: block;
    font-weight: bold;
    color: #333;
    border: 1px solid #c1c6cc;
}