@charset "utf-8";
/* CSS Document */

/* 全体
----------------------------*/
/* 見出し */
.ttl_info5{
    padding: 0 20px 5px;
}
.ttl_info5 img{
    display: block;
    margin: 0 auto;
    width: 100%;
}


/* swiper
----------------------------*/
.mySwiperAuto {
    margin-top: 0.5rem;
    /*padding: 0 20px 40px;*/
    position: relative;
}
.mySwiperAuto .swiper-slide {
    box-sizing: border-box;
    padding: 0 20px 40px;
}

/* 矢印 */
.info5 .mySwiperAuto .swiper-button-next,
.info5 .mySwiperAuto .swiper-button-prev {
    background: #ffffff80;
    border: 1px solid;
    border-radius: 500px;
    color: #555;
    height: 24px;
    width: 24px;
}
.info5 .mySwiperAuto .swiper-button-next::after,
.info5 .mySwiperAuto .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 300;
}
.info5 .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset, 5px);
}

/* ページネーションドット */
.mySwiperAuto .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.mySwiperAuto .swiper-pagination-bullet {
  background: #666;
  opacity: 0.4;
  width: 10px;
  height: 10px;
}
.mySwiperAuto .swiper-pagination-bullet-active {
  opacity: 1;
  background: #555;
}

/* 停止ボタン */
.mySwiperAuto .swiper-controls {
    position: absolute;
    bottom: 9px;
    right: 40%;
    z-index: 10;
}
.mySwiperAuto .swiper-toggle {
    background: none;
    border: none;
    font-size: 18px;
    color: #555;
    cursor: pointer;
}
.mySwiperAuto .swiper-toggle img {
  width: 13px;   /* 好きなサイズ */
  height: 13px;  /* アスペクト比を維持したいなら height は auto でもOK */
  display: block; /* ボタン内で余計な隙間を消す */
}
