@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 #1a2e87; transition:all 0.2s ease; background-size:14px; border-radius:0 10px 10px 0; }
.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 #1a2e87; transition:all 0.2s ease; background-size:14px; border-radius:10px 0 0 10px; }
.slick-prev:hover { background-position:20% center; background-color:#003399; }
.slick-next:hover { background-position:80% center; background-color:#003399; }

/* ドット */
.slick-dots                               { position:absolute; bottom:0; left:0; z-index:2; width:100%; display:block; list-style:none; text-align:center; }
.slick-dots li                            { position:relative; width:20px; height:10px; margin:0px 5px 15px 5px; cursor:pointer; display:inline-block; }
.slick-dots li button                     { font-size:0; line-height:0; display:block; width:10px; height:10px; cursor:pointer; color:transparent; border:0; outline:none; background:transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus               { outline:none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before        { background:#d3ea2a; }
.slick-dots li button:before              { background:rgba(0,0,0,0.8); content:""; position: absolute; top:0px; left:0px; width:20px; height:1px; -webkit-transition:all 0.1s ease; transition:all 0.1s ease; }
.slick-dots li.slick-active button:before { background:#d3ea2a; }

@media screen and (max-width:760px){
.slick-prev { border-radius:0 5px 5px 0; }
.slick-next { border-radius:5px 0 0 5px; }
}
