<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.figure {
  display: table;
}

.pure-table {
  margin-bottom: 1em;
}

.pure-table th {
  font-size: 12px;
  background-color: var(--gray-light0);
}

.pure-table td,
.pure-table th {
  padding: 0.3em;
  border-width: 1px;
}

.pure-table:has(+ figcaption) {
  margin-bottom: 0;
  /* ç›´å¾Œã«è¦ç´&nbsp;ãŒã‚ã‚Œã°éš™é–“ã‚’è©°ã‚ã‚‹ */
}

.pure-table+figcaption {
  text-align: right;
}

.pure-table caption {
  font: inherit;
  text-align: inherit;
  padding: 0 0 0 5px;
  color: var(--gray-light);
}

/* Container */
.pure-g {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .pure-g {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .pure-g {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .pure-g {
    width: 1170px;
  }
}</pre></body></html>