@charset "utf-8";

.price-01{
    max-width: 800px;
}
.price-01 table{
    table-layout: fixed;
}
.price-01 table td:nth-child(1){
    background-color: #423c67;
    color: #fff;
}


@media screen and (max-width: 640px) {
    .price-01 table td{
        display: block;
    }
}