@media screen and (max-width: 700px) {
  footer .container .huku {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  table {
    border: 1px solid #ccc;
  }
  table,
  tbody,
  tr,
  td,
  th {
    display: block;
  }
  th {
    border-bottom: 1px solid #ccc;
  }
  th,
  td {
    padding: 1%;
  }
  tr:nth-last-of-type(1) {
    border-bottom: none;
  }
  .taisyou dl .c_box {
    grid-template-columns: minmax(0, auto);
  }
}/*# sourceMappingURL=style_res.css.map */