@charset "UTF-8";
.wp-block-post-content h1, .wp-block-post-content h2, .wp-block-post-content h3, .wp-block-post-content h4, .wp-block-post-content h5, .wp-block-post-content h6 {
  z-index: 10;
}
.wp-block-post-content h1.is-style-heading-underline, .wp-block-post-content h2.is-style-heading-underline, .wp-block-post-content h3.is-style-heading-underline, .wp-block-post-content h4.is-style-heading-underline, .wp-block-post-content h5.is-style-heading-underline, .wp-block-post-content h6.is-style-heading-underline {
  padding-bottom: 1.25em;
  border-bottom: solid 1px;
}
.wp-block-post-content h1 small, .wp-block-post-content h2 small, .wp-block-post-content h3 small, .wp-block-post-content h4 small, .wp-block-post-content h5 small, .wp-block-post-content h6 small {
  display: block;
  font-size: 0.5em;
}
.wp-block-post-content h2 {
  border-bottom: solid 3px #EBEBEB;
  position: relative;
}
.wp-block-post-content h2::before {
  display: block;
  content: "";
  width: 20%;
  height: 3px;
  background: #714893;
  position: absolute;
  bottom: -3px;
  left: 0;
}
html[lang=ja] .wp-block-post-content p:not([class*=has-text-align-]) {
  text-align: justify;
}
.wp-block-post-content p.is-style-footnote {
  padding-left: 1em;
}
.wp-block-post-content p.is-style-footnote::before {
  content: "*";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
html[lang=ja] .wp-block-post-content p.is-style-footnote::before {
  content: "※";
}
.wp-block-post-content span.footnote,
.wp-block-post-content small.footnote {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.wp-block-post-content span.footnote::before,
.wp-block-post-content small.footnote::before {
  content: "*";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
html[lang=ja] .wp-block-post-content span.footnote::before,
html[lang=ja] .wp-block-post-content small.footnote::before {
  content: "※";
}
.wp-block-post-content ul.is-style-list-footnote,
.wp-block-post-content ol.is-style-list-footnote {
  list-style: none;
  padding: 0;
  text-align: left;
}
.wp-block-post-content ul.is-style-list-footnote > li,
.wp-block-post-content ol.is-style-list-footnote > li {
  padding-left: 1em;
}
.wp-block-post-content ul.is-style-list-footnote > li::before,
.wp-block-post-content 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] .wp-block-post-content ul.is-style-list-footnote > li::before,
html[lang=ja] .wp-block-post-content ol.is-style-list-footnote > li::before {
  content: "※";
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table {
  display: inline-table;
  width: auto;
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table th,
.wp-block-post-content .wp-block-table.is-style-table-noborder table td {
  padding: 0;
  border: none;
  text-align: left;
  font-weight: 400;
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table th:not(:last-child),
.wp-block-post-content .wp-block-table.is-style-table-noborder table td:not(:last-child) {
  padding-right: 2em;
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table tr:not(:last-child) th,
.wp-block-post-content .wp-block-table.is-style-table-noborder table tr:not(:last-child) td {
  padding-bottom: 0.5em;
}
.wp-block-post-content .wp-block-buttons .wp-block-button {
  display: table;
  min-height: 3.5em;
  text-transform: uppercase;
  transition: all 0.2s;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:hover {
  scale: 1.05;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:active {
  scale: 0.95;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:not(.has-custom-width) {
  width: 13.333em;
}
.wp-block-post-content .wp-block-buttons .wp-block-button > .wp-block-button__link {
  display: table-cell;
  vertical-align: middle;
}
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link {
  padding: 0 1em;
}
.wp-block-post-content .wp-block-group:is(section):not(:first-child) {
  margin-top: var(--wp--preset--spacing--50);
}
.wp-block-post-content .wp-block-group:is(section):not(:last-child) {
  margin-bottom: var(--wp--preset--spacing--50);
}
.wp-block-post-content .wp-block-group:is(section).has-background {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 599px) {
  .wp-block-post-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: var(--wp--preset--spacing--30);
  }
  .wp-block-post-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding-right: 0;
    padding-left: 0;
  }
}/*# sourceMappingURL=block.css.map */