@charset "utf-8";
/* CSS Document */


.slider_box {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    overflow-x: auto;
    margin: 2% auto 8%;
}
.slide_thumb {
  width: 25%;
}
    

.point_video {
    display: block;
    width: 100%;
    margin: 0 auto 2%;
}
.point_video iframe {
    width: 100%;
}


@media only screen and (max-width:750px){
    .slider_box {
        justify-content: flex-start;
    }
    
    .slide_thumb {
      width: 230px;
    }
        
    .slide_thumb video {
        width: 230px!important;
        max-width: inherit; 
    }
	
    .point_video {
        width: 230px;
    }

}