/* 2026/09/15 */
/* イラストだけを調整。ボタンサイズには影響させない */
.sec-list__info .new-bnr-item .img img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

/* 1個目 */
.sec-list__info .new-bnr-item:nth-child(1) .img img {
  max-width: 68%;
  max-height: 68%;
  transform: translate(-50%, -50%);
}

/* 2個目 */
.sec-list__info .new-bnr-item:nth-child(2) .img img {
  max-width: 78%;
  max-height: 72%;
  transform: translate(-50%, -50%);
}

/* 3個目 */
.sec-list__info .new-bnr-item:nth-child(3) .img img {
  max-width: 70%;
  max-height: 70%;
  transform: translate(-50%, -50%);
}
