/* ========== table-const ========== */
.c-table-01 .bg-org {
    background-color: #FB9D2D;
    color: #FFF;
}
.c-table-01 .bg-blue {
    background-color: #3498DB;
    color: #FFF;
}
.c-table-01 .bg-org-light {
    background-color: #FFF8EF;
}
.c-table-01 .bg-blue-light {
    background-color: #EBF7FF;
}

@media only screen and (min-width: 641px){
    .c-table-01.table-const th , .c-table-01.table-const td {
        padding: 12px 12px 10px;
    }
}

@media only screen and (max-width: 640px){
    .c-table-01.table-const th , .c-table-01.table-const td {
        font-size: 87.5%;
        padding: 6px 6px 5px;
    }
}