.raku2_new_order_list .raku2_navi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.raku2_new_order_list .raku2_navi > a, .raku2_new_order_list .raku2_navi p {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    align-items: center;
    padding: 0;
    margin: 0 5px;
    justify-content: center;
}

.raku2_new_order_list .raku2_navi p {
    color: #fff;
    background: #264d9c;
    border-radius: 3px;
    text-align: center;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .raku2_new_order_list .product_list_footer {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .raku2_new_order_list .raku2_navi {
        margin: 25px 0 50px;
    }
}
