
@charset "UTF-8";
/* CSS Document */


.top{
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.gif{
    margin: 0 auto;
    display: flex;
    width: 40%;
    margin-top: 50px;
    height: auto;
}

.setumei{
    width: 35%;
    margin: 0 auto;
    display: flex;
    height: auto;
}

.junsei{
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-top: 10px;
}

.hasamikomi{
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: flex;
}

.hasamikomi2{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
}

.gif2{
    margin: 0 auto;
    display: flex;
    width: 30%;

}

.point2_1{
    margin: 0 auto;
    display: flex;
    width: 30%;
    height: auto;
}

.pointomidashi{
    margin: 0 auto;
    display: flex;
    width: 30%;
    height: auto;
}

.ecu{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
    padding-top: 50px;
}


.damper{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
    padding-top: 30px;
}

.closer{
    margin: 0 auto;
    display: flex;
    width: 35%;
    height: auto;
    padding-top: 30px;
}




  
 
@media screen and (max-width:480px){
    .top{
        width: 100%;
        height: auto;
    }
    .gif{
        width: 100%;
        height: auto;
    }
    .setumei{
        width: 100%;
        height: auto;
    }
    .junsei{
        width: 100%;
        height: auto;
    }
    .hasamikomi{
        width: 100%;
        height: auto;
    }
    .hasamikomi2{
        width: 100%;
        height: auto;
    }
    .gif2{
        width: 100%;
        height: auto;
    }
    .point2{
        width: 100%;
        height: auto;
    }
    .pointomidashi{
        width: 100%;
        height: auto;
    }
    .ecu{
        width: 100%;
        height: auto;
    }
    .damper{
        width: 100%;
        height: auto;
    }
    .closer{
        width: 100%;
        height: auto;
    }
}
