@layer components {
  .detail-column-content {
    margin-top: 30px;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content {
      padding: 0 15px;
      margin-bottom: 70px;
    }
  }

  .detail-column-content > h2 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 80px 0 30px;
    color: #323b44;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content > h2 {
      margin: 40px 0 10px;
      font-size: 20px;
      line-height: 38px;
    }
  }

  .detail-column-content > h3 {
    border-radius: 6px;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.5px;
    padding: 15px 15px 15px 36px;
    background: #fafafa;
    margin: 50px 0 20px;
    color: #434e5b;
  }

  .detail-column-content > h4 {
    border-radius: 6px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.5px;
    padding: 15px 15px 15px 0px;
    margin-bottom: 0px;
    color: #434e5b;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content > h3 {
      border-radius: 0;
      font-size: 18px;
      line-height: 36px;
      margin: 40px -30px 16px -30px;
      padding: 14px 30px;
    }
    .detail-column-content > h4 {
      border-radius: 0;
      font-size: 18px;
      line-height: 36px;
      margin: 0px -30px;
      padding: 24px 30px 18px 30px;
    }
  }

  .detail-column-content > h3:before {
    content: "";
    position: absolute;
    display: block;
    background: #1565c0;
    height: 2px;
    width: 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  @media screen and (max-width: 767px) {
    .detail-column-content > h3:before {
      width: 60px;
      top: 0;
      -webkit-transform: none;
      transform: none;
    }
  }

  .detail-column-content > h3 > span {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
  }

  .detail-column-content > h4 > span {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
  }

  .detail-column-content > p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 16px;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content > p {
      margin-bottom: 15px;
      line-height: 1.6;
    }
  }

  .detail-column-content .wp-caption-text {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: -20px;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content .wp-caption-text {
      font-size: 13px;
      line-height: 1.6;
    }
  }

  .detail-column-content a {
    color: #1565c0;
    text-decoration: underline;
  }

  @media screen and (min-width: 768px) {
    .detail-column-content a:hover {
      text-decoration: none;
    }
  }

  .detail-column-content .mark {
    font-weight: bold;
    padding: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, transparent),
      color-stop(0%, #fff2c2)
    );
    background: linear-gradient(transparent 40%, #fff2c2 0%);
    margin: 0 8px;
  }

  .detail-column-content strong {
    font-weight: bold;
  }

  .detail-column-content blockquote {
    background-color: #f7f7f7;
    padding: 40px;
    margin: 90px 0 60px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content blockquote {
      margin: 60px -30px 30px;
      padding: 40px 30px 30px;
    }
  }

  .detail-column-content blockquote:before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 15px;
    width: 80px;
    height: 80px;
    background: url(../../img/common/img_quote.svg) no-repeat center;
    opacity: 0.5;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content blockquote:before {
      left: 27px;
    }
  }

  .detail-column-content blockquote p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
  }

  .detail-column-content blockquote p:last-child {
    margin-bottom: 0;
  }

  .detail-column-content > ul,
  .detail-column-content > ol {
    margin-bottom: 60px;
    padding-left: 30px;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content > ul,
    .detail-column-content > ol {
      padding-left: 0;
      margin-bottom: 30px;
    }
  }

  .detail-column-content > ul li,
  .detail-column-content > ol li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
  }

  .detail-column-content > ul li:not(:first-child),
  .detail-column-content > ol li:not(:first-child) {
    margin-top: 10px;
  }

  .detail-column-content > ul li:before,
  .detail-column-content > ol li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1565c0;
    position: absolute;
    top: 9px;
    left: 0;
  }

  .detail-column-content > ol {
    counter-reset: item;
  }

  .detail-column-content > ol li {
    padding-left: 32px;
  }

  .detail-column-content > ol li::before {
    counter-increment: item;
    content: counter(item);
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    top: 3px;
  }

  .detail-column-content img {
    display: block;
    max-width: 800px;
    height: auto;
    margin: 30px auto;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content img {
      width: 100%;
    }
  }

  .detail-column-content table {
    table-layout: fixed;
    font-size: 16px;
    line-height: 1.5;
    margin: 60px 0;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content table {
      margin: 40px 0;
    }
  }

  .detail-column-content table td,
  .detail-column-content table th {
    padding: 18px;
    vertical-align: middle;
    text-align: left;
  }

  .detail-column-content table td:not(:first-child),
  .detail-column-content table th:not(:first-child) {
    border-left: 1px solid #e0e4e8;
  }

  .detail-column-content table tbody tr {
    border-bottom: 1px solid #e0e4e8;
  }

  .detail-column-content table tbody th {
    background-color: #f7f7f7;
  }

  .detail-column-content table thead {
    background-color: #637487;
  }

  .detail-column-content table thead td,
  .detail-column-content table thead th {
    color: #ffffff;
  }

  .detail-column-content table thead td:not(:first-child),
  .detail-column-content table thead th:not(:first-child) {
    border-left: 1px solid #ffffff;
  }

  .wp-caption {
    max-width: 100%;
    height: auto;
  }

  @media screen and (max-width: 767px) {
    .detail-column {
      padding-top: 10px;
    }
  }

  .detail-column__header {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 767px) {
    .detail-column__header {
      padding: 0 30px;
      margin-bottom: 10px;
    }
  }

  .detail-column__heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #323b44;
  }

  @media screen and (max-width: 767px) {
    .detail-column__heading {
      font-size: 22px;
    }
  }

  .detail-column__heading--sub {
    display: flex;
    justify-content: space-between;
  }

  @media screen and (max-width: 767px) {
    .detail-column__heading--sub {
      display: block;
      margin-bottom: 14px;
    }
  }

  .detail-column__buttons {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
  }

  @media screen and (max-width: 767px) {
    .detail-column__buttons {
      justify-content: center;
      margin-top: 10px;
    }
  }

  @media screen and (max-width: 767px) {
    .detail-column__date {
      line-height: 1.2;
    }
  }
  .detail-column__update {
    color: #637487;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }

  .detail-column__update::before {
    content: "｜";
  }

  .detail-column__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 767px) {
    .detail-column__print-button {
      display: none;
    }
  }

  .detail-column__print-button a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px 2px 32px;
    background-color: #1565c0;
    position: relative;
  }

  .detail-column__print-button a:hover {
    opacity: 0.8;
    -webkit-transition: 200ms;
    transition: 200ms;
  }

  .detail-column__print-button a::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../../img/common/img_print.svg) no-repeat center;
  }

  @media screen and (max-width: 767px) {
    .detail-column__category {
      margin-bottom: 10px;
    }
  }

  .detail-column__thumbnail {
    overflow: hidden;
    border-radius: 6px;
  }

  @media screen and (max-width: 767px) {
    .detail-column__thumbnail {
      border-radius: 0;
    }
  }

  .detail-column__thumbnail img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
  }

  .detail-column__author {
    margin-top: 30px;
  }

  @media screen and (max-width: 767px) {
    .detail-column__author {
      margin-top: 0;
    }
  }

  .author-profile {
    padding: 30px;
    background-color: #f6f8fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @media screen and (max-width: 767px) {
    .author-profile {
      display: block;
      padding: 30px 30px 35px;
    }
  }

  .author-profile__thumbnail {
    overflow: hidden;
    border-radius: 50%;
    width: 120px;
    height: 120px;
  }

  @media screen and (max-width: 767px) {
    .author-profile__thumbnail {
      margin: 0 auto;
    }
  }

  .author-profile__thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }

  .author-profile__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
  }

  @media screen and (max-width: 767px) {
    .author-profile__content {
      text-align: center;
      padding-left: 0;
      margin-top: 20px;
    }
  }

  .author-profile__name a {
    color: #1565c0;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: underline;
  }

  @media screen and (min-width: 768px) {
    .author-profile__name a:hover {
      text-decoration: none;
    }
  }

  .author-profile__name--kana {
    font-size: 16px;
  }

  .author-profile__info {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
  }

  .author-profile__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .detail-column-content {
    margin-top: 30px;
  }

  @media screen and (max-width: 767px) {
    .detail-column-content {
      padding: 0 15px;
      margin-bottom: 70px;
    }
  }

  .column-carousel {
    margin-top: 60px;
  }

  @media screen and (max-width: 767px) {
    .column-carousel {
      margin-top: 30px;
      padding: 0 30px;
    }
  }

  .column-carousel__heading {
    position: relative;
    color: #434e5b;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 22px;
    margin-bottom: 40px;
  }

  @media screen and (max-width: 767px) {
    .column-carousel__heading {
      font-size: 24px;
      padding-bottom: 15px;
      margin-bottom: 30px;
    }
  }

  .column-carousel__heading:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom: 0;
    background: #f7f7f7;
  }

  .column-carousel__heading:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 3px;
    bottom: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1565c0),
      to(#03a9f4)
    );
    background: linear-gradient(90deg, #1565c0 0%, #03a9f4 100%);
  }

  @media screen and (max-width: 767px) {
    .column-carousel__heading:after {
      width: 50px;
    }
  }

  .column-carousel__body {
    padding: 0 40px;
  }

  @media screen and (max-width: 767px) {
    .column-carousel__body {
      padding: 10px 0;
    }
  }

  @media screen and (max-width: 767px) {
    .column-carousel__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      justify-content: space-between;
      flex-wrap: wrap;
    }
  }

  .column-carousel__item {
    margin-right: 30px;
  }

  @media screen and (max-width: 767px) {
    .column-carousel__item {
      margin-right: 0;
      flex-basis: calc((100vw - 60px) / 2 - 3%);
    }

    .column-carousel__item:nth-of-type(1) {
      flex-basis: 100%;
      margin-bottom: 6vw;
    }
  }

  .slide-prev-arrow,
  .slide-next-arrow {
    width: 32px;
    height: 50px;
    position: absolute;
    top: 50px;
    background: #ddd;
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms;
    opacity: 1;
  }

  .slide-prev-arrow:hover,
  .slide-next-arrow:hover {
    opacity: 0.8;
  }

  @media screen and (max-width: 767px) {
    .slide-prev-arrow,
    .slide-next-arrow {
      -webkit-transition: none;
      transition: none;
    }
    .slide-prev-arrow:hover,
    .slide-next-arrow:hover {
      opacity: 1;
    }
  }

  .slide-prev-arrow {
    right: 100%;
    margin-right: 24px;
    background: url(../../img/common/icon_arrow_slide_l_l.svg) no-repeat center;
  }

  .slide-next-arrow {
    left: 100%;
    margin-left: 24px;
    background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
  }

  .backnumber {
    margin-top: 60px;
  }

  @media screen and (max-width: 767px) {
    .backnumber {
      margin-top: 20px;
      padding: 0 30px;
    }
  }

  .backnumber__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #e0e4e8;
  }

  @media screen and (max-width: 767px) {
    .backnumber__list {
      display: block;
      border-bottom: none;
    }
  }

  .backnumber__item {
    width: 50%;
  }

  @media screen and (max-width: 767px) {
    .backnumber__item {
      width: 100%;
    }
  }

  .backnumber__item + .backnumber__item {
    border-left: 1px solid #e0e4e8;
  }

  @media screen and (max-width: 767px) {
    .backnumber__item + .backnumber__item {
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid #e0e4e8;
      border-left: none;
    }
  }

  .backnumber-item {
    display: block;
  }

  @media screen and (min-width: 768px) {
    .backnumber-item:hover .backnumber-item__title {
      color: #1565c0;
    }
    .backnumber-item:hover .backnumber-item__thumbnail {
      opacity: 0.8;
    }
  }

  .backnumber-item--prev {
    padding-left: 40px;
    background: url(../../img/common/icon_arrow_slide_m_l.svg) no-repeat left
      center;
  }

  .backnumber-item--prev .backnumber-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .backnumber-item--prev .backnumber-item__title {
    padding-left: 15px;
  }

  .backnumber-item--next {
    padding-right: 40px;
    background: url(../../img/common/icon_arrow_slide_m_r.svg) no-repeat right
      center;
  }

  .backnumber-item--next .backnumber-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .backnumber-item--next .backnumber-item__title {
    padding-right: 15px;
  }

  .backnumber-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
    margin: -16px 0;
  }

  @media screen and (max-width: 767px) {
    .backnumber-item__inner {
      padding: 0;
      margin: 0;
    }
  }

  .backnumber-item__thumbnail {
    width: 115px;
    background: #e6eaea;
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
  }

  .backnumber-item__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }

  .backnumber-item__body {
    width: 205px;
  }

  @media screen and (max-width: 767px) {
    .backnumber-item__body {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }

  .backnumber-item__title {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-transition: 300ms;
    transition: 300ms;
  }

  .related-column {
    margin-top: 50px;
  }

  @media screen and (max-width: 767px) {
    .related-column {
      margin-top: 40px;
      padding: 0 30px;
    }
  }

  .related-column__heading {
    color: #434e5b;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  @media screen and (max-width: 767px) {
    .related-column__heading {
      margin-bottom: 25px;
    }
  }

  .related-column__item + .related-column__item {
    margin-top: 50px;
  }

  @media screen and (max-width: 767px) {
    .related-column__item + .related-column__item {
      margin-top: 30px;
    }
  }

  .material {
    margin-top: 50px;
  }

  @media screen and (max-width: 767px) {
    .material {
      padding: 20px 30px;
    }
  }

  .material__heading {
    color: #434e5b;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .services__heading {
    color: #434e5b;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 40px;
  }

  @media screen and (max-width: 767px) {
    .services__heading {
      margin-bottom: 20px;
    }
  }

  #toc_container {
    border: 3px solid #e0e4e8;
    border-radius: 6px;
    background-color: #ffffff;
    margin: 30px 0 60px;
    padding: 30px 40px 50px;
    position: relative;
  }

  @media screen and (max-width: 767px) {
    #toc_container {
      padding: 20px 30px 50px;
    }
  }

  #toc_container.is-open .toc__trigger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #toc_container .toc_list {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    -webkit-transition: 300ms;
    transition: 300ms;
  }

  #toc_container .toc_list li ul {
    padding-left: 32px;
  }

  #toc_container .toc_list li a {
    display: inline-block;
    padding: 5px 0;
  }

  #toc_container .toc_list > li > a {
    font-weight: bold;
  }

  #toc_container .toc__trigger {
    position: relative;
    display: block;
    height: 40px;
    width: 500px;
    padding: 8px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    color: #1565c0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms;
    opacity: 1;
  }

  #toc_container .toc__trigger:hover {
    opacity: 0.8;
  }

  @media screen and (max-width: 767px) {
    #toc_container .toc__trigger {
      -webkit-transition: none;
      transition: none;
    }
    #toc_container .toc__trigger:hover {
      opacity: 1;
    }
  }

  @media screen and (max-width: 767px) {
    #toc_container .toc__trigger {
      -webkit-transform: none;
      transform: none;
      left: 30px;
      width: calc(100% - 60px);
    }
  }

  #toc_container .toc__trigger:before,
  #toc_container .toc__trigger:after {
    content: "";
    display: block;
    position: absolute;
    background: #a9b4c0;
    -webkit-transition: 300ms;
    transition: 300ms;
  }

  #toc_container .toc__trigger:before {
    top: 13px;
    right: 20px;
    width: 2px;
    height: 14px;
  }

  #toc_container .toc__trigger:after {
    top: 19px;
    right: 14px;
    width: 14px;
    height: 2px;
  }

  .sidebar-toc {
    margin-top: 50px;
  }

  @media screen and (max-width: 767px) {
    .sidebar-toc {
      display: none;
    }
  }

  .sidebar-toc.is-fixed .sidebar-toc__inner {
    position: fixed;
    height: 100%;
  }

  .sidebar-toc__list {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.6;
    width: 340px;
    border-bottom: 3px solid #d8e1ea;
    border-top: 3px solid #d8e1ea;
    position: relative;
    height: 100%;
    overflow: scroll;
  }

  .sidebar-toc__list li ul {
    padding-left: 18px;
  }

  .sidebar-toc__list li a {
    display: inline-block;
    margin-bottom: 10px;
    color: #1565c0;
    text-decoration: underline;
  }

  @media screen and (min-width: 768px) {
    .sidebar-toc__list li a:hover {
      text-decoration: none;
    }
  }

  .sidebar-toc__list > li > a {
    font-weight: bold;
  }

  .column-cta {
    border-top: #1565c0 solid 6px;
    padding: 65px 50px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    margin-top: 80px;
  }

  @media screen and (max-width: 767px) {
    .column-cta {
      padding: 30px 30px 60px;
    }
  }

  .column-cta__heading {
    font-size: 25px;
    font-weight: bold;
    color: #1764c0;
    line-height: 30px;
  }

  .column-cta__introduction {
    margin-top: 40px;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  @media screen and (max-width: 767px) {
    .column-cta__introduction {
      display: block;
      margin-top: 20px;
    }
  }

  .column-cta__introduction--image {
    background: url(../../img/top/img_main_point_01.svg) no-repeat left top;
    padding-left: 125px;
    font-weight: bold;
    flex-basis: 238px;
    line-height: 40px;
  }

  @media screen and (max-width: 767px) {
    .column-cta__introduction--image {
      width: 238px;
      height: 100px;
      margin: 0 auto;
    }
  }

  .column-cta__introduction--image strong {
    display: block;
    color: #1764c0;
    font-size: 16px;
  }

  .column-cta__introduction--image strong span {
    font-size: 46px;
  }

  .column-cta__introduction--text {
    font-size: 18px;
    border-left: 1px solid #d0d0d0;
    padding-left: 20px;
    flex-basis: calc(100% - 238px);
  }

  @media screen and (max-width: 767px) {
    .column-cta__introduction--text {
      border-left: none;
      padding-left: 0px;
      margin-top: 10px;
    }
  }

  .column-cta__description {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
  }

  @media screen and (max-width: 767px) {
    .column-cta__description {
      margin-top: 10px;
    }
  }

  .column-cta__description--items {
    background-color: #ebf6fd;
    padding: 40px 30px;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 767px) {
    .column-cta__description--items {
      padding: 20px;
    }
  }

  .column-cta__description--items li {
    font-size: 20px;
    width: 100%;
    padding-left: 45px;
    background: url(../../img/common/icon_check.svg) no-repeat left 0px;
    line-height: 30px;
  }

  .column-cta__description--items li + li {
    margin-top: 20px;
  }

  .column-cta__description--items li strong {
    color: #1764c0;
  }

  .column-cta__buttons {
    margin-top: 40px;
  }

  @media screen and (max-width: 767px) {
    .column-cta__buttons {
      margin-top: 20px;
    }
  }

  .column-cta__buttons--items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .column-cta__buttons--items {
      display: block;
    }
  }

  .column-cta__buttons--items li {
    display: inline-block;
  }

  @media screen and (max-width: 767px) {
    .column-cta__buttons--items li {
      display: block;
    }
    .column-cta__buttons--items li + li {
      margin-top: 20px;
    }
  }

  .column-cta__buttons--items .c-button {
    width: auto;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    padding: 18px 60px 18px 35px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
  }

  @media screen and (max-width: 767px) {
    .column-cta__buttons--items .c-button {
      width: 100%;
      font-size: 3.5vmin;
      padding: 18px 30px 18px 15px;
    }
  }

  .column-cta__buttons--items .c-button::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 60px;
    background: url(../../img/common/icon_arrow_slide_s_w_r.svg) no-repeat
      center/contain;
    vertical-align: -3px;
    margin-left: 10px;
    top: 0px;
    right: 25px;
  }

  @media screen and (max-width: 767px) {
    .column-cta__buttons--items .c-button::after {
      right: 15px;
      height: calc(50% + 36px);
    }
  }

  /* -----------------------------
サービス一覧への動線
----------------------------- */
  .column__services {
    margin-top: 60px;
  }

  @media screen and (max-width: 767px) {
    .column__services {
      padding: 0 30px;
    }
  }

  /* -----------------------------
ダウンロードボタンが付いているお役立ち資料一覧
（SPでは説明文とボタンを非表示）
----------------------------- */
  .material__list {
    display: flex;
    flex-wrap: wrap;
    margin: -25px;
  }

  @media screen and (max-width: 767px) {
    .material__list.material__list--column-detail {
      flex-wrap: nowrap;
    }
  }

  .material__item {
    width: 50%;
    padding: 25px;
  }

  @media screen and (max-width: 767px) {
    .material__item {
      width: 100%;
      padding: 10px;
    }
  }

  .material__item .c-material-card__thumbnail {
    background: #e6eaea;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 200ms;
    transition: 200ms;
    opacity: 1;
  }

  .material__item .c-material-card__thumbnail:hover {
    opacity: 0.8;
  }

  @media screen and (max-width: 767px) {
    .material__item .c-material-card__thumbnail {
      -webkit-transition: none;
      transition: none;
    }
    .material__item .c-material-card__thumbnail:hover {
      opacity: 1;
    }
  }

  .material__item .c-material-card__thumbnail img {
    display: block;
    width: 100%;
    height: auto;
  }

  .material__item .c-material-card__body {
    margin-top: 25px;
  }

  @media screen and (max-width: 767px) {
    .material__item .c-material-card__body {
      margin-top: 10px;
    }
  }

  .material__item .c-material-card__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
    min-height: 3em;
  }

  @media screen and (max-width: 767px) {
    .material__item .c-material-card__title {
      -webkit-line-clamp: 3;
      max-height: 6em;
      min-height: 1px;
      font-size: 16px;
    }
  }

  .material__item .c-material-card__description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 104px;
  }

  @media screen and (max-width: 767px) {
    .material__item .c-material-card__description {
      display: none;
    }
  }

  .material__item .c-material-card__description br {
    display: none;
  }

  .material__item .c-material-card__more {
    margin-top: 35px;
    text-align: center;
  }

  @media screen and (max-width: 767px) {
    .material__item .c-material-card__more {
      display: none;
    }
  }

  /* =========================================
   Blog UI Refinement (SAN-3982)
   ========================================= */

  /* Layout */
  .l-contents {
    background: #f7f7f7;
  }

  .l-contents--column-single {
    .l-contents__inner {
      @media screen and (min-width: 768px) {
        justify-content: space-between;
        padding: 20px 0 100px;
        width: 1290px;
      }

      @media screen and (max-width: 767px) {
        padding-bottom: 0;
      }
    }
  }

  /* Main content area */
  .l-contents__main_bg {
    width: 100%;
    background: #fff;

    @media screen and (min-width: 768px) {
      max-width: 930px;
      border-radius: 6px;
      padding: 0;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }

    @media screen and (max-width: 767px) {
      margin-top: 16px;
    }

    .l-contents__main {
      max-width: 100%;
      margin: 0;

      @media screen and (min-width: 768px) {
        padding: 36px;
      }

      @media screen and (max-width: 767px) {
        .detail-column {
          padding-top: 16px;
        }

        .detail-column__header {
          padding: 0 16px;

          .detail-column__category a {
            white-space: normal;
          }
        }
      }
    }
  }

  /* Sidebar */
  .l-contents__sidebar {
    background: #fff;

    @media screen and (min-width: 768px) {
      max-width: 340px;
    }

    .c-side-section--category {
      margin-top: 0;
      padding: 32px 16px;
    }

    .c-side-section__heading {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 8px 0;
    }
  }

  /* Share buttons */
  .c-share__list {
    background: #f7f7f7;
  }

  /* Back number */
  .backnumber {
    @media screen and (max-width: 767px) {
      display: none;
    }
  }

  /* Article header sub */
  .detail-column__heading--sub {
    @media screen and (max-width: 767px) {
      margin-bottom: 0;

      .detail-column__buttons {
        justify-content: flex-start;
      }
    }
  }

  /* Article tags */
  .detail-column__tags {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
    gap: 4px;

    li a {
      display: inline-block;
      border: 1px solid #1565c0;
      border-radius: 100px;
      padding: 2px 10px;
      color: #1565c0;
      font-size: 13px;
      text-decoration: none;

      &:hover {
        background: #1565c0;
        color: #fff;
      }
    }
  }
}

figure {
  margin: 0;
}
