@charset "UTF-8";

* {
  min-height:0;
  min-width : 0;
}

.bodyProduct{
  overflow-x: hidden;
}

.pageProduct_box_1{
  flex-direction: row;
}
.pageProduct_box_2{
  flex-direction: row-reverse;
}


.slide-contents table tr td ul{
  padding: 0;
}
.slide-contents table tr td ul li{
  line-height: 1.5;
}
.slide-contents table tr td ul li:not(:last-of-type){
  margin: 0 0 10px;
}
