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

    .pc_only{
        display: block;
    }

.use_step{
    display: flex;
    align-items: center;
}

.use_step_home{
    width: 100%;
    max-width: 160px;
    height: auto;
}

.use_step>div{
    margin-left: 20px;
}


.use_arrow{
    width: 20px;
    height: 49px;

}

.w_500{
    width: 100%;
    max-width: 500px;
}

@media screen and (max-width: 640px) {
    
    .pc_only{
        display: none;
    }
    
    .use_step{
        display: block;
        margin: 0 auto;
    }
    
    .use_step>div{
        margin-left: auto;
        margin-right: auto;
    }
    
    .use_step_home{
    max-width: 250px;
}
    
    .use_step .use_arrow{
        margin: 0 auto;
        transform: rotate(90deg);
    }
}
