/* CSS Document */

@media screen and (min-width: 761px) {
  .p-top3 .c-table2 {
    width: 100%;
  }

  .c-table2 tbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .c-table2__row {
    width: 50%;
  }

  .c-table2__row:nth-child(2n-1) {
    border-right: none;
  }
}
