@charset "UTF-8";

/* **************************************************

Name: tcfd.css

Create: 2022.07.28
Update: 

***************************************************** */


/* adjust
**************************************************************/
.fs12 {
    font-size: 12px!important;
    padding-left: 0.4em!important;
    padding-right: 0.4em!important;
}

.tcfd__pcinline {
    display: inline;
}
.tcfd__spinline {
    display: none;
}

@media screen and (max-width: 767px) {
    .table[data-table-sp=scroll] .table__matrix {
        width: 1200px!important;
    }
    .tcfd__pcinline {
        display: none;
    }
    .tcfd__spinline {
        display: inline;
    }
}