@charset 'utf-8';


.boxSlideWrap{
  min-width: 100%;
}
.boxSlide{
  position: relative;
  /*max-width: none;*/
  min-width: auto;
  width: 100%;
}
.boxSlideList{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.boxSlideLine{
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
.boxSlideOne{
  position: relative;
  float: left;
  width: 233px;/*32%*/
  margin-right: 17px;/*2%*/
  /*width: 100%;
  margin-right: 0;*/
}
.boxSlideOne:last-child{
  margin-right: 0;
}
.slideNaviL,
.slideNaviR{
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.slideNaviL{
  left: 0.7%;
}
.slideNaviR{
  right: 0.7%;
}




@media screen and (max-width: 640px){/* Sp ***************/


.boxSlide{
  position: relative;
  /*width: 100%;*/
}
.boxSlideList{
  position: relative;
  overflow: hidden;
  width: 85%;
  max-width: none;
  margin: 0 auto;
}
.boxSlideLine{
  position: absolute;
  top: 0;
  left: 0;
}
.boxSlideOne{
  position: relative;
  float: left;
  /*width: 32%;
  margin-right: 2%;*/
  width: 48%;
  margin-right: 4%;
}
.boxSlideOne:last-child{
  margin-right: 0;
}
.slideNaviL,
.slideNaviR{
  display: inline-block;
  position: absolute;
  z-index: 13;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.slideNaviL{
  left: 0;
}
.slideNaviR{
  right: 0;
}


}/* /Sp **************/