@charset "UTF-8";
.entry-content,
.wp-block-post-content,
body.mce-content-body {
  width: 100%;
  text-align: justify;
  font-size: 1.4rem;
  line-height: calc(30/14);
  letter-spacing: 0;
  font-weight: 500; }
  .entry-content > p,
  .wp-block-post-content > p,
  body.mce-content-body > p {
    margin-bottom: 1.5em; }
  .entry-content a,
  .wp-block-post-content a,
  body.mce-content-body a {
    display: flex;
    align-items: center;
    column-gap: 1.5rem;
    padding-bottom: 0.1em;
    border-bottom: 1px solid #000000; }
  .entry-content a::after,
  .wp-block-post-content a::after,
  body.mce-content-body a::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 0.8rem;
    background: url("../images/arrow.svg") no-repeat center center/contain; }
  .entry-content a.dl::after,
  .wp-block-post-content a.dl::after,
  body.mce-content-body a.dl::after {
    content: '';
    display: block;
    width: 1.8rem;
    height: 1.3rem;
    background: url("../images/download.svg") no-repeat center center/contain; }
  .entry-content a[target="_blank"]::after,
  .wp-block-post-content a[target="_blank"]::after,
  body.mce-content-body a[target="_blank"]::after {
    content: '';
    display: block;
    width: 1.1rem;
    height: 0.8rem;
    background: url("../images/blank.svg") no-repeat center center/contain; }
  .entry-content h1,
  .wp-block-post-content h1,
  body.mce-content-body h1 {
    font-size: 2rem;
    line-height: calc(25 / 20);
    font-weight: 500;
    display: flex;
    column-gap: 1.5rem;
    margin-bottom: 4rem; }
  .entry-content h1::before,
  .wp-block-post-content h1::before,
  body.mce-content-body h1::before {
    content: '';
    display: block;
    width: 0.5rem;
    background-color: #000000; }
  .entry-content h2,
  .wp-block-post-content h2,
  body.mce-content-body h2 {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px dashed #000000;
    margin-bottom: 3.5rem; }
  .entry-content h3,
  .wp-block-post-content h3,
  body.mce-content-body h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 3rem; }
  .entry-content h4,
  .wp-block-post-content h4,
  body.mce-content-body h4 {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ ProN', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    margin-bottom: 3rem; }
  .entry-content h4::before,
  .wp-block-post-content h4::before,
  body.mce-content-body h4::before {
    content: '';
    display: block;
    width: 0.6rem;
    height: 1px;
    background-color: #000000; }
  .entry-content h5,
  .wp-block-post-content h5,
  body.mce-content-body h5 {
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #E0E0E0;
    padding: 0.5rem 1rem;
    margin-bottom: 3rem; }
  .entry-content .wp-caption,
  .wp-block-post-content .wp-caption,
  body.mce-content-body .wp-caption {
    width: auto !important;
    max-width: 100%; }
  .entry-content .wp-caption-text,
  .wp-block-post-content .wp-caption-text,
  body.mce-content-body .wp-caption-text {
    color: #a4a4a4;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6; }
  .entry-content #toc_container,
  .wp-block-post-content #toc_container,
  body.mce-content-body #toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 1.6rem; }
  .entry-content #toc_container .toc_depth_3,
  .wp-block-post-content #toc_container .toc_depth_3,
  body.mce-content-body #toc_container .toc_depth_3 {
    font-size: 0; }
  .entry-content #toc_container .toc_depth_3::before,
  .wp-block-post-content #toc_container .toc_depth_3::before,
  body.mce-content-body #toc_container .toc_depth_3::before {
    content: "・";
    font-size: 1.6rem; }
  .entry-content #ez-toc-container,
  .wp-block-post-content #ez-toc-container,
  body.mce-content-body #ez-toc-container {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 2rem;
    box-shadow: 0 0 0 0;
    margin-bottom: 3em; }
  .entry-content #ez-toc-container .ez-toc-list > li:not(:last-child),
  .wp-block-post-content #ez-toc-container .ez-toc-list > li:not(:last-child),
  body.mce-content-body #ez-toc-container .ez-toc-list > li:not(:last-child) {
    margin-bottom: 1rem; }
  .entry-content #ez-toc-container .ez-toc-list a,
  .wp-block-post-content #ez-toc-container .ez-toc-list a,
  body.mce-content-body #ez-toc-container .ez-toc-list a {
    font-size: 1.4rem; }
  .entry-content #ez-toc-container .ez-toc-title-container,
  .wp-block-post-content #ez-toc-container .ez-toc-title-container,
  body.mce-content-body #ez-toc-container .ez-toc-title-container {
    margin-bottom: 1rem; }
  .entry-content #ez-toc-container .ez-toc-title-container .ez-toc-title,
  .wp-block-post-content #ez-toc-container .ez-toc-title-container .ez-toc-title,
  body.mce-content-body #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.8rem; }
  .entry-content .product_model,
  .wp-block-post-content .product_model,
  body.mce-content-body .product_model {
    display: flex;
    flex-flow: column;
    align-items: flex-start; }
    .entry-content .product_model h2,
    .wp-block-post-content .product_model h2,
    body.mce-content-body .product_model h2 {
      margin-bottom: 3rem; }
    .entry-content .product_model .layout,
    .wp-block-post-content .product_model .layout,
    body.mce-content-body .product_model .layout {
      display: flex;
      flex-flow: column;
      align-items: flex-start; }
      .entry-content .product_model .layout .ttl,
      .wp-block-post-content .product_model .layout .ttl,
      body.mce-content-body .product_model .layout .ttl {
        margin-bottom: 2rem; }
  .entry-content ol,
  .wp-block-post-content ol,
  body.mce-content-body ol {
    counter-reset: number; }
    .entry-content ol > li,
    .wp-block-post-content ol > li,
    body.mce-content-body ol > li {
      counter-increment: number;
      position: relative;
      font-size: 1.8rem;
      font-weight: 500;
      padding-left: 1.5em; }
      .entry-content ol > li:not(:first-child),
      .wp-block-post-content ol > li:not(:first-child),
      body.mce-content-body ol > li:not(:first-child) {
        margin-top: 2em; }
      .entry-content ol > li > span,
      .wp-block-post-content ol > li > span,
      body.mce-content-body ol > li > span {
        position: relative;
        padding-bottom: 0.3em; }
        .entry-content ol > li > span::before,
        .wp-block-post-content ol > li > span::before,
        body.mce-content-body ol > li > span::before {
          content: '';
          display: block;
          width: calc(100% + 1.5em);
          height: 1px;
          border-bottom: 1px dashed #000000;
          position: absolute;
          left: -1.5em;
          bottom: 0; }
      .entry-content ol > li::before,
      .wp-block-post-content ol > li::before,
      body.mce-content-body ol > li::before {
        content: counter(number);
        position: absolute;
        left: 0;
        top: -0.2em;
        font-family: "Times New Roman", Times, "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
        font-size: 2.2rem;
        letter-spacing: -0.02em;
        font-weight: 400; }
      .entry-content ol > li ol,
      .wp-block-post-content ol > li ol,
      body.mce-content-body ol > li ol {
        counter-reset: number2;
        margin-top: 2rem; }
        .entry-content ol > li ol > li,
        .wp-block-post-content ol > li ol > li,
        body.mce-content-body ol > li ol > li {
          counter-increment: number2;
          position: relative;
          font-size: 1.4rem;
          font-weight: 500;
          padding-left: 1.5em; }
          .entry-content ol > li ol > li:not(:first-child),
          .wp-block-post-content ol > li ol > li:not(:first-child),
          body.mce-content-body ol > li ol > li:not(:first-child) {
            margin-top: 1em; }
          .entry-content ol > li ol > li::before,
          .wp-block-post-content ol > li ol > li::before,
          body.mce-content-body ol > li ol > li::before {
            content: counter(number2);
            position: absolute;
            left: 0;
            top: 0.5em;
            font-family: "游明朝",Yu Mincho,'Noto Serif',"ヒラギノ明朝 ProN W3","HiraMinProN-W3","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
            font-size: 1.4rem;
            letter-spacing: 0;
            font-weight: 500;
            width: 1.6rem;
            height: 1.6rem;
            background-color: #000000;
            border-radius: 50%;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center; }
  .entry-content .wp-block-quote,
  .wp-block-post-content .wp-block-quote,
  body.mce-content-body .wp-block-quote {
    padding: 2rem;
    padding-left: 5rem;
    padding-right: 0;
    text-align: justify;
    border-left: 1px solid #000000;
    position: relative; }
    .entry-content .wp-block-quote::before,
    .wp-block-post-content .wp-block-quote::before,
    body.mce-content-body .wp-block-quote::before {
      content: '';
      width: 0.8rem;
      height: 0.7rem;
      background: url("../images/quote.svg") no-repeat center center/contain;
      position: absolute;
      top: 0;
      left: 2rem; }
  .entry-content .point_bg_wht,
  .wp-block-post-content .point_bg_wht,
  body.mce-content-body .point_bg_wht {
    width: 100%;
    padding: 4rem;
    background-color: #F7F7F7;
    border-radius: 0.5rem;
    display: flex;
    flex-flow: column; }
  .entry-content .img-column2,
  .wp-block-post-content .img-column2,
  body.mce-content-body .img-column2 {
    width: 100%; }
    .entry-content .img-column2 .layout,
    .wp-block-post-content .img-column2 .layout,
    body.mce-content-body .img-column2 .layout {
      display: grid;
      grid-template-columns: repeat(2, calc(350/720*100%));
      justify-content: space-between; }
    .entry-content .img-column2 .caption,
    .wp-block-post-content .img-column2 .caption,
    body.mce-content-body .img-column2 .caption {
      margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .entry-content,
    .wp-block-post-content,
    body.mce-content-body {
      font-size: 1.2rem; }
      .entry-content > p,
      .wp-block-post-content > p,
      body.mce-content-body > p {
        margin-bottom: 1.5em; }
      .entry-content a,
      .wp-block-post-content a,
      body.mce-content-body a {
        display: flex;
        align-items: center;
        column-gap: 1.5rem;
        padding-bottom: 0.1em;
        border-bottom: 1px solid #000000; }
      .entry-content a::after,
      .wp-block-post-content a::after,
      body.mce-content-body a::after {
        content: '';
        display: block;
        width: 1.5rem;
        height: 0.8rem;
        background: url("../images/arrow.svg") no-repeat center center/contain; }
      .entry-content a.dl::after,
      .wp-block-post-content a.dl::after,
      body.mce-content-body a.dl::after {
        content: '';
        display: block;
        width: 1.8rem;
        height: 1.3rem;
        background: url("../images/download.svg") no-repeat center center/contain; }
      .entry-content a[target="_blank"]::after,
      .wp-block-post-content a[target="_blank"]::after,
      body.mce-content-body a[target="_blank"]::after {
        content: '';
        display: block;
        width: 1.1rem;
        height: 0.8rem;
        background: url("../images/blank.svg") no-repeat center center/contain; }
      .entry-content h1,
      .wp-block-post-content h1,
      body.mce-content-body h1 {
        font-size: 1.8rem;
        margin-bottom: 3.5rem; }
      .entry-content h2,
      .wp-block-post-content h2,
      body.mce-content-body h2 {
        font-size: 1.6rem;
        margin-bottom: 3rem; }
      .entry-content h3,
      .wp-block-post-content h3,
      body.mce-content-body h3 {
        font-size: 1.4rem;
        margin-bottom: 2.5rem; }
      .entry-content h4,
      .wp-block-post-content h4,
      body.mce-content-body h4 {
        font-size: 1.4rem;
        margin-bottom: 2.5rem; }
      .entry-content h5,
      .wp-block-post-content h5,
      body.mce-content-body h5 {
        font-size: 1.4rem;
        margin-bottom: 2.5rem; }
      .entry-content .product_model h2,
      .wp-block-post-content .product_model h2,
      body.mce-content-body .product_model h2 {
        margin-bottom: 1.5rem; }
      .entry-content .product_model .layout .ttl,
      .wp-block-post-content .product_model .layout .ttl,
      body.mce-content-body .product_model .layout .ttl {
        margin-bottom: 1rem; }
      .entry-content ol,
      .wp-block-post-content ol,
      body.mce-content-body ol {
        counter-reset: number; }
        .entry-content ol > li,
        .wp-block-post-content ol > li,
        body.mce-content-body ol > li {
          font-size: 1.6rem;
          padding-left: 1.5em; }
          .entry-content ol > li:not(:first-child),
          .wp-block-post-content ol > li:not(:first-child),
          body.mce-content-body ol > li:not(:first-child) {
            margin-top: 2em; }
          .entry-content ol > li > span,
          .wp-block-post-content ol > li > span,
          body.mce-content-body ol > li > span {
            position: relative;
            padding-bottom: 0.5em; }
            .entry-content ol > li > span::before,
            .wp-block-post-content ol > li > span::before,
            body.mce-content-body ol > li > span::before {
              content: '';
              display: block;
              width: 32.5rem;
              height: 1px;
              border-bottom: 1px dashed #000000;
              position: absolute;
              left: -1.5em;
              bottom: 0; }
          .entry-content ol > li::before,
          .wp-block-post-content ol > li::before,
          body.mce-content-body ol > li::before {
            font-size: 2.0rem; }
          .entry-content ol > li ol,
          .wp-block-post-content ol > li ol,
          body.mce-content-body ol > li ol {
            counter-reset: number2;
            margin-top: 2rem; }
            .entry-content ol > li ol > li,
            .wp-block-post-content ol > li ol > li,
            body.mce-content-body ol > li ol > li {
              font-size: 1.2rem; }
              .entry-content ol > li ol > li:not(:first-child),
              .wp-block-post-content ol > li ol > li:not(:first-child),
              body.mce-content-body ol > li ol > li:not(:first-child) {
                margin-top: 1em; }
              .entry-content ol > li ol > li::before,
              .wp-block-post-content ol > li ol > li::before,
              body.mce-content-body ol > li ol > li::before {
                font-size: 1.2rem;
                width: 1.4rem;
                height: 1.4rem; }
      .entry-content .wp-block-quote,
      .wp-block-post-content .wp-block-quote,
      body.mce-content-body .wp-block-quote {
        padding: 2rem;
        padding-left: 2.5rem; }
        .entry-content .wp-block-quote::before,
        .wp-block-post-content .wp-block-quote::before,
        body.mce-content-body .wp-block-quote::before {
          content: '';
          width: 0.8rem;
          height: 0.7rem;
          background: url("../images/quote.svg") no-repeat center center/contain;
          position: absolute;
          top: 0;
          left: 1rem; }
      .entry-content .point_bg_wht,
      .wp-block-post-content .point_bg_wht,
      body.mce-content-body .point_bg_wht {
        padding: 2rem; }
      .entry-content .img-column2,
      .wp-block-post-content .img-column2,
      body.mce-content-body .img-column2 {
        width: 100%; }
        .entry-content .img-column2 .layout,
        .wp-block-post-content .img-column2 .layout,
        body.mce-content-body .img-column2 .layout {
          display: grid;
          grid-template-columns: repeat(2, calc(350/720*100%));
          justify-content: space-between; }
        .entry-content .img-column2 .caption,
        .wp-block-post-content .img-column2 .caption,
        body.mce-content-body .img-column2 .caption {
          margin-top: 1rem; } }
