@charset "UTF-8";

@media screen and (min-width: 751px) {

.sp_view {
	display: none;
}

.pc_view {
	display: block;
    margin-top: 63px;
}

.lp_wrap .howtouse .slider_wrap .slider .slick-arrow {
	width: 2%;	
}

.lp_wrap .howtouse .slider_wrap .slider .slick-dots li {
    width: 1.6%;
    height: 130%;
    margin: -2% 1%;	
}
	
}


@media screen and (max-width: 750px) {

	.sp_view {
		display: block;
        margin-top: 63px;
	}
	
	.pc_view {
		display: none;
	}
	
.lp_wrap .howtouse .slider_wrap .slider .slick-arrow {
	width: 3.2%;	
}

.lp_wrap .howtouse .slider_wrap .slider .slick-dots li {
    width: 2.5%;
    height: 100%;
    margin: 0% 1%;	
}	
	
	
	
}