@charset "utf-8";

/* =====================================
main
===================================== */

#ESG h3 {
    margin-top: 32px;
}

.section__topic {
    color: var(--dimgray);
}

.section__topic::after {
    border-bottom: solid 3px var(--dimgray);
}

/* section id="ESG pc 1280*/
@media screen and (min-width: 1280px) {
    #ESG h3,#SDGs h3,#recycle h3,#CSR h3{
        padding-top: 120px;
        margin-top: 120px;
    }
}