@charset "UTF-8";
.is-root-container span.footnote,
.is-root-container small.footnote {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.is-root-container span.footnote::before,
.is-root-container small.footnote::before {
  content: "※";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
/*# sourceMappingURL=block.css.map */