@charset "UTF-8";

@media all and (min-width:769px) {
    footer .footer_inner .footer_l {
        margin: 0 0 20px;
    }

    footer .footer_inner .footer_r ul.list_top {
        justify-content: center;
    }

    footer .footer_inner .footer_r .list_bottom p {
        text-align: center;
        margin: 0 auto;
        width: fit-content;
    }

    footer .footer_inner .footer_r .list_bottom ul {
        margin: 0 auto;
    }

    .top-products-list .titletag {
        width: calc(83% - 16px);
    }

    .top-products-list .item {
        display: block;
        width: 100%;
        flex-grow: 1;
    }

    .top-products-list .item:nth-child(1) .titletag {
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media all and (max-width:768px) {

    .top-products-list .item {
        display: block;
        width: 100%;
        flex-grow: 1;
    }
}