

.taisyo_table {
  flex-wrap: nowrap;
}

.taisyo-table_item {}

@media screen and (min-width: 768px) {
  .taisyo_table {
    flex-wrap: wrap;
  }

  /* .taisyo-check-list_item:nth-of-type(0n+1) {
    width: 50%;
  }

  .taisyo-check-list_item:nth-of-type(0n+2) {
    width: 50%;
  }

  .taisyo-check-list_item:nth-of-type(0n+3) {
    width: 50%;
  }

  .taisyo-check-list_item:nth-of-type(0n+4) {
    width: 50%;
  } */
}
