@charset "UTF-8";

#top_ttl {
    background-image: url(../img/price/main_top.jpg);
}

.title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title .num {
    background: #2ca6e0;
    color: #fff;
    padding: 15px 20px;
    width: 12em;
    text-align: center;
    font-weight: bold;
    margin-right: 15px;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table th,table td {
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}

table th {
    text-align: center;
    background: #eaf6fc;
}

.even5 table th {
    width: 20%;
}

.payroll table th:nth-child(1) {
    width: 20%;
}

.payroll table th:nth-child(2) {
    width: 80%;
}

.half table th:nth-child(1) {
    width: 50%;
}

.half table th:nth-child(2) {
    width: 50%;
}

table td {
    text-align: center;
}

.even5 table td:first-child {
    background: #f9f9f9;
}

.payroll table tr:first-child td {
    text-align: justify;
}

.payroll table tr:nth-child(2) td {
    background: #f9f9f9;
}

.half table td:first-child {
    background: #f9f9f9;
}

.kome_list li {
    text-indent: -1em;
    padding-left: 1em
}

.kome_list li:not(:last-child) {
    margin-bottom: 5px;
}

@media all and (max-width: 767px) {
    .even5,.payroll,.half {
        margin: 0 15px;
    }
    
    .title {
        flex-wrap: wrap;
    }

    .title .num {
        padding: 10px 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    table {
        margin-bottom: 15px;
    }

    table th,
    table td {
        padding: 5px;
    }
}