/* 記事個別CSSが必要な場合ここに作成 */

.show_table {
  position: inherit;
}

.p-scroll-table:after {
  position: initial;
  }

.img_txt {
  text-align: center;
  } 

@media print,
screen and (min-width: 40.0625em) {
    .p-column-pic-list {
        justify-content: center;
        gap: 5px 20px;
    }

}



@media print, screen and (min-width: 40.0625em) {
  .p-column-block--article .p-column-block__column--4 {
    width: 22.5%;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {

    .p-column-block--article .p-column-block__column--3 {
        box-sizing: border-box;
        margin: 30px 0;
        padding: 0 20px;
        width: 31.3%;
    }
}