.mod-table-common2 > tbody > tr > th {
  width: 20%;
}
.mod-table-common2 > tbody > tr > td {
  width: 40%;
}
.mod-table-common2 > tbody > tr > td > img {
  width: 100%;
}
.mod-press-info>div {
  flex-direction: column;
}
@media screen and (max-width: 568px) {
  .mod-table-wrap {
    overflow-x: scroll;
  }
  table.mod-table-common2 {
    width: calc(980px * 0.85);
    font-size: 85%;
  }
  .mod-table-common2 > tbody > tr {
    display: table-row;
  }
  .mod-table-common2 > tbody > tr > th,
  .mod-table-common2 > tbody > tr > td {
    display: table-cell;
  }
}
