.post-content table.sort_table th.custom-th {
    background-color: #101c20;
    color: white;
}
.sort_table .fil_ul {
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sort_table .fil_ul li {
    font-size: 12px;
    padding: 2px 5px;
    border: 2px solid #ebebeb;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    color: #7c7b7b;
    text-align: center;
    box-sizing: border-box;
}
.sort_table .fil_ul li[data-target="emblem"] {
    width: auto;
    min-width: 88px;
    padding: 2px 10px;
}
.sort_table .fil_ul li[data-target="gender"] {
    width: calc(50% - 4px);
    padding: 2px 0;
}
.sort_table .fil_ul li[data-target="root"] {
    width: calc(20% - 4px);
    padding: 2px;
    font-size: 10px;
}
.sort_table .fil_ul li[data-target="tag"] {
    padding: 2px 8px;
}
.sort_table .fil_ul li[data-target="rank"] {
    width: calc(100% / 6 - 4px);
    padding: 2px 0;
}
.sort_table .fil_ul li[data-target="ex_bonus"] {
    width: calc(100% / 6 - 4px);
    padding: 2px;
}
.sort_table .fil_ul li[data-target="weapon"] {
    width: calc(20% - 4px);
    padding: 2px;
}
.sort_table .fil_ul li[data-checked="1"] {
    border: 2px solid #5c5324;
    color: #f4eed4;
    background: linear-gradient(180deg, #8a7d45 0%, #6e632f 55%, #5f5528 100%);
}
.sort_table .fil_ul li[data-checked="0"] img {
    opacity: 0.6;
    filter: grayscale(0.8);
}
.sort_table .fil_ul li img {
    display: block;
    margin: 0 auto 2px;
}
.sort_table .filter_input {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 13px;
}
.sort_table .select2-container {
    width: 100% !important;
}

.fe_emblem_fil {
    display: flex;
    align-items: center;
    gap: 4px;
}
.fe_emblem_fil .fil_ul {
    flex: 0 0 auto;
}
.fe_emblem_fil .select2-container {
    flex: 1;
    min-width: 0;
}

.fe_banshisenkou_unit_list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}
.fe_banshisenkou_unit_list > li {
    margin-bottom: 10px;
}
.fe_banshisenkou_unit_list > li[data-disp="0"] {
    display: none;
}

.fe_banshisenkou_class_list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}
.fe_banshisenkou_class_list > li {
    margin-bottom: 10px;
}
.fe_banshisenkou_class_list > li[data-disp="0"] {
    display: none;
}
