@charset "utf-8";

.swiper__content {
  width: min(100%, 700px);
  margin: 0 auto 50px;
}

.swiper {
  display: flex;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/* スライド数／総数 */
.swiper-pagination {
    font-size: 30px;
    font-weight: 700;
    color: #087c00;
}

.swiper-pagination-current {
    color: #ff00dd;
}

.swiper-pagination-total {
    color: #172eff;
}
