@charset "UTF-8";
.has-white-color {
  color: #FFFFFF;
  fill: #FFFFFF;
}

.has-lightgray-color {
  color: #EDEDED;
  fill: #EDEDED;
}

.has-gray-color {
  color: #A5A5A5;
  fill: #A5A5A5;
}

.has-darkgray-color {
  color: #626161;
  fill: #626161;
}

.has-black-color {
  color: #000000;
  fill: #000000;
}

.has-lightblue-color {
  color: #EDF7FD;
  fill: #EDF7FD;
}

.has-blue-color {
  color: #699DC3;
  fill: #699DC3;
}

.has-darkblue-color {
  color: #6D7FA9;
  fill: #6D7FA9;
}

.has-green-color {
  color: #219EB7;
  fill: #219EB7;
}

.has-pink-color {
  color: #CB3A7C;
  fill: #CB3A7C;
}

.has-blue-02-color {
  color: #1966B2;
  fill: #1966B2;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-lightgray-background-color {
  background-color: #EDEDED;
}

.has-gray-background-color {
  background-color: #A5A5A5;
}

.has-darkgray-background-color {
  background-color: #626161;
}

.has-black-background-color {
  background-color: #000000;
}

.has-lightblue-background-color {
  background-color: #EDF7FD;
}

.has-blue-background-color {
  background-color: #699DC3;
}

.has-darkblue-background-color {
  background-color: #6D7FA9;
}

.has-green-background-color {
  background-color: #219EB7;
}

.has-pink-background-color {
  background-color: #CB3A7C;
}

.has-blue-02-background-color {
  background-color: #1966B2;
}

