@charset "UTF-8";
/**
 * ViewPort Mixin and setting rem to pixel.
 */
/** ここでデザインファイルのサイズを入力 */
/**
 * mixin
 */
/**
 * pxをvwで返す関数
 */
/** デスクトップ上でpxをvwを返す */
/** モバイル上でpxをvwを返す */
/** largeDisplay（1536px以上）でウィンドウサイズサイズに追従するための関数 */
/**
 * Colors
 */
/** 
 * 各CSSの 'wp-' はfunctions.phpで削除しています
 */
@media (max-width: 768px) {
  .block-editor-content {
    margin: 0 6.5%;
  }
}
.block-editor-content p, .block-editor-content ul, .block-editor-content ol {
  margin: 15rem 0;
  font-size: 15rem;
  line-height: 2;
  min-height: 1rem;
}
.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: #FF9000;
  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 {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.block-editor-content ol {
  list-style: decimal;
}
.block-editor-content h1, .block-editor-content h2 {
  margin: 72rem 0 5rem;
  color: #FF9000;
  font-size: 30rem;
  font-weight: 500;
  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: 20rem;
  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 {
    overflow-x: scroll;
    margin-right: -7.4%;
  }
}
.block-editor-content .block-table table {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  table-layout: auto;
}
@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: #FF9000;
  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-left: none;
  border-top: 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 img {
  max-width: 100%;
}
.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;
  max-width: 400rem;
  min-width: -moz-max-content;
  min-width: max-content;
}
.block-editor-content .block-button__link {
  display: block;
  padding: 15rem 24rem;
  color: #FF9000;
  text-align: center;
  border: 1rem solid #FF9000;
  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: 48rem;
  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;
}