@charset "UTF-8";
.is-layout-flow h1, .is-layout-flow h2, .is-layout-flow h3, .is-layout-flow h4, .is-layout-flow h5, .is-layout-flow h6 {
  text-wrap: balance; }
html[lang="ja"] .is-layout-flow p:not([class*="has-text-align-"]) {
  text-align: justify; }
.is-layout-flow p.is-style-footnote {
  padding-left: 1em; }
  .is-layout-flow p.is-style-footnote::before {
    content: '*';
    display: inline-block;
    width: 1em;
    position: absolute;
    top: auto;
    left: 0;
    text-align: center; }
  html[lang="ja"] .is-layout-flow p.is-style-footnote::before {
    content: '※'; }
.is-layout-flow span.footnote {
  display: inline-block;
  padding-left: 1em; }
  .is-layout-flow span.footnote::before {
    content: '*';
    display: inline-block;
    width: 1em;
    position: absolute;
    top: auto;
    left: 0;
    text-align: center; }
  html[lang="ja"] .is-layout-flow span.footnote::before {
    content: '※'; }
.is-layout-flow ul.is-style-list-footnote,
.is-layout-flow ol.is-style-list-footnote {
  list-style: none;
  padding: 0; }
  .is-layout-flow ul.is-style-list-footnote > li,
  .is-layout-flow ol.is-style-list-footnote > li {
    padding-left: 1em; }
    .is-layout-flow ul.is-style-list-footnote > li::before,
    .is-layout-flow ol.is-style-list-footnote > li::before {
      content: '*';
      display: inline-block;
      width: 1em;
      position: absolute;
      top: auto;
      left: 0;
      text-align: center; }
    html[lang="ja"] .is-layout-flow ul.is-style-list-footnote > li::before,
    html[lang="ja"] .is-layout-flow ol.is-style-list-footnote > li::before {
      content: '※'; }
.is-layout-flow .wp-block-table.is-style-table-profile table tr:not(:last-child) th,
.is-layout-flow .wp-block-table.is-style-table-profile table tr:not(:last-child) td {
  padding-bottom: 0.25em; }
.is-layout-flow .wp-block-table.is-style-table-profile table th,
.is-layout-flow .wp-block-table.is-style-table-profile table td {
  padding: 0;
  border: none;
  line-height: 1.5; }
  .is-layout-flow .wp-block-table.is-style-table-profile table th:not(:last-child),
  .is-layout-flow .wp-block-table.is-style-table-profile table td:not(:last-child) {
    padding-right: 1em; }
.is-layout-flow .wp-block-table.is-style-table-profile table th {
  width: 6em;
  text-align: left; }
