#privilege_8 .top_box .pri_title {
    background-color: #164A74;
}

#privilege_8 .top_box .item_title {
    background-color: #164A74;
    overflow-wrap: break-word;
    height: auto;
    min-height: 35px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

#privilege_8 .top_box .item_value {
    color: #fe83af;
}

#privilege_8 .btm_box .item_title {
    color: #164A74;
    border-color: #164A74;
}

#privilege_8 .salary_menu_tab_content {
    display: none;
}

#privilege_8 #salary_menu_tab_0:checked~#salary_menu_tab_content_0,
#privilege_8 #salary_menu_tab_1:checked~#salary_menu_tab_content_1 {
    display: block;
    animation: fadeIn 0.5s ease 0s 1 normal forwards;
}

#privilege_8 .salary_menu_tab_input {
    display: none;
}

#privilege_8 .salary_menu_tab {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

#privilege_8 .salary_menu_tab_item {
    width: calc(100%/2 - 10px/2);
}

#privilege_8 .salary_menu_tab .salary_menu_tab_item:only-child {
    width: 100%;
}

#privilege_8 .salary_menu_tab_item>label {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DDD;
    color: #777;
}

#privilege_8 #salary_menu_tab_0:checked~.salary_menu_tab label[for="salary_menu_tab_0"] {
    background: #164A74;
    color: #FFF;
}

#privilege_8 #salary_menu_tab_1:checked~.salary_menu_tab label[for="salary_menu_tab_1"] {
    background: #164A74;
    color: #FFF;
}

#privilege_8 .btm_box .item_block {
    padding: 0 15px;
}

#privilege_8 .salary_content {
    margin-top: 15px;
}

#privilege_8 .salary_content_head {
    background: #E0E0E0;
    font-size: 14px;
    font-weight: bold;
    text-indent: 0.5em;
}

#privilege_8 .salary_content_table {
    margin-top: 10px;
}

#privilege_8 .salary_content_table>table {
    width: 100%;
}

#privilege_8 .salary_content_table>table thead td {
    border: none;
    font-size: 12px;
    line-height: 1.25em;
    background: #E0E0E0;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 0;
}

#privilege_8 .salary_content_table>table thead td:first-child {
    background: none;
}

#privilege_8 .salary_content_table>table tbody th {
    border: 1px solid #DDD;
    background: #FF8AB6;
    color: #FFF;
    font-size: 12px;
    line-height: 1.25em;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 0;
}

#privilege_8 .salary_content_table>table tbody td {
    border: 1px solid #DDD;
    font-size: 12px;
    line-height: 1.25em;
    text-align: center;
    padding: 0.5em 0;
}

#privilege_8 .salary_content_text {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
    border: 1px solid #164a74;
    padding: 0.5em;
}

#privilege_8 .salary_bottom_link {
    margin: 10px auto 0;
    border: 2px solid #164a74;
    border-radius: 5px;
}

#privilege_8 .salary_bottom_link_head {
    background: #164a74;
    color: #FFF;
    font-size: 14px;
    padding: 0.5em;
    text-align: center;
    overflow-wrap: break-word;
}

#privilege_8 .salary_bottom_link_box {
    background: #E0E0E0;
    padding: 10px;
}

#privilege_8 .salary_bottom_link_button {
    display: block;
    text-align: center;
    background: #FFF;
    color: #164a74;
    padding: 0.5em;
    border-radius: 3px;
    border: 1px solid #CCC;
}

#privilege_8 .annotation_text {
    margin: 10px auto 0;
    color: #164a74;
}