 */
@font-face {
  font-family: 'footer_bar';
  src: url('../fonts/footer_bar.eot?v=1.2');
  src: url('../fonts/footer_bar.eot?v=1.2#iefix') format('embedded-opentype'),
       url('../fonts/footer_bar.woff?v=1.2') format('woff'),
       url('../fonts/footer_bar.ttf?v=1.2') format('truetype'),
       url('../fonts/footer_bar.svg?v=1.2#footer_bar') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*認定ページ*/
.wp-block-table .nintei-table thead {
    border-bottom: 1px solid;
}
/*可変幅*/
@media screen and (max-width: 1200px){
    .post_content .nintei-table th:nth-child(1) ,
    .post_content .nintei-table td:nth-child(1) {
        min-width: 120px;
    }
    .post_content .nintei-table th:nth-child(2) ,
    .post_content .nintei-table td:nth-child(2) {
        min-width: 120px;
    }
    .post_content .nintei-table th:nth-child(3) ,
    .post_content .nintei-table td:nth-child(3) {
        min-width: 150px;
    }
    .post_content .nintei-table th:nth-child(4) ,
    .post_content .nintei-table td:nth-child(4) {
        min-width: 100px;
    }
    .post_content .nintei-table th:nth-child(5) ,
    .post_content .nintei-table td:nth-child(5) {
        min-width: 120px;
    }
}
  