.single-sp_news .entry-content .shonan-easy-news-image,
.single-sp_news article .shonan-easy-news-image {
  margin-top: 0;
  margin-bottom: clamp(26px, 5vw, 44px);
}

.single-sp_news .shonan-easy-news-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 16px 44px rgba(23, 54, 82, 0.12);
}

