@charset "Shift_JIS";
/* Updated 2024/11/19.T */

.otherbox .img01 {
  width: 100%;
  text-align: center;
}

/* PC Only */
@media screen and (min-width: 768px) {
  .card-imgBlock01 > .inner > .text {
    width: 480px;
  }
  .otherbox .detail-list01 > .title {
    text-align: center;
  }
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .card-imgBlock01 > .inner > .img {
    margin-right: 0;
    margin-left: 0;
  }
  .card-imgBlock01 > .inner > .img img {
    width: 339px;
  }
  .otherbox .detail-list01 > .title {
    text-align: left;
  }
  .otherbox .img01 img {
    width: 339px;
    max-width: 100%;
  }

  .carousel-block01 > .list .item > .inner {
    max-width: 339px !important;
  }
}