/* 240227 */
.sec_title .h2__en-text p {
    opacity: 0.6;
    font-family: 'Anek Devanagari', sans-serif;
    line-height: 1;
    font-weight: 600;
    color: #005baa;
    text-align: center;
    font-size: 35px;
    margin-top: 0;
  }

  .souzoku-list h2 {
    color: #005baa;
  }

  .pickup.souzoku-list:before {
    width: 100%;
    height: calc(100% - 362px);
    bottom: 0;
    left: 0;
    background: #F5F5F5;
    z-index: -1;
    opacity: 1;
    top: auto;
  }

  .case_dl {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 26px auto 0;
    justify-content: center;
  }

  .case_dl-item {
    width: calc(33.333% - 40px);
    position: relative;
    background: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    position: relative;
	  margin: 0px 20px;
  }


.inheritance__slider .slick-arrow {
  margin-left: 0;
  -webkit-transform: translateY(calc(-50% + 10px));
  transform: translateY(calc(-50% + 10px));
  width: 35px;
  height: 35px;
}
.inheritance__slider .slick-arrow.slick-prev {
    left: -30px;
    right: auto;
}
.inheritance__slider .slick-arrow.slick-next {
    left: auto;
    right: -30px;
}

.inheritance__slider .slick-arrow:before {
    background: none;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #005baa;
}
.inheritance__slider .slick-arrow.slick-next:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inheritance__slider .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


  @media (min-width: 769px) and (max-width: 1500px) {
    .case_dl{
      max-width: 1100px;
    }
  }

  @media (max-width: 1024px) {
    .case_dl-item {
      width: calc(100% - 25px);
    }
  }

  .case_dl-pic {
    text-align: -webkit-center;
  }

  .case_dl-text {
    padding: 10px 25px;
  }

  .souzoku-list .date {
    color: #9B9B9B;
    font-size: 14px;
    line-height: 1;
    display: block;
    letter-spacing: 0;
  }

  .souzoku-list .title {
    font-weight: 700;
    color: #005baa;
  }

  .case_dl-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .case_dl-item:hover dd .title {
    color: #333;
  }

  .footer-souzoku{
    justify-content: right;
    margin-top: 20px;
  }

  /*20240329*/
  .case_dl-item .new{
    position: relative;
  }
  .case_dl-item .new::before {
    position: absolute;
    content: "";
    width: 26.3456090652%;
    aspect-ratio: 393/201;
    background-size: cover;
    background-image: url(../images/new.webp);
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 1;
  }
  @media (max-width: 1024px) {
    .case_dl{
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
      background: #ffffff;
      width: 290px;
    }
    .case_dl-item{
      box-shadow: none;
      padding-top: 20px;
    }
    /* .case_dl-item + .case_dl-item{
      padding-top: 20px;
    } */
    .inheritance__slider .slick-arrow {
      width: 17px;
      height: 17px;
    }
    .inheritance__slider .slick-arrow:before {
    border-width: 3px 3px 0 0;
    }
  }
  @media (max-width: 768px) {
    .case_dl-item .new::before {
      /* left: -18px; */
      left: 2px;
      width: 24%;
      min-width: auto;
      top: 3px;
    }

  }