.has-grd-black-gradient-background {
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.has-grd-white-gradient-background {
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.has-smallest-font-size {
  font-size: 0.625em;
}

.has-smaller-font-size {
  font-size: 0.75em;
}

.has-small-font-size {
  font-size: 0.875em;
}

.has-medium-font-size {
  font-size: 1em;
}

.has-large-font-size {
  font-size: 1.125em;
}

.has-larger-font-size {
  font-size: 1.25em;
}

.has-largest-font-size {
  font-size: 1.375em;
}

.gothic {
  font-family: sans-serif;
}

.mincho {
  font-family: serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.block-editor-block-list__layout {
  font-family: sans-serif;
}
html[lang=ja] .block-editor-block-list__layout {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Droid Sans Japanese", sans-serif;
}

@media screen and (max-width: 781px) {
  [class*=block-list__layout] section:not(:last-child) {
    margin-bottom: 4.5rem;
  }
}
@media (min-width:782px) {
  [class*=block-list__layout] section:not(:last-child) {
    margin-bottom: 6rem;
  }
}
[class*=block-list__layout] h1:not(:last-child), [class*=block-list__layout] h2:not(:last-child), [class*=block-list__layout] h3:not(:last-child), [class*=block-list__layout] h4:not(:last-child), [class*=block-list__layout] h5:not(:last-child), [class*=block-list__layout] h6:not(:last-child) {
  margin-bottom: 1em;
}
[class*=block-list__layout] h1.has-background, [class*=block-list__layout] h2.has-background, [class*=block-list__layout] h3.has-background, [class*=block-list__layout] h4.has-background, [class*=block-list__layout] h5.has-background, [class*=block-list__layout] h6.has-background {
  padding: 0.5em;
}
@media screen and (max-width: 781px) {
  [class*=block-list__layout] h2 {
    font-size: 1.5em;
  }
  [class*=block-list__layout] h3 {
    font-size: 1.375em;
  }
  [class*=block-list__layout] h5 {
    font-size: 1.125em;
  }
  [class*=block-list__layout] h6 {
    font-size: 1em;
  }
}
@media (min-width:782px) {
  [class*=block-list__layout] h3 {
    font-size: 1.5em;
  }
  [class*=block-list__layout] h5 {
    font-size: 1.25em;
  }
  [class*=block-list__layout] h6 {
    font-size: 1.125em;
  }
}
[class*=block-list__layout] p {
  line-height: 2;
}
[class*=block-list__layout] p:not(:first-child) {
  margin-top: 1em;
}
[lang=ja] [class*=block-list__layout] p:not([class*=has-text-align-]) {
  text-align: justify;
}
[class*=block-list__layout] p.has-background {
  padding: 0.5em;
}
[class*=block-list__layout] p.has-drop-cap::first-letter {
  font-size: 3em;
  line-height: 1;
}
[class*=block-list__layout] ul > li > ul,
[class*=block-list__layout] ul > li > ol, [class*=block-list__layout] ol > li > ul,
[class*=block-list__layout] ol > li > ol {
  margin-top: 0.5em;
}
[class*=block-list__layout] pre.wp-block-verse {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  padding: 5% 10%;
  border-radius: 0.625rem;
  background-color: #EDEDED;
  line-height: 2;
}
[class*=block-list__layout] .wp-block-media-text__media img,
[class*=block-list__layout] .wp-block-media-text__media video,
[class*=block-list__layout] .wp-block-image img {
  height: auto;
}
[class*=block-list__layout] .wp-block-image figcaption {
  margin-bottom: auto;
  color: #000000;
  font-size: 0.95em;
}
@media screen and (max-width: 781px) {
  [class*=block-list__layout] .wp-block-image figcaption {
    text-align: left;
  }
}
[class*=block-list__layout] .wp-block-image a {
  display: block;
}
[class*=block-list__layout] .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media screen and (max-width: 781px) {
  [class*=block-list__layout] .wp-block-media-text {
    margin: 1.5rem auto;
  }
  [class*=block-list__layout] .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  [class*=block-list__layout] .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  [class*=block-list__layout] .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  [class*=block-list__layout] .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 1.5rem;
  }
}
@media (min-width:782px) {
  [class*=block-list__layout] .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 10%;
  }
  [class*=block-list__layout] .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 45%;
  }
  [class*=block-list__layout] .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 10%;
  }
}
[class*=block-list__layout] .wp-block-group.has-background > .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto;
}
[class*=block-list__layout] .wp-block-group.has-background:not(.alignfull):not(.alignwide) > .wp-block-group__inner-container {
  width: 90%;
}
[class*=block-list__layout] .wp-block-group.is-vertical > * {
  width: 100%;
}
[class*=block-list__layout] .wp-block-cover {
  min-height: 0;
}
[class*=block-list__layout] .wp-block-cover > .wp-block-cover__inner-container {
  color: inherit;
  fill: inherit;
}
[class*=block-list__layout] .wp-block-cover.alignfull > .wp-block-cover__inner-container, [class*=block-list__layout] .wp-block-cover.alignwide > .wp-block-cover__inner-container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  [class*=block-list__layout] .wp-block-cover.alignfull > .wp-block-cover__inner-container, [class*=block-list__layout] .wp-block-cover.alignwide > .wp-block-cover__inner-container {
    width: 90%;
  }
}
@media (min-width:782px) {
  [class*=block-list__layout] .wp-block-cover.alignfull > .wp-block-cover__inner-container {
    width: 90%;
    max-width: 1600px;
  }
  [class*=block-list__layout] .wp-block-cover.alignwide > .wp-block-cover__inner-container {
    width: 94%;
    max-width: 1600px;
  }
}
[class*=block-list__layout] .wp-block-cover__background {
  pointer-events: none;
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  transition: all 0.2s;
  text-align: center;
  padding: 1.4em 3em 1.4em 2em;
  line-height: 1.8;
  font-size: 0.9em;
  border: 1px solid;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  transform: translate(0.5em, 0.5em);
  box-shadow: none !important;
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button .wp-block-button__link:active {
  box-shadow: none !important;
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1.5em;
  width: 0.75em;
  height: 0.75em;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button .wp-block-button__link[href^="#"]::after {
  transform: rotate(45deg);
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
  background-color: #626161;
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):not(.has-text-color) {
  color: #FFFFFF;
  fill: #FFFFFF;
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: #FFFFFF;
}
[class*=block-list__layout] .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #626161;
  fill: #626161;
}
@media screen and (max-width: 781px) {
  [class*=block-list__layout] .wp-block-buttons .wp-block-button :not(.has-custom-font-size) {
    font-size: 0.75em;
  }
}
[class*=block-list__layout] .wp-block-table figcaption {
  margin-top: 0.5rem;
  text-align: left;
}
[class*=block-list__layout] .wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
}
[class*=block-list__layout] .wp-block-table table tr th, [class*=block-list__layout] .wp-block-table table tr td {
  vertical-align: top;
  padding: 1em 0.5em;
  border: solid 0 #A5A5A5;
}
[class*=block-list__layout] .wp-block-table table tr th:not(:last-child), [class*=block-list__layout] .wp-block-table table tr td:not(:last-child) {
  padding-right: 1.5em;
}
[class*=block-list__layout] .wp-block-table table thead tr:first-child th, [class*=block-list__layout] .wp-block-table table thead tr:first-child td {
  border-top-width: 2px;
}
[class*=block-list__layout] .wp-block-table table tfoot tr:last-child th, [class*=block-list__layout] .wp-block-table table tfoot tr:last-child td {
  border-bottom-width: 2px;
}
[class*=block-list__layout] .wp-block-table table tbody tr:first-child th, [class*=block-list__layout] .wp-block-table table tbody tr:first-child td {
  border-top-width: 2px;
}
[class*=block-list__layout] .wp-block-table table tbody tr:last-child th, [class*=block-list__layout] .wp-block-table table tbody tr:last-child td {
  border-bottom-width: 2px;
}
[class*=block-list__layout] .wp-block-table table tbody tr:not(:last-child) th, [class*=block-list__layout] .wp-block-table table tbody tr:not(:last-child) td {
  border-bottom-width: 1px;
}
[class*=block-list__layout] .wp-block-table:not(.is-style-stripes) table {
  border-style: solid;
  border-width: 0 1px;
  border-color: #A5A5A5;
}
[class*=block-list__layout] .wp-block-table:not(.is-style-stripes) table tr th, [class*=block-list__layout] .wp-block-table:not(.is-style-stripes) table tr td {
  border-right-width: 1px;
}
[class*=block-list__layout] .wp-block-table:not(.is-style-stripes) table tr th:first-child, [class*=block-list__layout] .wp-block-table:not(.is-style-stripes) table tr td:first-child {
  border-left-width: 1px;
}
[class*=block-list__layout] .wp-block-table.is-style-stripes table tbody tr {
  background-color: transparent;
}
[class*=block-list__layout] .wp-block-table.is-style-stripes table tbody tr th {
  text-align: left;
  word-break: keep-all;
}
[class*=block-list__layout] table.tablepress tr th, [class*=block-list__layout] table.tablepress tr td {
  padding: 1em 0.5em;
  border: solid 1px #A5A5A5;
}
[class*=block-list__layout] table.tablepress tr th:not(:last-child), [class*=block-list__layout] table.tablepress tr td:not(:last-child) {
  padding-right: 1.5rem;
}
[class*=block-list__layout] table.tablepress tr th {
  text-align: left;
  white-space: nowrap;
}
[class*=block-list__layout] table.tablepress tr:not(:last-child) th, [class*=block-list__layout] table.tablepress tr:not(:last-child) td {
  border-bottom-width: 1px;
}
[class*=block-list__layout] table.tablepress tr.odd th, [class*=block-list__layout] table.tablepress tr.odd td, [class*=block-list__layout] table.tablepress tr.even th, [class*=block-list__layout] table.tablepress tr.even td {
  border-right-width: 0;
  border-left-width: 0;
}
[class*=block-list__layout] table.tablepress thead tr:first-child th, [class*=block-list__layout] table.tablepress thead tr:first-child td,
[class*=block-list__layout] table.tablepress tfoot tr:first-child th,
[class*=block-list__layout] table.tablepress tfoot tr:first-child td {
  border-top-width: 2px;
}
[class*=block-list__layout] table.tablepress thead tr:last-child th, [class*=block-list__layout] table.tablepress thead tr:last-child td,
[class*=block-list__layout] table.tablepress tfoot tr:last-child th,
[class*=block-list__layout] table.tablepress tfoot tr:last-child td {
  border-bottom-width: 2px;
}
[class*=block-list__layout] table.tablepress tbody tr th, [class*=block-list__layout] table.tablepress tbody tr td {
  vertical-align: top;
}
[class*=block-list__layout] table.tablepress tbody tr:first-child th, [class*=block-list__layout] table.tablepress tbody tr:first-child td {
  border-top: solid 2px #A5A5A5;
}
[class*=block-list__layout] table.tablepress tbody tr:last-child th, [class*=block-list__layout] table.tablepress tbody tr:last-child td {
  border-bottom-width: 2px;
}
@media screen and (max-width: 781px) {
  [class*=block-list__layout] .-sp_scroll {
    overflow-x: auto;
  }
  [class*=block-list__layout] .-sp_scroll > table {
    min-width: 40em;
  }
  [class*=block-list__layout] .-sp_scroll::before {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.875em;
  }
  html[lang=ja] [class*=block-list__layout] .-sp_scroll::before {
    content: "※横にスクロールしてご覧ください";
  }
}
@media screen and (max-width: 781px) {
  [class*=block-list__layout] .-sp_block colgroup,
[class*=block-list__layout] .-sp_block col {
    display: none;
  }
  [class*=block-list__layout] .-sp_block table,
[class*=block-list__layout] .-sp_block thead,
[class*=block-list__layout] .-sp_block tfoot,
[class*=block-list__layout] .-sp_block tbody,
[class*=block-list__layout] .-sp_block tr,
[class*=block-list__layout] .-sp_block th,
[class*=block-list__layout] .-sp_block td {
    display: block;
  }
  [class*=block-list__layout] .-sp_block tbody tr th {
    padding-bottom: 0;
    border-bottom: none;
  }
  [class*=block-list__layout] .-sp_block tbody tr td:first-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  [class*=block-list__layout] .-sp_block tbody tr td:not(:first-child) {
    padding-top: 0.5em;
    border-top: none;
  }
}

body .footnote {
  padding-left: 1em;
}
body .footnote::before {
  content: "*";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
html[lang=ja] body .footnote::before {
  content: "※";
}
body .footnote_list {
  list-style: none;
  padding-left: 0;
}
body .footnote_list > li {
  padding-left: 1em;
}
body .footnote_list > li::before {
  content: "*";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}
html[lang=ja] body .footnote_list > li::before {
  content: "※";
}
body ol.footnote_list {
  counter-reset: footnote;
}
body ol.footnote_list > li {
  counter-increment: footnote;
  padding-left: 2em;
}
body ol.footnote_list > li::before {
  content: "*" counter(footnote);
  margin-left: -2em;
  width: 2em;
}
html[lang=ja] body ol.footnote_list > li::before {
  content: "※" counter(footnote);
}
/*# sourceMappingURL=block.css.map */