@charset "UTF-8";


.secTitle{display:block;}

.entry-content > table > tbody > tr > th{border-bottom:none;}
.entry-content > table > tbody > tr.end > th:before{content: none;}
.entry-content > table > tbody > tr.end > th:after{content: none;}
.entry-content > table > tbody > tr > th:before{content: none;}
.entry-content > table > tbody > tr > th:after {content: none;}

table{line-height: 1.8;}
._fs1{font-size:1rem;}
._fs2{font-size:1rem;}
/*.entry-content > table, .entry-content > table > tbody {width: 110%;}*/
.entry-content > table > tbody > tr > th {border-bottom: none;width: 16%;}
.entry-content > table > tbody > tr > td {width: 70%;}
.sp{display:none;}
._m1{margin-top:1.5rem;}
._m2{margin-bottom:1.3rem;}
a:not([class]):link, a:not([class]):active, a:not([class]):visited, a:not([class]):hover {text-decoration: none;}


/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN ////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/


@media screen and (max-width: 980px) {
    .entry-content > table > tbody > tr > td {
        width: 100%;
        background: #FFF;
        z-index: 1;
    }

    .entry-content > table, .entry-content > table > tbody {width: 100%;}
    .entry-content > table > tbody > tr > th {border-bottom: none;width: 100%;}
    .entry-content > table > tbody > tr > td {width: 100%;}
    .sp{display:block;}

}