@charset 'UTF-8';

/* 矢印 */
.slick-prev                        { position:absolute; top:0; left: 0x; bottom:0; z-index:4; display:block; width:50px; height:50px; margin:auto 0; border:none; cursor:pointer; background:url(../../img/common/wt/prev.svg) no-repeat center center; transition:.2s; background-size:30px; text-indent:150%; overflow:hidden; }
.slick-next                        { position:absolute; top:0; right: 0; bottom:0; z-index:4; display:block; width:50px; height:50px; margin:auto 0; border:none; cursor:pointer; background:url(../../img/common/wt/next.svg) no-repeat center center; transition:.2s; background-size:30px; text-indent:150%; overflow:hidden; }
.slick-prev:hover                  { background-position:20% center; }
.slick-next:hover                  { background-position:80% center; }

/* ドット */
.slick-dots                        { position:absolute; left:0; right:0; bottom:-40px; display:flex; justify-content:center; width:80%; margin:0 auto; list-style:none; }
.slick-dots li                     { margin:0 8px 8px 0; cursor:pointer; }
.slick-dots li button              { display:block; width:6px; height:6px; padding:0; color:transparent; background:#fff; border:0; border-radius:6px; outline:none; cursor:pointer; transition:.3s ease-in-out; }
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button { background:#0f66fe; }
