@charset "UTF-8";

/*bigger than 640-----------------------------*/
@media screen and (min-width:640px) { 
/*content2*/
.slider1{
    width:1000px;
    height: 575px;
    margin:0 auto;
    height:auto!important;
}
/*content3*/
.slider2{
    width:1000px;
    height: 575px;
    margin:0 auto;
    height:auto!important;
}
/*content4*/
.slider3{
    width:1000px;
    height: 575px;
    margin:0 auto;
    height:auto!important;
}
}


/*smaller than 640-----------------------------*/
@media screen and (max-width:640px) {
.slider1{
    width:100%;
    margin:0 auto;
    height:auto!important;
    margin-top: 2rem;
}
/*content3*/
.slider2_sp{
    width:100%;
    margin:0 auto;
    height:auto!important;
    margin-top: 5rem;
}
.slider2_sp img{
    width:100%;
}
/*content4*/
.slider3{
    width:100%;
    margin:0 auto;
    height:auto!important;
    margin-top: 2rem;
}
}
