@charset 'UTF-8';

/* 矢印 */
.slick-prev       { position:absolute; top:0; left: 0; bottom:0; z-index:4; display:block; width:44px; height:44px; margin:auto 0; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/wt/prev.svg) no-repeat center center #0099ff; transition:all 0.2s ease; background-size:16px; border-radius:0 10px 10px 0; }
.slick-next       { position:absolute; top:0; right:0; bottom:0; z-index:4; display:block; width:44px; height:44px; margin:auto 0; text-indent:150%; white-space:nowrap; overflow:hidden; border:none; cursor:pointer; background:url(../../img/common/wt/next.svg) no-repeat center center #0099ff; transition:all 0.2s ease; background-size:16px; border-radius:10px 0 0 10px; }

.slick-prev:hover { background-position:30% center; background-color:#005cff; }
.slick-next:hover { background-position:70% center; background-color:#005cff; }

/* ドット */
.slick-dots                                   { position:absolute; bottom:-20px; left:0px; z-index:2; width:100%; display:block; list-style:none; text-align:center; }
.slick-dots li                                { position:relative; width:10px; height:10px; margin:0px 6px 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            { opacity:1; background:rgba(255,255,255,0.6); }
.slick-dots li button:before                  { content:""; position: absolute; top:0px; left:0px; width:5px; height:5px; background:#eeeeee; border:1px solid #ddd; -webkit-border-radius:50%;-moz-border-radius:50%; border-radius:50%; -webkit-transition:all 0.1s ease; -moz-transition:all 0.1s ease; -o-transition:all 0.1s ease; transition:all 0.1s ease; }
.slick-dots li.slick-active button:before     { content:""; position: absolute; top:0px; left:0px; width:7px; height:7px; background:#ffc71c; border:none; }
