main {
  padding: min(100vw / 375 * 56, 80px) min(100vw / 375 * 16, 20px);
}

article {
  line-height: 1.7;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  font-size: min(100vw / 375 * 13, 16px);
}
article h2 {
  font-size: min(100vw / 375 * 24, 40px);
  margin: 1em 0;
}

article a {
  text-decoration: underline;
}
article p {
  margin-bottom: 1em;
}

article .wp-block-table table :is(th, td) {
  @media (width <= 834px) {
    display: block;
    border-bottom: 0;
  }
}
article .wp-block-table table :is(th, td:nth-child(1)) {
  min-width: 10em;
  @media (width <= 834px) {
  }
}
article .wp-block-table table {
  @media (width <= 834px) {
    border-bottom: 1px solid;
  }
}

article ol li {
  margin: 1em 0;
}

/*-------------------------------
テーブル
---------------------------------*/
tr {
  border-top: 1px solid var(--color-decoration);
  border-bottom: 1px solid var(--color-decoration);
}

table th {
  background-color: var(--bgcolor-secondary);
}

.wp-block-table table :is(th, td),
table :is(th, td) {
  border: none;
  padding: 1em 2em;
}
