@charset "UTF-8";

.price-section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.price-title {
    margin: 0 0 30px;
    padding: 0;
    line-height: 1;
}

.price-title img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.price_table {
    width: 100%;
    min-width: 768px;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
    color: #333;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.price_table td {
    padding: 4px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.table02_01 {
    background: #fefde6;
    color: #ff9900;
    font-weight: bold;
    width: 100px;
    white-space: nowrap;
}

.table02_02 {
    background: #fefde6;
}

.table02_03 {
    background: #eaf4ff;
    color: #3399ff;
    font-weight: bold;
    width: 100px;
    white-space: nowrap;
}

.table02_04 {
    background: #eaf4ff;
}

.price-note {
    margin-top: 8px;
    font-size: 14px;
}

.red {
    color: #e73030;
}