@charset "UTF-8";

/* slick-theme.cssの内容の書き換え */

.slick-dots {
  bottom: 5px;
}

.slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
  opacity: 0.6;
  background-image: url(../../img/home/slide-show-dot-unselected.png);
  background-size: contain;
}

.slick-dots li.slick-active button:before {
  opacity: 0.8;
  background-image: url(../../img/home/slide-show-dot-selected.png);
}