@charset "utf-8";

.price {
    margin-top: 200px;

}

.pricesabu {
    margin-top: -150px;
    color: #333;
}

.pricesabu1 {
    margin-top: 50px;
    color: #333;
}

.price_sabu1 {
    text-align: center;
}

.price {
    background-color: #fff;
}

div section .pricesabu {
    width: calc((100% / 3) - 15px);
    background: #fff;

    padding: 5px 10px;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #e8bc5b;
    padding: 5px 10px;

}

tr:first-child {
    color: #fff;
    background: #e8bc5b;
    text-align: center;
}

.price p {
    margin-top: 20px;
}

.price .br {
    color: #e8bc5b;
}

@media (max-width:767px) {
    .table_wrap {
        overflow-x: scroll;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        white-space: nowrap;
    }
}