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

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

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

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

.has-navy-color {
  color: #112d6d;
  fill: #112d6d; }

.has-brown-color {
  color: #7f6b6b;
  fill: #7f6b6b; }

.has-red-color {
  color: #d20a1e;
  fill: #d20a1e; }

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

.has-ligntpink-color {
  color: #fcf0f4;
  fill: #fcf0f4; }

.has-beige-background-color {
  background-color: #FAF9E8; }

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

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

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

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

.has-navy-background-color {
  background-color: #112d6d; }

.has-brown-background-color {
  background-color: #7f6b6b; }

.has-red-background-color {
  background-color: #d20a1e; }

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

.has-ligntpink-background-color {
  background-color: #fcf0f4; }

.has-beige-background-color {
  background-color: #FAF9E8; }

.has-grd-button-gradient-background {
  background-image: url(../images/grd-button-bg.jpg);
  background-position: 98% center;
  background-size: cover; }

.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; }

[class*="block-list__layout"] h1:not(:first-child), [class*="block-list__layout"] h2:not(:first-child), [class*="block-list__layout"] h3:not(:first-child), [class*="block-list__layout"] h4:not(:first-child), [class*="block-list__layout"] h5:not(:first-child), [class*="block-list__layout"] h6:not(:first-child) {
  margin-top: 2em; }
[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: 719px) {
  [class*="block-list__layout"] h2 {
    font-size: 1.5rem; }
  [class*="block-list__layout"] h3 {
    font-size: 1.375em; }
  [class*="block-list__layout"] h4 {
    font-size: 1.25em; }
  [class*="block-list__layout"] h5 {
    font-size: 1em; }
  [class*="block-list__layout"] h6 {
    font-size: 1em; } }
@media (min-width: 720px) {
  [class*="block-list__layout"] h2 {
    font-size: 1.8rem; }
  [class*="block-list__layout"] h3 {
    font-size: 1.6rem; }
  [class*="block-list__layout"] h4 {
    font-size: 1.4rem; }
  [class*="block-list__layout"] h5 {
    font-size: 1.25em; }
  [class*="block-list__layout"] h6 {
    font-size: 1.125em; } }
[class*="block-list__layout"] p.has-background {
  padding: 1.25em; }
[class*="block-list__layout"] p.has-drop-cap::first-letter {
  font-size: 3em;
  line-height: 1; }
[class*="block-list__layout"] ul, [class*="block-list__layout"] ol {
  padding-left: 1.5em; }
  [class*="block-list__layout"] ul > li:not(:last-child), [class*="block-list__layout"] ol > li:not(:last-child) {
    margin-bottom: 0.5em; }
  [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;
  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; }
[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: 719px) {
  [class*="block-list__layout"] .wp-block-media-text {
    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: 720px) {
  [class*="block-list__layout"] .wp-block-media-text:not(.has-media-on-the-right) {
    grid-template-columns: 42% 1fr; }
    [class*="block-list__layout"] .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
      padding-left: 16%; }
  [class*="block-list__layout"] .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 42%; }
    [class*="block-list__layout"] .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding-right: 16%; } }
[class*="block-list__layout"] hr.wp-block-separator {
  border: solid 0 #EFEFEF; }
  [class*="block-list__layout"] hr.wp-block-separator:not(.is-style-dots) {
    border-width: 1px 0 0; }
  [class*="block-list__layout"] hr.wp-block-separator.is-style-dots {
    color: #EFEFEF; }
  @media screen and (max-width: 719px) {
    [class*="block-list__layout"] hr.wp-block-separator {
      margin: 3rem auto; } }
  @media (min-width: 720px) {
    [class*="block-list__layout"] hr.wp-block-separator {
      margin: 4.5rem auto; } }
[class*="block-list__layout"] .alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0); }
[class*="block-list__layout"] .wp-block-group.has-background > .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto; }
@media screen and (max-width: 719px) {
  [class*="block-list__layout"] .wp-block-group.has-background {
    padding: 3rem 0; }
    [class*="block-list__layout"] .wp-block-group.has-background > .wp-block-group__inner-container {
      width: 90%; } }
@media (min-width: 720px) {
  [class*="block-list__layout"] .wp-block-group.has-background {
    padding: 4.5rem 0; }
    [class*="block-list__layout"] .wp-block-group.has-background > .wp-block-group__inner-container {
      width: 90%;
      max-width: 1200px; } }
[class*="block-list__layout"] .wp-block-cover {
  min-height: 0; }
  [class*="block-list__layout"] .wp-block-cover.alignfull > .wp-block-cover__inner-container {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 1200px; }
[class*="block-list__layout"] .wp-block-button .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1em auto;
  font-size: 1em;
  letter-spacing: 0.1em;
  transform-origin: center center;
  color: #6A6A6A;
  background-color: rgba(255, 255, 255, 0); }
  [class*="block-list__layout"] .wp-block-button .wp-block-button__link.has-grd-button-gradient-background {
    padding-right: 2em;
    padding-left: 2em;
    min-height: 3.5rem;
    border-radius: 3.5rem !important;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.3); }
    [class*="block-list__layout"] .wp-block-button .wp-block-button__link.has-grd-button-gradient-background:not(.has-text-color) {
      color: #000000;
      fill: #000000; }
[class*="block-list__layout"] .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-radius: 0; }
[class*="block-list__layout"] .wp-block-button.is-style-outline .wp-block-button__link {
  min-height: 3.5rem;
  border-radius: 0.25rem; }
[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 #EFEFEF; }
    [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: 1px; }
  [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: 1px; }
  [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: 1px; }
  [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: #EFEFEF; }
  [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;
    white-space: nowrap; }
[class*="block-list__layout"] table.tablepress tr th, [class*="block-list__layout"] table.tablepress tr td {
  padding: 1em 0.5em;
  border: solid 1px #EFEFEF; }
  [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 #EFEFEF; }
[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: 719px) {
  [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 > table tr th,
      [class*="block-list__layout"] .-sp_scroll > table tr td {
        display: table-cell !important; }
    [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: '※横にスクロールしてご覧ください'; } }

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 */
