

#case__slide .card-title {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 700;
    flex-grow: 1;            /* 空間を埋めるように伸びる */
    display: flex;           /* Flexboxにする */
    align-items: center;     /* 上下中央寄せ */
    justify-content: center; /* 左右中央寄せ */
    line-height: 1.24;
    text-align: center;
    width: 90%;
    border: none;
    margin-top: 0;
    padding: 0;
}
#case__slide .price-label {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    color: #000;
}

#case__slide .container {
  max-width: 100%;
}
#case__slide .box-title {
  max-width: 100%;
  width: 100%;
}

#case__slide .card-image img{
  margin: 0;
}
@media screen and (max-width:959px) {
  #case__slide .container {
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  #case__slide .card-title {
    width: 90%;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  #case__slide .swiper {
    padding-bottom: 80px!important;
  }
  
}
/* #case__slide .xx {} */