@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
/** 
 * 各CSSの 'wp-' はfunctions.phpで削除しています
 */
.block-editor-content {
  text-align: left;
}
@media (max-width: 768px) {
  .block-editor-content {
    margin: 0 6.5%;
  }
}
.block-editor-content p,
.block-editor-content ul,
.block-editor-content ol {
  min-height: 1rem;
  margin: 15rem 0;
  font-size: 14rem;
  line-height: 186%;
}
.block-editor-content p strong,
.block-editor-content ul strong,
.block-editor-content ol strong {
  font-weight: 500;
}
.block-editor-content p a,
.block-editor-content ul a,
.block-editor-content ol a {
  color: #ff3434;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.block-editor-content p a:hover,
.block-editor-content ul a:hover,
.block-editor-content ol a:hover {
  text-decoration: none;
}
.block-editor-content p:last-child,
.block-editor-content ul:last-child,
.block-editor-content ol:last-child {
  margin-bottom: 0;
}
.block-editor-content p:first-child,
.block-editor-content ul:first-child,
.block-editor-content ol:first-child {
  margin-top: 0;
}
.block-editor-content ul,
.block-editor-content ol {
  padding-left: 1em;
}
.block-editor-content ul li::before {
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  content: "・";
}
.block-editor-content ol {
  list-style: decimal;
}
.block-editor-content h1,
.block-editor-content h2 {
  margin: 30rem 0 5rem;
  font-size: 20rem;
  font-weight: 700;
  line-height: 166%;
}
@media (max-width: 768px) {
  .block-editor-content h1,
  .block-editor-content h2 {
    margin: 52rem 0 5rem;
    font-size: 24rem;
    line-height: 1.5;
  }
}
.block-editor-content h1 + *,
.block-editor-content h1 + .block-table,
.block-editor-content h2 + *,
.block-editor-content h2 + .block-table {
  margin-top: 5rem;
}
.block-editor-content h1 + p,
.block-editor-content h2 + p {
  margin-top: 10rem;
}
.block-editor-content h1 + h2,
.block-editor-content h1 + h3,
.block-editor-content h1 + h4,
.block-editor-content h1 + h5,
.block-editor-content h1 + h6,
.block-editor-content h2 + h2,
.block-editor-content h2 + h3,
.block-editor-content h2 + h4,
.block-editor-content h2 + h5,
.block-editor-content h2 + h6 {
  margin-top: 20rem;
}
.block-editor-content h1:last-child,
.block-editor-content h2:last-child {
  margin-bottom: 0;
}
.block-editor-content h1:first-child,
.block-editor-content h2:first-child {
  margin-top: 0;
}
.block-editor-content h3 {
  margin: 50rem 0 5rem;
  font-size: 16rem;
  font-weight: 500;
  line-height: 166%;
}
.block-editor-content h3 + * {
  margin-top: 5rem;
}
.block-editor-content h3:first-child {
  margin-top: 0;
}
.block-editor-content h4,
.block-editor-content h5,
.block-editor-content h6 {
  font-weight: 500;
}
.block-editor-content .block-table {
  margin: 24rem 0;
}
@media (max-width: 768px) {
  .block-editor-content .block-table {
    margin-right: -7.4%;
    overflow-x: scroll;
  }
}
.block-editor-content .block-table table {
  table-layout: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .block-editor-content .block-table table {
    width: -moz-max-content;
    width: max-content;
  }
}
.block-editor-content .block-table td:first-child {
  min-width: 3em;
}
.block-editor-content .block-table th,
.block-editor-content .block-table tr,
.block-editor-content .block-table td {
  padding: 24rem;
  font-size: 15rem;
  line-height: 2;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.block-editor-content .block-table th strong,
.block-editor-content .block-table tr strong,
.block-editor-content .block-table td strong {
  font-weight: 500;
}
.block-editor-content .block-table th a,
.block-editor-content .block-table tr a,
.block-editor-content .block-table td a {
  color: #ff3434;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.block-editor-content .block-table th a:hover,
.block-editor-content .block-table tr a:hover,
.block-editor-content .block-table td a:hover {
  text-decoration: none;
}
.block-editor-content .block-table th:first-child,
.block-editor-content .block-table tr:first-child,
.block-editor-content .block-table td:first-child {
  width: -moz-max-content;
  width: max-content;
}
.block-editor-content .block-table.is-no-border table {
  border-top: none;
  border-left: none;
}
.block-editor-content .block-table.is-no-border th,
.block-editor-content .block-table.is-no-border tr,
.block-editor-content .block-table.is-no-border td {
  padding: 3rem 12rem;
  border-right: none;
  border-bottom: none;
}
.block-editor-content .block-table.is-no-border th:first-child,
.block-editor-content .block-table.is-no-border tr:first-child,
.block-editor-content .block-table.is-no-border td:first-child {
  padding-left: 0;
}
.block-editor-content .block-table.is-first-row-100 th:first-child,
.block-editor-content .block-table.is-first-row-100 td:first-child {
  width: 100rem;
}
.block-editor-content .block-table.is-first-row-150 th:first-child,
.block-editor-content .block-table.is-first-row-150 td:first-child {
  width: 150rem;
}
.block-editor-content .block-table.is-first-row-200 th:first-child,
.block-editor-content .block-table.is-first-row-200 td:first-child {
  width: 200rem;
}
.block-editor-content .block-table.is-first-row-250 th:first-child,
.block-editor-content .block-table.is-first-row-250 td:first-child {
  width: 250rem;
}
.block-editor-content .block-table.is-first-row-300 th:first-child,
.block-editor-content .block-table.is-first-row-300 td:first-child {
  width: 300rem;
}
.block-editor-content .block-media-text {
  display: flex;
  gap: 48rem;
  margin: 72rem 0;
}
@media (max-width: 768px) {
  .block-editor-content .block-media-text {
    flex-direction: column;
  }
}
.block-editor-content .block-media-text h1,
.block-editor-content .block-media-text h2 {
  margin-top: 24rem;
}
.block-editor-content .block-media-text h1:first-child,
.block-editor-content .block-media-text h2:first-child {
  margin-top: 0;
}
.block-editor-content .block-media-text h3 {
  margin-top: 24rem;
}
.block-editor-content .block-media-text h3:first-child {
  margin-top: 0;
}
.block-editor-content .block-media-text__media {
  flex: 1;
}
.block-editor-content .block-media-text__content {
  flex: 1;
}
@media (max-width: 768px) {
  .block-editor-content .block-media-text.has-media-on-the-right {
    flex-direction: column-reverse;
  }
}
.block-editor-content .block-image {
  display: flex;
  flex-direction: column;
  gap: 18rem;
}
.block-editor-content .block-image::-webkit-scrollbar {
  display: none;
}
.block-editor-content .block-image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .block-editor-content .block-image.mdover {
    width: 113%;
    padding: 0 6.5%;
    margin: 0 auto 20rem;
    overflow-y: scroll;
    transform: translateX(-6.5%);
  }
}
@media (max-width: 768px) {
  .block-editor-content .block-image.mdover img {
    width: -moz-max-content;
    width: max-content;
    max-width: 800rem;
  }
}
.block-editor-content .block-image figcaption {
  font-size: 13rem;
  font-weight: 400;
  line-height: 170%;
  text-align: center;
}
.block-editor-content .block-buttons {
  margin: 24rem 0;
}
.block-editor-content .block-buttons.is-layout-flex {
  display: flex;
  gap: 24rem;
}
.block-editor-content .block-buttons.is-layout-flex-wrap {
  flex-wrap: wrap;
}
.block-editor-content .block-buttons.is-layout-flex-row {
  flex-direction: row;
}
.block-editor-content .block-buttons.is-layout-flex-column {
  flex-direction: column;
}
.block-editor-content .block-buttons.is-layout-justify-center {
  justify-content: center;
}
.block-editor-content .block-buttons.is-layout-justify-space-between {
  justify-content: space-between;
}
.block-editor-content .block-buttons.is-layout-justify-right {
  justify-content: flex-end;
}
.block-editor-content .block-button {
  flex: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 400rem;
}
.block-editor-content .block-button__link {
  display: block;
  padding: 15rem 24rem;
  color: #ff3434;
  text-align: center;
  border: 1rem solid #ff3434;
  border-radius: 100px;
}
.block-editor-content .block-embed {
  margin: 48rem 0;
}
.block-editor-content .block-embed .youtube-player {
  width: 100%;
}
.block-editor-content .block-embed.embed-aspect-16-9 .youtube-player {
  aspect-ratio: 16/9;
}
.block-editor-content .block-embed.embed-aspect-4-3 .youtube-player {
  width: 100%;
}
.block-editor-content .block-group.is-layout-flex {
  display: flex;
  gap: 48rem;
}
.block-editor-content .block-group.is-layout-flex .block-image {
  width: -moz-max-content;
  width: max-content;
}
.block-editor-content .block-group.is-layout-flex-wrap {
  flex-wrap: wrap;
}
.block-editor-content .block-group.is-layout-flex-column {
  flex-direction: column;
}
.block-editor-content .block-group.is-layout-flex-row {
  flex-direction: row;
}
.block-editor-content .block-group.is-layout-justify-left {
  justify-content: flex-start;
}
.block-editor-content .block-group.is-layout-justify-center {
  justify-content: center;
}
.block-editor-content .block-group.is-layout-justify-right {
  justify-content: flex-end;
}
.block-editor-content .block-group.is-layout-justify-space-between {
  justify-content: space-between;
}
.block-editor-content .block-group.is-layout-justify-space-around {
  justify-content: space-around;
}
.block-editor-content .block-group.is-layout-justify-space-evenly {
  justify-content: space-evenly;
}
.block-editor-content .block-columns {
  display: flex;
  gap: 25rem;
  margin: 48rem 0;
}
@media (max-width: 768px) {
  .block-editor-content .block-columns {
    flex-direction: column;
  }
}
.block-editor-content .has-text-align-center {
  text-align: center;
}
.block-editor-content .has-text-align-right {
  text-align: right;
}
.block-editor-content .has-text-align-left {
  text-align: left;
}