.font-small {
    font-size: 0.6rem;
}

.top-title {
    background-image: url(/img/headimg.jpg);
    background-size: cover;
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 400px;
}

.top-hikaku {
    max-width: 600px;
    margin: 0 auto;
}

.top-hikaku-box {
    background-color: #ececec;
}

.top-step {
    max-width: 600px;
}

.coming-soon {
    background-image: url(/img/24560369_m.png);
    background-size: cover;
}

.top-footer {
    background-image: url(/img/footerbg.png);
    background-size: cover;
    padding: 0 calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.footer-wrapper {
    margin-top: 0px !important;
}

@media (max-width: 510px) {
    .top-title {
        background-image: url(/img/headimgsp.png);
    }
}