@media screen and (max-width: 1024px){
    /* 4/25 */
    table.user-table-two.tool-download {
        display: block;
        overflow-x: scroll;
        width: 95%;
    }

    table.user-table-two.tool-download th.fixed_th_1,
    table.user-table-two.tool-download td.fixed_th_1{
        position: sticky;
        left:4px;
    }
    table.user-table-two.tool-download td.fixed_th_1{
        background-color: white;
    }



}
@media screen and (max-width: 560px){
}

