@charset "UTF-8";



.slick-prev:focus,
  .slick-prev {
  /**/
    background: url('/common/img/module/visual-slider_bg_prev.png') center center / cover no-repeat;
    width: 50px;
    height: 66px;
    background-position-y: top;
  }

  .slick-next:focus,
  .slick-next {
  /**/
    background: url('/common/img/module/visual-slider_bg_next.png') center center / cover no-repeat;
    width: 50px;
    height: 66px;
    background-position-y: top;

  }

  .slick-next:hover {
      background: url('/common/img/module/visual-slider_bg_next.png') center center / cover no-repeat;
      background-position-y: bottom !important;

  }
  .slick-prev:hover{
      background: url('/common/img/module/visual-slider_bg_prev.png') center center / cover no-repeat;
      background-position-y: bottom !important;

  }


  .slick-prev:before {
      /*opacity: 1;*/
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '';
      
  }

  .slick-next:before {
      /*opacity: 1;*/
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '';
      
  }
  .slick-prev:hover:before {
      opacity: 1;
  }

  /*左右の矢印の色を変える*/
  .slick-prev:before,
  .slick-next:before {
      /*color: #000;*/
      color: #4d9cf9;
      font-size: 40px ;
    }
  /*左右の矢印の位置を変える*/
  .slick-next {
      right: 0px;
      z-index: 9;
  }
  .slick-prev {
      left: 0px;
      z-index: 9;
  }
  /*スライド数のドットの色を変える*/
  .slick-dots li.slick-active button:before,
  .slick-dots li button:before {
      /**/color: #3073e1;

  }


  .slick-dots li.slick-active button:before,
  .slick-dots li button:before .active {
      margin: 0;
      border: 2px solid #3073e1;
      background: #fff;
  }





button[id^="js-"]  {

font-size: 0;
border: 0;
position: relative;
width: 15px;
height: 15px;
background: #fff;
cursor: pointer;
padding: 0;
box-sizing: border-box;
outline: none;

}

.slick-dots li button:before{
opacity: 0.5;

}

button[id^="js-stop"]::before { 
  display: block;
content: "";
position: absolute;
top: 50%;
width: 5px;
height: 12px;
margin-top: -6px;
border-right: 5px solid #3073e1;
border-left: 5px solid #3073e1;
}

button[id^="js-play"]::before {   

display: block;
content: "";
position: absolute;
top: 50%;
width: 0;
height: 0;
margin-top: -6px;
border: 6px solid transparent;
border-left: 10px solid #3073e1;
}

.js_button {

position: relative;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

.js_button::after {
content: '';
clear: both;
display: table-cell;
}

.slider_area::after {
content: '';
clear: both;
display: table-cell;
}

.slick-next {

 right: 0;
 
z-index: 77;
}
.slick-prev {

left: 0;
z-index: 1;

}

.thumb-item-nav li {

cursor: pointer;

}

.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}



