@charset "utf-8";
/*----------------------------------------------------
    css
----------------------------------------------------*/





/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
@media screen and (max-width: 480px) {
    .wr01_table-scroll {
        width: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        overflow-x: scroll;
    }

    .wr01_table-scroll::-webkit-scrollbar {
        height: 10px;
    }

    .wr01_table-scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 5px;
    }

    .wr01_table-scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc;
        border-radius: 5px;
    }

    .wr01_table-scroll table {
        border-collapse: collapse;
        border-spacing: 0;
        empty-cells: show;
        width: 100%;
        margin: 0;
        border: none;
        display: table;
    }

    .wr01_table-scroll table tbody {
        display: table-row-group;
    }
    
    .wr01_table-scroll table tr {
        display: table-row;
    }

    .wr01_table-scroll table tbody th,
    .wr01_table-scroll table tbody td {
        word-break: break-all;
        vertical-align: middle;
        display: table-cell;
        width: auto;
    }
} 
	

/*/////////////必ず中括弧の中に作成してください。/////////////*/


}