.sort_table .fil_ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.sort_table .fil_ul[data-hidden="on"] {
    max-height: 350px;
    overflow-y: scroll;
}

.sort_table .ul_open {
    font-weight: bold;
    color: #4f72c3;
    cursor: pointer;
}

.sort_table .fil_ul li {
    font-size: 12px;
    padding: 0px 5px;
    border: 2px solid #d9d9d9;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    color: #7c7b7b;
    text-align: center;
}

.sort_table .fil_ul li[data-target="quest"],
.sort_table .fil_ul li[data-target="year"] {
    line-height: 2.0;
    padding: 5px 0px;
    font-size: 11px;
}

.sort_table .fil_ul li[data-target="quest"] {
    width: calc(100% / 3 - 4px);
}

.sort_table .fil_ul li[data-target="q_type"][data-checked="1"],
.sort_table .fil_ul li[data-target="year"][data-checked="1"] {
    border: 2px solid #173474;
    color: #173474;
    background: linear-gradient(45deg, #e6eeff, #dcf1ff);
}

.sort_table .fil_ul li[data-target="quest"][data-checked="1"] {
    border: 2px solid #f05742;
    color: #f05742;
    background: linear-gradient(90deg, #fff1f0, #fff4ee);
}
.sort_table .fil_ul li[data-target="quest"][data-checked="0"] img {
    opacity: 0.6;
    filter: grayscale(0.8);
}
.sort_table .fil_ul li[data-target="quest"][data-disp="0"] {
    display: none;
}

.hensei_ninki td .total_num {
    font-weight: bold;
    font-size: 15px;
}
.itm_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.itm_wrapper li {
    width: calc(100% / 9);
    text-align: center!important;
    margin-top: 2px;
    margin-bottom: 2px;
}

.no_data {
    font-size: 12px;
    font-weight: bold;
    color: #6e6e6e;
}

.event_label {
    height: 30px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}