.post-main.column .post-main__inner .sidebar-articles.sidebar-column-v2 {
  .section-head {
    padding: 1rem 0;
    border-top: #1E2B69 1px solid;
    margin-bottom: 1rem;

    .section-title {
      color: #1E2B69;
    }
  }

  .section-body {
    .sidebar-article-item {
      margin-bottom: 1rem;

      a:hover {
        opacity: 0.8;

      }
    }
  }
}

.page-body .post-main.column {
  #ez-toc-container {
    background: #F7F7F7;
    border: none;
    border-radius: 0;
    padding: 3rem 4rem;
    margin: 6rem auto;

    .ez-toc-title-container {
      margin-bottom: 3rem;
    }

    nav ul li a::before {
      display: none;
    }

    .ez-toc-title {
      font-size: 1.6rem;
      font-weight: bold;
      color: #22A7C3;
      margin-bottom: 1.5rem;
    }

    .ez-toc-list {
      counter-reset: my-counter;
      list-style: none;
      padding: 0;
      margin: 0;

      li {
        list-style: none;
        line-height: 1.5;
        padding-left: 3rem;
        position: relative;
        margin-bottom: 1rem;

        a {
          font-size: 1.6rem;
          color: #6C6C6C;
		  flex: 1;
        }

        ul {
          margin-top: 1rem;
          margin-left: 0;
        }

        ul li {
          display: flex;
          align-items: center;
          padding-left: 0;

        }

        ul li::before {
          content: "";
          background-color: #22A7C3;
          display: inline-block;
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 100%;
          margin-right: 1em;
          position: relative;
        }
      }

      >li:before {
        content: counter(my-counter);
        counter-increment: my-counter;
        background-color: #22A7C3;
        border: 1px solid;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 22px;
        width: 22px;
        color: #ffffff;
        font-size: 85%;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }

  .post-main__inner .post-body .post-body-main .post-content {
    p {
      font-weight: 400;
      margin-bottom: 2rem;
    }

    a {
      text-decoration: underline;
      color: #6C6C6C;
    }

    h2 {
      font-size: 2.4rem;
      padding: 2rem 3rem;
      background: #F7F7F7;
      color: #1E2B69 !important;
      position: relative;
      margin-top: 6rem;
      margin-bottom: 2rem;
    }

    h2:before {
      content: "";
      width: 3px;
      height: 80%;
      position: absolute;
      top: 10%;
      background: #1E2B69;
      left: 10px;
    }

    h3 {
      font-size: 2rem;
      margin-top: 4rem;
      margin-bottom: 2rem;
      padding: 0 0.5rem;
      color: #1E2B69 !important;
      border-bottom: 2px solid #1E2B69;

      span {
        color: #1E2B69 !important;
      }
    }

    h4 {
      font-size: 1.8rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
      line-height: 1.2;
      color: #1E2B69 !important;
    }
  }

  .linkcard {
    margin: 0 auto;

    .lkc-internal-wrap,
    .lkc-external-wrap {
      background: #fff;
      width: 100%;
      max-width: 100%;
    }

    .lkc-card {
      margin: 0;
    }

    .lkc-content {
      margin: 0;
      border: 1px solid #ccc;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      padding-right: 1rem;
    }

    .lkc-thumbnail {
      width: 210px;
      max-width: 100%;
      max-height: 100%;
      margin: 0 1rem 0 0;
    }

    .lkc-title {
      font-size: 1.4rem;
      color: #6c6c6c;
      margin: 1rem auto 0.5rem;
    }

    .lkc-title-text {
      white-space: nowrap;
      overflow: hidden;
      color: #6c6c6c;
      text-overflow: ellipsis;
    }

    .lkc-excerpt {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #6c6c6c;
    }

    .lkc-url {
      position: absolute;
      color: #000;
      padding-left: 2rem;
      font-size: 1rem;
      background: url(../../img/column/icon.png) no-repeat left center;
      bottom: 1rem;
      left: 222px;
    }
  }

  .post-thumnail-wrap {
    width: 100%;
  }

  .post-thumnail-box {
    padding-top: 0;
    height: 290px;

    .post-top-info {
      left: 6%;

      .case-cat-types .case-cat-parent,
      .case-cat-types .case-cat-child {
        color: #fff;
        border: 1px solid #fff;
      }

      .post-date {
        color: #fff;
      }

      h1.post-title {
        font-size: 2.4rem;
      }
    }

    .post-thumnail-wrap__inner::before {
      display: none;
    }
  }
}

.custom-button {
  max-width: 540px;
  margin: 1rem auto;

  a:hover {
    opacity: 0.8;
  }
}

.common-contact-area {
  padding-top: 3rem;
}

.download-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 3rem;

  img {
    max-width: fit-content;
    width: 100%;
  }

  a:hover {
    opacity: 0.8;
  }
}

:target {
  scroll-margin-top: 125px;
}

@media screen and (max-width: 960px) {
  .download-wrapper {
    display: block;
  }

  .download-btn {
    text-align: center;
  }

  .post-container__inner .post-thumnail-box .post-thumnail-wrap__inner .post-thumnail {
    object-position: right top;
  }

  .page-body .post-main.column {
    .lkc-card {
      .lkc-thumbnail {
        width: 90px;
        height: 100%;

        .lkc-thumbnail-img {
          max-width: 100%;
        }
      }

      .lkc-url {
        left: 100px;
      }
    }
  }

  .post-main.column .post-main__inner .post-body .post-body-main .post-content img {
    height: 100%;
  }
}

h2::after,
h3::after,
h4::after {
  content: "";
  display: block;
  height: 125px;
  margin-top: -125px;
  visibility: hidden;
  pointer-events: none;
}