@charset "UTF-8";
@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica-Bold-Font.ttf);
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/static/NotoSansJP-VariableFont_wght.ttf;);
}
/* loadfont 
		'Roboto', sans-serif;
*/
.block-editor-content {
  /* Block Alignments */
  /**
   * These selectors set the default max width for content appearing inside a post or page.
   */
  /**
   * .alignleft
   */
  /**
   * .aligncenter
   */
  /**
   * .alignright
   */
  /**
   * .alignwide
   */
  /**
   * .alignfull
   */
}
.block-editor-content .wp-block-image {
  text-align: center;
}
.block-editor-content .wp-block-image figcaption {
  text-align: center;
}
.block-editor-content .wp-block-image a:focus img {
  outline-offset: 2px;
}
.block-editor-content .entry-content > *[class=wp-block-image],
.block-editor-content .entry-content [class*=inner-container] > *[class=wp-block-image] {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .entry-content > *[class=wp-block-image] + *,
.block-editor-content .entry-content [class*=inner-container] > *[class=wp-block-image] + * {
  margin-top: 0;
}
@media only screen and (min-width: 482px) {
  .block-editor-content .entry-content > .wp-block-image > .alignleft,
  .block-editor-content .entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}
@media only screen and (max-width: 481px) {
  .block-editor-content .entry-content > .wp-block-image > .alignleft,
  .block-editor-content .entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-editor-content .wp-block-latest-comments {
  padding-left: 0;
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment {
  /* Vertical margins logic */
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin: 0;
}
.block-editor-content .wp-block-latest-posts {
  padding-left: 0;
}
.block-editor-content .wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-latest-posts:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .widget-area .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts.is-grid {
  word-wrap: break-word;
  word-break: break-word;
}
.block-editor-content .wp-block-latest-posts.is-grid > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts > li > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-latest-posts > li > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts > li > a {
  display: inline-block;
}
.block-editor-content .widget-area .wp-block-latest-posts > li > a {
  font-size: var(--global--font-size-sm);
  margin-bottom: 0;
}
.block-editor-content .entry-content [class*=inner-container] .wp-block-latest-posts.alignfull,
.block-editor-content .entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
    width: calc(100% / 2);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
    width: calc(100% / 3);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
    width: calc(100% / 4);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
    width: calc(100% / 5);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
    width: calc(100% / 6);
  }
}
.block-editor-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.block-editor-content .gallery-item a {
  display: block;
}
.block-editor-content .gallery-item a:focus img {
  outline-offset: -2px;
}
.block-editor-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.block-editor-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.block-editor-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.block-editor-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.block-editor-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.block-editor-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.block-editor-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.block-editor-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.block-editor-content .gallery-caption {
  display: block;
}
.block-editor-content figure.wp-caption a:focus img {
  outline-offset: 2px;
}
.block-editor-content ul,
.block-editor-content ol {
  margin: 0;
  margin-bottom: 55px;
}
.block-editor-content ul.aligncenter,
.block-editor-content ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}
.block-editor-content ul.alignright,
.block-editor-content ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}
.block-editor-content ul {
  list-style-type: disc;
}
.block-editor-content ul ul {
  list-style-type: circle;
}
.block-editor-content ol {
  list-style-type: decimal;
}
.block-editor-content ol ul {
  list-style-type: circle;
}
.block-editor-content dt {
  font-weight: bold;
}
.block-editor-content dd {
  margin: 0;
}
.block-editor-content .wp-block-media-text {
  	/**
     * Block Options
     */
}
.block-editor-content .wp-block-media-text.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .wp-block-media-text a:focus img {
  outline-offset: -1px;
}
.block-editor-content .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: none;
  left: 0;
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
  display: none;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before,
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  border-style: solid;
  border-width: 0 7px 10px 7px;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  top: -9px;
}
.block-editor-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.block-editor-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}
.block-editor-content pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}
.block-editor-content .wp-block-pullquote {
  text-align: center;
  border-bottom-style: solid;
  border-top-style: solid;
  color: currentColor;
  border-color: currentColor;
  position: relative;
  	/**
     * Block Options
     */
}
.block-editor-content .wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "“";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.block-editor-content .wp-block-pullquote p {
  font-weight: 700;
  margin: 0;
}
.block-editor-content .wp-block-pullquote a {
  color: currentColor;
}
.block-editor-content .wp-block-pullquote .wp-block-pullquote__citation,
.block-editor-content .wp-block-pullquote cite,
.block-editor-content .wp-block-pullquote footer {
  color: currentColor;
  display: block;
  text-transform: none;
}
.block-editor-content .wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.block-editor-content .wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.block-editor-content .wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
  text-align: center;
}
.block-editor-content .wp-block-pullquote.is-style-solid-color {
  border-style: solid;
}
.block-editor-content .wp-block-pullquote.is-style-solid-color blockquote::before {
  text-align: left;
}
.block-editor-content .wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  max-width: inherit;
}
.block-editor-content .wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.block-editor-content .wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: initial;
}
.block-editor-content .wp-block-quote {
  border-left: none;
  	/**
     * Block Options
     */
}
.block-editor-content .wp-block-quote:before {
  content: "“";
  left: 8px;
}
.block-editor-content .wp-block-quote.has-text-align-right {
  padding-right: 0;
  border-right: none;
}
.block-editor-content .wp-block-quote.has-text-align-right:before {
  display: none;
}
.block-editor-content .wp-block-quote.has-text-align-right p:before {
  content: "”";
  font-weight: normal;
  margin-right: 5px;
}
.block-editor-content .wp-block-quote.has-text-align-center:before {
  display: none;
}
.block-editor-content .wp-block-quote.is-large,
.block-editor-content .wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;
  /* Resetting margins to match _block-container.scss */
}
.block-editor-content .wp-block-quote.is-large.has-text-align-right:before,
.block-editor-content .wp-block-quote.is-style-large.has-text-align-right:before {
  display: none;
}
.block-editor-content .wp-block-quote.is-large.has-text-align-right p:before,
.block-editor-content .wp-block-quote.is-style-large.has-text-align-right p:before {
  content: "”";
  font-weight: normal;
  margin-right: 10px;
}
@media only screen and (max-width: 481px) {
  .block-editor-content .wp-block-quote.is-large:before,
  .block-editor-content .wp-block-quote.is-style-large:before {
    left: 0;
  }
  .block-editor-content .wp-block-quote.is-large.has-text-align-right,
  .block-editor-content .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
  }
  .block-editor-content .wp-block-quote.is-large.has-text-align-right:before,
  .block-editor-content .wp-block-quote.is-style-large.has-text-align-right:before {
    right: 0;
  }
  .block-editor-content .wp-block-quote.is-large.has-text-align-center,
  .block-editor-content .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 481px) {
  .block-editor-content .wp-block-quote.has-text-align-right {
    padding-left: 0;
  }
  .block-editor-content .wp-block-quote.has-text-align-right:before {
    right: 0;
  }
  .block-editor-content .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-editor-content .wp-block-rss {
  padding-left: 0;
}
.block-editor-content .wp-block-rss > li {
  list-style: none;
}
.block-editor-content .wp-block-rss:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-rss:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss.is-grid > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1),
.block-editor-content .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1),
.block-editor-content .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1),
.block-editor-content .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1),
.block-editor-content .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1),
.block-editor-content .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss > li > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-rss > li > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss .wp-block-rss__item-title > a {
  display: inline-block;
}
.block-editor-content .entry-content [class*=inner-container] .wp-block-rss.alignfull,
.block-editor-content .entry-content .has-background .wp-block-rss.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.block-editor-content .wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  justify-content: center;
}
.block-editor-content .wp-block-search .wp-block-search__input {
  max-width: inherit;
}
.block-editor-content .wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
}
.block-editor-content .wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-left: 0;
  margin-right: 0;
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline-offset: -2px;
}
.block-editor-content .wp-block-search__button {
  box-shadow: none;
}
.block-editor-content hr {
  border-style: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.block-editor-content hr.wp-block-separator {
  opacity: 1;
  	/**
     * Block Options
     */
}
.block-editor-content hr.wp-block-separator.is-style-dots.has-background,
.block-editor-content hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}
.block-editor-content hr.wp-block-separator.is-style-dots.has-background:before,
.block-editor-content hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}
.block-editor-content .has-background hr.wp-block-separator,
.block-editor-content [class*=background-color] hr.wp-block-separator,
.block-editor-content [style*=background-color] hr.wp-block-separator,
.block-editor-content .wp-block-cover[style*=background-image] hr.wp-block-separator {
  border-color: currentColor;
}
.block-editor-content .wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link,
.block-editor-content .wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
  background: none;
}
.block-editor-content table,
.block-editor-content .wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
.block-editor-content table thead,
.block-editor-content table tfoot,
.block-editor-content .wp-block-table thead,
.block-editor-content .wp-block-table tfoot {
  text-align: center;
}
.block-editor-content table td,
.block-editor-content table th,
.block-editor-content .wp-block-table td,
.block-editor-content .wp-block-table th {
  border: 1px solid;
}
.block-editor-content table.is-style-stripes th,
.block-editor-content table.is-style-stripes td,
.block-editor-content .wp-block-table.is-style-stripes th,
.block-editor-content .wp-block-table.is-style-stripes td {
  border-width: 0;
}
.block-editor-content table.wp-calendar-table td,
.block-editor-content table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
.block-editor-content table.wp-calendar-table th {
  font-weight: bold;
}
.block-editor-content table.wp-calendar-table thead,
.block-editor-content table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}
.block-editor-content table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  color: currentColor;
}
.block-editor-content .wp-calendar-nav {
  text-align: left;
}
.block-editor-content .wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}
.block-editor-content .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}
.block-editor-content .wp-block-video figcaption {
  text-align: center;
}
.block-editor-content * > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.block-editor-content .alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}
@media only screen and (min-width: 482px) {
  .block-editor-content .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
  }
}
.block-editor-content .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.block-editor-content .alignright {
  margin-top: 0;
}
@media only screen and (min-width: 482px) {
  .block-editor-content .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
  }
}
.block-editor-content [class*=inner-container] > .alignleft + *,
.block-editor-content [class*=inner-container] > .alignright + * {
  margin-top: 0;
}
.block-editor-content .alignwide {
  clear: both;
}
.block-editor-content .alignfull {
  clear: both;
}
.block-editor-content .has-left-content {
  justify-content: flex-start;
}
.block-editor-content .has-right-content {
  justify-content: flex-end;
}
.block-editor-content .has-parallax {
  background-attachment: fixed;
}
.block-editor-content .has-drop-cap:not(:focus)::first-letter {
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
}
.block-editor-content .has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
.block-editor-content .desktop-only {
  display: none;
}
@media only screen and (min-width: 482px) {
  .block-editor-content .desktop-only {
    display: block;
  }
}
.block-editor-content .wp-block-code {
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
}
.block-editor-content .wp-block-code code {
  white-space: pre;
  overflow-x: auto;
  display: block;
}
.block-editor-content .wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}
.block-editor-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 822px) {
  .block-editor-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}
