.sort_table .fil_ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.sort_table .fil_ul li {
    padding: 0px 5px;
    border: 2px solid #e3e3e3;
    background: #ebebeb;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    color: #7c7b7b;
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: -0.5px;
    min-width: calc(100% / 5 - 4px);
    line-height: 1.8;
}
.sort_table .fil_ul[data-target="charm_type"] {
    flex-wrap: wrap;
}
.sort_table .fil_ul li[data-target="charm_type"] {
    font-size: 0.8rem;
    letter-spacing: 1px;
    min-width: calc(100% / 3 - 4px);
}
.sort_table .fil_ul li[data-checked="1"] {
    border: 2px solid #204FBC;
    color: #4474e2;
    background: #fff;
}
.sort_table .fil_ul li[data-checked="0"] img {
    opacity: 0.6;
    filter: grayscale(0.8);
}

.post-content table.result_table .th_poten {
    background-color: rgb(255, 247, 204);
}
.post-content table.result_table td {
    padding: 0px 2px;
}
.post-content table.result_table td.v_align_top {
    vertical-align: top;
}
.post-content table.result_table td .disp_name {
    font-size: 0.9rem;
    letter-spacing: -0.5px;
}
.post-content table.result_table tbody[data-disp="0"] {
    display: none;
}

/* ツールチップ_S */
.post-content .result_table .pop_up_tippy {
    border-bottom: 2px dotted #646363;
    color: #ff8900;
    font-size: 0.9rem;
    letter-spacing: -0.5px;
}
.post-content .result_table .pop_up_tippy:after {
    color: #646363;
    display: none;
}
.post-content .result_table .tippy-box {
    border: 2px solid #0D2C52;
}
.post-content .result_table .tippy-box .tippy-content {
    border: none !important;
    color: #ffffff !important;
    background: linear-gradient(225deg, #0D2C52, #1c4b7f) !important;
}
.post-content .result_table .tippy_title {
    font-size: 16px;
    color: #fff;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    text-align: left;
}
.post-content .result_table .tippy_detail_wrapper {
    background: #fff;
    border-radius: 2px;
    padding: 7px 5px;
    text-align: left;
}
.post-content .result_table .tippy_detail_wrapper .tippy_category {
    display: inline-block;
    background: #222;
    padding: 1px 13px;
    border-radius: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}
.post-content .result_table .tippy_detail_wrapper .tippy_detail {
    font-size: 13px;
    color: #5b5b5b;
    font-weight: bold;
}
.post-content .result_table .tippy-box .tippy-arrow {
    color: #0D2C52;
}
/* ツールチップ_E */

@media screen and (max-width: 480px) {
    .sort_table .fil_ul li {
        min-width: calc(100% / 3 - 4px);
    }
    .post-content table.result_table td .disp_name,
    .post-content .result_table .pop_up_tippy {
        font-size: 0.7rem;
    }
}