.article-contents:not(.style-none) {
  p {
    line-height: 1.69;
    font-size: var(--text-16);
  }

  img {
    max-width: 100%;
    width: auto;
  }

  a:not([class]) {
    text-decoration: underline;

    &:hover {
      color: #37ace2;
    }
  }

  /* Wysiwyg画像 */
  .image {
    display: flex;
    justify-content: center;

    width: 75%;
    margin: 0 auto;

    figcaption {
      padding-right: 16px;
      padding-left: 16px;
    }
  }

  .image-style-align-center {
    justify-content: center;
  }

  .image-style-align-left {
    justify-content: flex-start;
  }

  .image-style-align-right {
    justify-content: flex-end;
  }

  /* Wysiwyg画像 */

  /* 本番の記事に合わせる用のスタイル */
  .article-body-text>*+* {

    margin-top: 30px;
  }

  .article-body-text>p+p {
    margin-top: 2em;
  }

  .article-body-text {
    margin-top: 30px;
  }

  h2,
  h3 {
    margin-top: 30px;
  }

  /* 本番の記事に合わせる用のスタイル */

  /* H2見出し */
  h2 {
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #0e0d66;
    padding-top: 24px;
    padding-bottom: 24px;

    font-size: var(--text-22);
  }

  /* H3見出し */
  h3 {
    font-weight: 600;
    font-size: var(--text-18sp);
    margin-bottom: 16px;
    border-left: 5px solid #0e0d66;
    padding-left: 16px;

    font-size: var(--text-18);
  }

  /* H4見出し */
  h4 {
    font-weight: 600;
    padding-bottom: 16px;
    color: #0e0d66;

    font-size: var(--text-16);
  }

  /* 画像＋キャプション 1カラム */
  .article-image-single {
    margin-top: 30px;
    margin-bottom: 30px;

    figure {
      display: flex;
      flex-direction: column;

      width: 75%;
      margin: 0 auto;

      img {
        width: 100%;
      }
    }

    figcaption {
      background-color: #edf1f7;
      padding: 16px;

      font-size: var(--text-14);
    }
  }

  /* 画像＋キャプション 2カラム */
  .article-image-two {
    margin-bottom: 30px;
    display: flex;

    flex-direction: row;

    figure {
      display: flex;
      flex-direction: column;
      margin-bottom: auto;
      margin-top: 0;

      margin-left: 0;
      margin-right: 0;

      img {
        aspect-ratio: 405/228;
      }
    }

    figcaption {
      font-size: var(--text-14);
      height: 100%;
      background-color: #edf1f7;
      padding: 16px;

    }
  }

  .article-image-two__text-container {

    margin-top: 0;

    p {
      font-size: var(--text-16);

    }
  }

  .article-image-two__grid {
    width: 100%;
  }

  .article-image-two__grid figure {
    float: right;
    margin-left: 15px;
    margin-right: 0;
  }

  .article-image-two__grid--reverse figure {
    float: left;
    margin-left: 0;
    margin-right: 15px;
  }

  /* 円形画像＋テキスト */
  .article-image-text {
    margin-bottom: 32px;
  }

  .article-image-text__container {
    display: flex;
    flex-direction: row;

    gap: 20px;
  }

  .article-image-text__container--gap {

    gap: 20px;
  }

  .article-image-text__container--reverse {
    justify-content: space-between;
  }

  .article-image-text--bg .article-image-text__image-column {

    min-width: 155px;
    width: 155px;
    flex: 0 0 155px;
  }

  .article-image-text__image-column {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: auto;
    min-width: 100px;
    width: 100px;
    flex: 0 0 100px;


    figure {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0;

      width: 100px;

      img {
        aspect-ratio: 90/90;
        border-radius: 9999px;
        object-fit: cover;

        width: 100px;
      }
    }

    figcaption {
      font-size: var(--text-14);
      margin-top: 16px;
      padding-left: 0;
      padding-right: 0;

    }
  }

  .article-image-text--bg {
    .article-image-text__image-column {
      border-radius: 16px;
      background-color: #edf1f7;
      padding-top: 30px;
    }
  }

  .article-image-text--large {
    .article-image-text__container {
      display: flex;
      flex-direction: row;


      .article-image-text__image-column {
        min-width: 290px;
        width: 290px;
        flex: 0 0 290px;

      }
    }

    figure {
      width: 230px;


      img {
        width: 230px;

      }
    }
  }

  .article-image-text__content {

    font-size: var(--text-16);

    p+p {
      margin-top: 0.75em;
    }
  }

  /* リードテキスト */
  .article-lead-text {
    font-size: var(--text-16sp);
    margin-bottom: 32px;
    border: 1px solid #707070;
    padding: 24px 28px;

    font-size: var(--text-15);
  }

  /* プロフィールブロック */
  .profile-block {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    border-radius: 8px;
    background-color: #f2f4f8;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 36px;
    padding-bottom: 36px;

    flex-direction: row;
    align-items: flex-start;

    figure {
      display: grid;
      aspect-ratio: 90/90;
      width: 100px;
      place-items: center;


      img {
        border-radius: 9999px;
        object-fit: cover;
      }
    }
  }

  .profile-block__title {
    font-size: var(--text-18);
    margin-bottom: 16px;

  }

  .profile-block__text {

    font-size: var(--text-16);
  }

  /* 中央寄せの円形画像＋キャプション */
  .article-round-image {
    margin-bottom: 32px;

    figure {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 16px;

      img {
        margin-left: auto;
        margin-right: auto;
        aspect-ratio: 230/230;
        border-radius: 9999px;
        object-fit: cover;
        min-width: auto;
        width: 230px;

      }
    }

    figcaption {
      font-size: var(--text-14);
      padding-right: 16px;
      padding-left: 16px;

    }
  }

  /* Youtube埋め込み */
  iframe[src^="https://www.youtube.com/embed/"] {
    aspect-ratio: 16 / 9;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    width: 100%;

  }

  strong {
    font-weight: 600;
  }

  i {
    font-style: italic;
  }

  u {
    text-decoration: underline;
  }

  .text-tiny {
    font-size: calc(10 / 375 * 100vw);

    font-size: 10px;
  }

  .text-small {

    font-size: 13px;
  }

  .text-big {

    font-size: 19px;
  }

  .text-huge {

    font-size: 22px;
  }
}

.mainContent {
  width: 794px;
  padding-top: 10px !important;
}

.articlePagination {
  grid-template-columns: 1fr auto 1fr !important;
}


.articlePagination__prev {
  grid-area: 1 / 1 / 2 / 2 !important;
}

.articlePagination__next {
  grid-area: 1 / 3 / 2 / 4 !important;
  position: relative !important;

  &::before {
    content: '' !important;
    display: block !important;
    width: 1px !important;
    height: calc(100% - 20px) !important;
    background-color: #cccccc !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
  }
}

.articlePagination__link {
  grid-area: 1 / 2 / 2 / 3 !important;
  width: 150px !important;
  border-top: 0 !important;
}