@charset "UTF-8";

 /********ドットカスタマイズ*******/
  .slick-dots li:nth-of-type(1) button:before{
    background: url("../img/number1.png") no-repeat;
    background-size: contain!important;
  }
  .slick-dots li:nth-of-type(2) button:before{
    background: url("../img/number2.png") no-repeat;
    background-size: contain!important;
  }
  .slick-dots li:nth-of-type(3) button:before{
    background: url("../img/number3.png") no-repeat;
    background-size: contain!important;
  }
  .slick-dots li button:before{
    content: ''!important;
    height:100%!important;
    width: 100%!important;
  }
  .slick-dots li{
    width: 33px!important;
    height:33px!important;
    margin: 5!important;
  }
  .slick-dots li button{
    width:auto!important;
    height:auto!important;
  }
  .slick-dots{
    bottom: initial!important;
    margin-top: 0px!important;
  }