.block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap {
  justify-content: space-around;
}
@media only screen and (min-width: 652px) {
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
    z-index: 2;
  }
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
    margin-top: 0;
  }
}
.block-editor-content .wp-block-cover,
.block-editor-content .wp-block-cover-image {
  margin-top: inherit;
  margin-bottom: inherit;
  /* default & custom background-color */
  /* Treating H2 separately to account for legacy /core styles */
  /* Block Styles */
  /* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}
.block-editor-content .wp-block-cover:not(.alignwide):not(.alignfull),
.block-editor-content .wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both;
}
.block-editor-content .wp-block-cover.alignfull,
.block-editor-content .wp-block-cover-image.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover .wp-block-cover-image-text,
.block-editor-content .wp-block-cover .wp-block-cover-text,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover-image .wp-block-cover-image-text,
.block-editor-content .wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor;
}
.block-editor-content .wp-block-cover h2,
.block-editor-content .wp-block-cover-image h2 {
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}
.block-editor-content .wp-block-cover h2.has-text-align-left,
.block-editor-content .wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}
.block-editor-content .wp-block-cover h2.has-text-align-center,
.block-editor-content .wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}
.block-editor-content .wp-block-cover h2.has-text-align-right,
.block-editor-content .wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container > *:first-child,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container > *:last-child,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-cover.alignleft,
.block-editor-content .wp-block-cover.alignright,
.block-editor-content .wp-block-cover-image.alignleft,
.block-editor-content .wp-block-cover-image.alignright {
  margin-top: 0;
}
.block-editor-content .wp-block-cover.alignleft > *,
.block-editor-content .wp-block-cover.alignright > *,
.block-editor-content .wp-block-cover-image.alignleft > *,
.block-editor-content .wp-block-cover-image.alignright > * {
  width: 100%;
}
.block-editor-content .wp-block-cover.has-left-content,
.block-editor-content .wp-block-cover.has-right-content,
.block-editor-content .wp-block-cover-image.has-left-content,
.block-editor-content .wp-block-cover-image.has-right-content {
  justify-content: center;
}
.block-editor-content .wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container {
  background-color: unset;
}
.block-editor-content .wp-block-file a.wp-block-file__button:active,
.block-editor-content .wp-block-file a.wp-block-file__button:focus,
.block-editor-content .wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}
.block-editor-content .wp-block-file a.wp-block-file__button {
  display: inline-block;
}
.block-editor-content .wp-block-gallery {
  margin: 0 auto;
}
.block-editor-content .wp-block-gallery .blocks-gallery-image figcaption,
.block-editor-content .wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
}
.block-editor-content .wp-block-gallery .blocks-gallery-image figcaption a:focus,
.block-editor-content .wp-block-gallery .blocks-gallery-item figcaption a:focus {
  background-color: transparent;
  text-decoration: none;
}
.block-editor-content .wp-block-gallery .blocks-gallery-image a:focus img,
.block-editor-content .wp-block-gallery .blocks-gallery-item a:focus img {
  outline-offset: 2px;
}
.block-editor-content .wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}
.block-editor-content .wp-block-group:before,
.block-editor-content .wp-block-group:after {
  content: "";
  display: block;
  clear: both;
}
.block-editor-content .wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.block-editor-content .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

.block-editor-content {
  margin-bottom: 111px;
}
.block-editor-content.detail {
  margin-bottom: 0;
}
.block-editor-content.detail p {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .block-editor-content {
    margin-bottom: 50px;
  }
}
.block-editor-content h1 {
  font-size: 28px;
  font-family: "A P-OTF Shuei NijimiMin Std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.25;
  line-height: 129%;
  color: #000;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .block-editor-content h1 {
    font-size: 24px;
    line-height: 150%;
  }
}
.block-editor-content h1::before {
  content: "";
  display: block;
  width: 126px;
  height: 4px;
  background: #A2174E;
  margin-bottom: 32px;
}
.block-editor-content h2 {
  font-size: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.21px;
  padding: 10px 0 10px 26px;
  border-left: 6px solid #A2174E;
  margin-bottom: 24px;
}
.block-editor-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.21px;
  margin-bottom: 24px;
}
.block-editor-content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177%;
  letter-spacing: 0.25px;
  margin-bottom: 24px;
}
.block-editor-content p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 175%;
}
@media screen and (max-width: 780px) {
  .block-editor-content p {
    font-size: 15px;
  }
}
.block-editor-content a {
  text-decoration: underline !important;
  color: #0000ee;
}
.block-editor-content a img {
  vertical-align: baseline;
}
.block-editor-content figure {
  margin-bottom: 55px;
}
.block-editor-content img {
  line-height: 0;
  vertical-align: bottom;
}
.block-editor-content .wp-block-gallery {
  margin-bottom: 55px;
}
.block-editor-content ul, .block-editor-content ol {
  margin-left: 20px;
}
.block-editor-content em {
  font-style: italic;
}
.block-editor-content ul {
  margin-bottom: 24px;
}
.block-editor-content ul li {
  list-style: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177%;
  letter-spacing: 0.25px;
}
.block-editor-content ul li::before {
  content: "・";
}

.wp-block-table > table {
  width: 100% !important;
  margin-bottom: 3em !important;
}
.wp-block-table > table > tbody tr th {
  padding: 17px !important;
  font-weight: 700 !important;
}
.wp-block-table > table > tbody tr th:first-child {
  width: 25.8% !important;
  border-right: 1px solid #1e2f4a !important;
}
.wp-block-table > table > tbody tr th:nth-child(2) {
  width: 74.2% !important;
}
.wp-block-table > table > tbody tr td {
  padding: 17px !important;
}
.wp-block-table > table > tbody tr td:first-child {
  border-right: 1px solid #1e2f4a !important;
}
.wp-block-table > table > tbody tr:first-child {
  border-top: 1px solid #1e2f4a !important;
  border-bottom: 1px solid #1e2f4a !important;
}

.wp-block-flexible-table-block-table .has-fixed-layout th {
  background: #DDCED4;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 0;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout th {
    font-size: 14px;
    padding: 16px 0;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout td {
  background: #fff;
  font-size: 16px;
  padding: 8px 0 8px 40px;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout td {
    font-size: 14px;
    padding: 8px;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols {
    width: 100%;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols th:nth-child(2) {
  width: 21.90153%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-2-cols th:nth-child(2) {
    width: 18.82353%;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(2) {
  width: 10.77694%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(2) {
    width: 11.76471%;
  }
}
.wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(3) {
  width: 10.77694%;
}
@media screen and (max-width: 780px) {
  .wp-block-flexible-table-block-table .has-fixed-layout.table-4-cols th:nth-child(3) {
    width: 11.76471%;
  }
}

.wp-block-list li {
  display: flex;
  align-items: baseline;
}
.wp-block-list li::before {
  content: "・";
  font-size: 15px;
  display: block;
}
