/* 記事個別CSSが必要な場合ここに作成 */
.large_img_01 {
  width: 100% !important;
}

.show_table {
  position: inherit;
  /* min-width: 1109px !important; */
}

.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;

    }

    .p-column-block--article .p-column-block__column--1 {
        /* width: 100%; */
    }

    .p-column-block--article .p-column-block__column--3 {
        /* padding: 0 30px; */
        /* box-sizing: border-box; */
        /* width: auto; */
        /* max-width: 50%; */
    }
}