/* 記事個別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;

    }

}