.search_input {
    width: 100%;
    padding: 5px;
}
.post ul.sort_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}
.post ul.sort_ul li {
    font-size: 12px;
    width: calc(100% / 7 - 4px);
    text-align: center;
    padding: 5px 0;
    line-height: 1.5;
    border-radius: 2px;
    cursor: pointer;
    margin: 2px;
    font-weight: bold;
}
.post ul.sort_ul li[data-checked='0'] {
    border: 2px solid #ccc;
    opacity: 0.5;
}
.post ul.sort_ul li[data-checked='1'] {
    color: #f97a69;
    border: 2px solid #f37a62;
}
.post ul.sort_ul li[data-key='rarity'] {
    width: calc(100% / 3 - 4px);
}
.post ul.sort_ul li[data-key='elem'],
.post ul.sort_ul li[data-key='weapon'],
.post ul.sort_ul li[data-key='type'] {
    width: calc(100% / 5 - 4px);
}

.item_table .flex_item.seinou {
    background: #ff7500;
}
.item_table .flex_item.skill_label {
    background: #5f5e5e;
}

 /* ツールチップ_S */
 .tippy_title {
    font-size: 16px;
    color: #ffee8c;
    border-bottom: 1px dashed #fff;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}
.tippy_detail {
    font-size: 13px;
}
body .tippy-box .tippy-content {
    border: none !important;
    min-width: 150px;
    color: #ffffff !important;
    background: #2c282c !important;
    border-radius: 2px;
}
body .tippy-box {
    border: none !important;
}
body .tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -8px!important;
}
.post-content table td .pop_up_tippy {
    padding: 2px 4px;
    border-bottom: 1px dashed #afafaf;
    /* background: linear-gradient(0deg, #dfdfdf, #ffffff); */
}
/* ツールチップ_E */

.effect_row + .effect_row {
    margin-top: 5px;
}

.post-content td hr {
    border-top: 1px dashed #bbb !important;
    margin: auto !important;
}