@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@media screen and (min-width: 768px) {
  #container.page {
    /* =================================================
       unique layout
    ================================================= */
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container.page #article section {
    grid-template-rows: 1fr repeat(2, max-content) 1fr;
    row-gap: 80px;
    min-height: 900px;
  }
  #container.page #article section table {
    grid-column: 2/-2;
    margin: 0;
  }
  #container.page #article section table:nth-of-type(1) {
    grid-row: 2;
  }
  #container.page #article section table:nth-of-type(2) {
    grid-row: 3;
  }
}
@media screen and (min-width: 1300px) {
  #container.page #article section table {
    grid-column: 3/-2;
  }
}/*# sourceMappingURL=about.css.map */