@charset "UTF-8";

#sp_only + section {
  display: none;
}

@media screen and (max-width: 700px) {
table {
      display: flex;
    flex-direction: column;
}

table tr {
  display: flex;
    flex-direction: column;
}

table tr td {
      white-space: pre-wrap;
}
#sp_only + section {
  display: block;
}
#sp_only + section .heading.block_header_6 .h {
  font-size: 5.5vw !important;
}
#pc_only + section {
  display: none;
}
}

.block_table_7.wauto table {
   white-space: pre-wrap;
}