@charset "UTF-8";






  
slick-prev:focus,
.slick-prev {
/**/
  background: url('/common/img/module/visual-slider_bg_prev.png') center center / cover no-repeat !important;
  width: 50px;
  height: 66px;
  background-position-y: top !important;
}

.slick-next:focus,
.slick-next {
/**/
  background: url('/common/img/module/visual-slider_bg_next.png') center center / cover no-repeat !important;
  width: 50px;
  height: 66px;
  background-position-y: top !important;

}

.slick-next:hover {
    background: url('/common/img/module/visual-slider_bg_next.png') center center / cover no-repeat !important;
    background-position-y: bottom !important;

}
.slick-prev:hover{
    background: url('/common/img/module/visual-slider_bg_prev.png') center center / cover no-repeat !important;
    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;
}


.slick-dots li button:before{
opacity: 0.5;

}



.slick-next {

right: 0;

z-index: 99;
}
.slick-prev {

left: 0;
z-index: 1;

}


.slider_area::after {
content: '';
clear: both;
display: table-cell;
}


@media screen and (max-width:767px) {


body .slick-prev:focus,
body .slick-prev {

  width: 25px;
  height: 33px;
  background: url(/common/img/module/visual-slider_bg_prev.png) no-repeat 0 0;
  background-size: 25px auto;

}

body .slick-next:focus,
body .slick-next {
/**/
width: 25px;
  height: 33px;
    left: auto;
  right: 0;
  background: url(/common/img/module/visual-slider_bg_next.png) no-repeat right 0;
  background-size: 25px auto;
}


}



