.s_article_block {
    padding-top: calc(8rem + 72px);
    border-radius: 24px;
    width: 70%;
    margin: 0 auto 12rem auto;
  }
  @media screen and (max-width: 960px) {
    .s_article_block {
      margin-bottom: 7.2rem;
      width: 92%;
    }
  }
  @media screen and (max-width: 560px) {
    .s_article_block {
      padding-top: calc(8rem + 40px);
    }
  }
  .s_article_block > *:first-child {
    margin-top: 0;
  }
  .s_article_block > *:last-child {
    margin-bottom: 0;
  }
  .s_article_block .bl_single_date {
    font-size: 14px;
  }
  .s_article_block h1 {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.5;
    margin: 3.2rem 0 4rem;
  }
  .s_article_block h1.txt_center {
    text-align: center;
  }
  @media screen and (max-width: 560px) {
    .s_article_block h1 {
      font-size: 24px;
      margin: 3.2rem 0;
    }
  }
  .s_article_block h2 {
    font-family: "Noto Serif JP", serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.5;
    margin: 2.4rem 0;
    border-top: 1px solid #741900;
    border-bottom: 1px solid #741900;
    padding: 12px 0;
  }
  @media screen and (max-width: 560px) {
    .s_article_block h2 {
      line-height: 1.5;
      font-size: 20px;
    }
  }
  .s_article_block h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.6;
    margin: 4rem 0;
    padding: 4px 8px;
    border-left: 4px solid #fff;
  }
  .s_article_block h3::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .s_article_block h3::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  @media screen and (max-width: 960px) {
    .s_article_block h3 {
      margin: 3.2rem 0;
    }
  }
  .s_article_block h4,
  .s_article_block h5,
  .s_article_block h6 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.6;
    margin: 4rem 0;
  }
  .s_article_block h4::before,
  .s_article_block h5::before,
  .s_article_block h6::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  .s_article_block h4::after,
  .s_article_block h5::after,
  .s_article_block h6::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
    content: "";
  }
  @media screen and (max-width: 960px) {
    .s_article_block h4,
  .s_article_block h5,
  .s_article_block h6 {
      margin: 3.2rem 0;
    }
  }
  .s_article_block iframe{
    min-height: 600px;
    width: 100%;
  }
  @media screen and (max-width: 960px) {
    .s_article_block iframe{
      min-height: 250px;
    }
  }
  /* 2023/09/13 */
  .s_article_block .custom_img_center{
    width: 36%;
    margin: 0 auto;
  }
  @media screen and (max-width: 960px) {
    .s_article_block .custom_img_center{
      width: 100%;
      min-width: 100%;
      margin: 0 auto;
    }
  }
  .s_article_block ul,
  .s_article_block ol {
    margin: 1rem auto;
    padding: 0 2.4rem;
  }
  .s_article_block ul li,
  .s_article_block ol li {
    font-size: 14px;
    line-height: 2;
    list-style: disc;
    margin-left: 2.4rem;
    padding: 8px 0;
  }
  .s_article_block ul li::before,
  .s_article_block ol li::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .s_article_block ul li::after,
  .s_article_block ol li::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
  .s_article_block ol li {
    list-style: decimal;
  }
  .s_article_block table {
    font-family: "Hiragino Sans";
    border-collapse: collapse;
    font-size: 14px;
    margin-top: 3.2rem;
    width: 100%;
    overflow-x: scroll;
  }
  .s_article_block table td,
  .s_article_block table th {
    border: 1px solid #fff;
    line-height: 2;
    padding: 1.6rem;
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    min-width: 120px;
  }
  @media screen and (max-width: 960px) {
    .s_article_block table td,
    .s_article_block table th {
      line-height: 1.5;
      padding: 8px;
      text-align: left;
      white-space: pre-wrap;
      word-break: normal;
    }
  }
  .s_article_block table th {
    width: 24%;
  }
  .s_article_block table td {
    word-break: break-all;
  }
  .s_article_block p {
    font-family: "Hiragino Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    line-height: 2;
    margin: 0 0 2.4rem 0;
  }
  @media screen and (max-width: 960px) {
      .s_article_block p {
          font-size: 16px;
          line-height: 1.2;
      }
  }
  .s_article_block p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .s_article_block p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
  .s_article_block p a {
    color: #0693e3;
    display: inline;
  }
  @media screen and (max-width: 560px) {
    .s_article_block p {
      line-height: 2.1875;
    }
  }
  .s_article_block strong {
    font-weight: 700;
  }
  .s_article_block img {
    display: block;
    margin: 5.6rem 0;
  }
  .s_article_block .wp-block-image {
    position: relative;
  }
  .s_article_block .wp-block-image:before {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: calc(100% - 8rem);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .s_article_block .wp-block-columns {
    align-items: center;
    justify-content: space-between;
    margin: 2.4rem 0;
  }
  .s_article_block .wp-block-columns .wp-block-column p {
    text-align: justify;
  }
  @media screen and (max-width: 560px) {
    .s_article_block .wp-block-columns .wp-block-column p {
      text-align: left;
    }
  }
  .s_article_block .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 7.2rem;
  }
  @media screen and (max-width: 960px) {
    .s_article_block .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 560px) {
    .s_article_block .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .s_article_block .wp-block-columns .wp-block-column:not(:only-child) {
      flex-basis: calc(50% - 2rem) !important;
    }
  }
  @media screen and (max-width: 560px) {
    .s_article_block .wp-block-columns .wp-block-column:not(:only-child) {
      flex-basis: 100% !important;
    }
  }
  .s_article_block .wp-block-columns .wp-block-image img {
    margin: 2.4rem 0;
  }
  .s_article_block_thumbnailWrapper {
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 3.2rem;
  }
  .s_article_block_thumbnailWrapper img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
  }
  .s_article_block_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .s_article_block_inner__row {
    align-items: flex-start;
  }
  .s_article_block_inner__row__center {
    align-items: center;
  }
  .s_article_block_inner__col {
    flex-direction: column;
    align-items: flex-start;
  }
  .s_article_block_cat {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    padding: 8px 12px;
    background-color: #8bccca;
    color: #fff;
    border-radius: 2px;
    margin-right: 2.4rem;
  }
  @media screen and (max-width: 560px) {
    .s_article_block_cat {
      padding: 4px 0.8rem 2px 0.8rem;
      margin-right: 1.6rem;
    }
  }
  .s_article_block_date {
    font-family: "Noto Serif JP", serif;
    display: block;
    font-weight: 900;
    opacity: 0.66;
    font-size: 2rem;
  }
  @media screen and (max-width: 560px) {
    .s_article_block_date {
      font-size: 1.8rem;
    }
  }
  .s_article_block_name {
    display: block;
    font-family: "Noto Serif JP", serif;
    border-radius: 1.8rem;
    font-size: 2rem;
    font-weight: 900;
  }
  .s_article_block .el_snsBtn_wrapper {
    justify-content: flex-start;
    margin-bottom: 3.2rem;
  }
  .s_article_block_comment {
    padding: 2.4rem 4rem;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    font-size: 1.5rem;
    line-height: 26px;
  }
  @media screen and (max-width: 560px) {
    .s_article_block_comment {
      padding: 1.6rem 2rem;
    }
  }
  .s_article_block_comment_imgWrapper {
    margin-bottom: 1.8rem;
    margin-right: 2.4rem;
    display: block;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    border-radius: 120px;
    overflow: hidden;
  }
  @media screen and (max-width: 560px) {
    .s_article_block_comment_imgWrapper {
      width: 80px;
      height: 80px;
      min-width: 80px;
      min-height: 80px;
      border-radius: 80px;
      margin-right: 1.6rem;
    }
  }
  .s_article_block_comment_imgWrapper:hover > img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .s_article_block_comment_imgWrapper img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    margin: 0;
  }
  .s_article_block_comment_ttl {
    display: block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    line-height: 51px;
    font-weight: 700;
    margin-bottom: 1.6rem;
    margin-right: 1.6rem;
  }
  .s_article_block_comment_sub {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 51px;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
  .s_article_block_comment_name {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.4rem;
    margin-right: 1.6rem;
  }
  .s_article_block_comment_belong {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.4rem;
    color: #e7141a;
  }
  .s_article_block_comment_txt {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: 400;
  }
  @media screen and (max-width: 560px) {
    .s_article_block_comment_txt {
      font-size: 1.4rem;
      line-height: 1.5;
    }
  }
  .s_article_block .el_snsBtn_wrapper {
    margin: 7.5rem 0;
  }
  .s_article_block .el_snsBtn {
    margin: 0;
  }
  .s_article_block .el_btn_page {
    margin-top: 24px;
  }
  .s_article_block .el_btn_page img {
    margin: 0;
    height: 24px;
    width: 24px;
  }
  .s_article_block .el_btn_page span {
    font-size: 1.6rem;
  }