<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #626262;
    ;
}

.banner {
    background: url(../images/banner_pc.png) no-repeat center;
    height: 580px;
}

.content {
    width: 1210px;
    margin: 0 auto 110px;
}

.good {
    background: url(../images/good_pc.png) no-repeat center;
    width: 1177px;
    height: 800px;
    margin: 78px auto;
}

.about {
    background: url(../images/about_pc.png) no-repeat center;
    height: 325px;
}

.footer {
    background-color: #dbdbdb;
    height: 349px;
    text-align: center;
    padding: 120px 0;
}

.footer p {
    color: #626262;
    font-size: 16px;
    line-height: 26px;
}

.footer p:first-child {
    font-size: 22px;
    line-height: 44px;
}

@media only screen and (max-width:1080px) {
    .banner {
        background: url(../images/banner_m.png) no-repeat center;
        height: 51.85185vw;
        background-size: cover;
    }
    .content {
        width: 100%;
        margin: 0 auto;
    }
    .good {
        background: url(../images/good_m.png) no-repeat center;
        width: 100vw;
        height: 119.44444vw;
        margin: 0 auto 8.7963vw;
        background-size: contain;
    }
    .about {
        background: url(../images/about_m.png) no-repeat center;
        width: 82.22222vw;
        height: 23.51852vw;
        background-size: contain;
        margin: 0 auto 9.62963vw;
    }
    .footer {
        height: 40vw;
        text-align: center;
        padding: 30px 0;
    }
    .footer p {
        font-size: 12px;
        line-height: 20px;
    }
    .footer p:first-child {
        font-size: 18px;
        line-height: 26px;
    }
}</pre></body></html>