.txt_indent2 {
    padding-left: 1.8em;
    text-indent: -1.8em;
}

.ttl_c th {
    text-align: center;
    vertical-align: middle!important;
}
.v_m {
    vertical-align: middle!important;
}
.w1600 table.table_r_01 {
    width: 1600px;
}
.w1600 table.table_r_01 td {
    padding: 11px 7px;
    vertical-align: middle;
    text-align: center;
    word-break: break-all;
}
.w1600 table.table_r_01 th {
    vertical-align: middle;
}
.w1600 {
    overflow: hidden;
}

@media (min-width: 641px) {
    .w1600 .scroll-hint-icon-wrap {
        display: block;
    }
    .w1600.scroll-hint {
        overflow: auto!important;
    }
}

table.table_r_01 .name_position td {
    font-weight: bold;
    text-align: left;
}
.name_position .ruby {
    font-size: 10px;
    font-weight: normal;
}
.name_position .position {
    font-size: 13px;
    font-weight: normal;
}

.bc_b {
    background-color: #918769;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-left: 2px;
    padding: 0 3px;
}

.t_apply {
    display: flex;
    justify-content: center;
    align-items: center;
}
.t_apply:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #918769;
    line-height: 22.5px;
}

.table-01{
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
}
.table-01::-webkit-scrollbar{
    width: 20px;
    background: #999;
}
.table-01::-webkit-scrollbar:horizontal{
    height: 10px;
    background: #eee;
    border-radius: 5px;
}
.table-01::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
}
.table-01::-webkit-scrollbar-thumb:horizontal{
    background: #999;
    border-radius: 5px;
}


@media (max-width: 640px) {
    table.table_r_01.w800_sp {
        width: 888px;
    }

}

.side_p_table {
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    z-index: 1;
}

.w1600 .side_p_table table.table_r_01 {
    width: 100%;
}
.side_p_table_top {
    height: 90.5px;
}
.side_p_table_middle {
    height: 68px;
}
.table-slide-arrow_wrap {
    position: relative;
}
@media (max-width: 640px) {
    .side_p_table {
        display: none;
    }
}