/*この中にdisplay:flex*/
/*この中にjustify-content:flex-start;*/
.big-1{
    
}

/*この中にdisplay:flex*/
/*この中にjustify-content: center;*/
.big-2{
    
}

/*この中にdisplay:flex*/
/*この中にjustify-content: flex-end;*/
.big-3{
    

}

/*この中にdisplay:flex*/
/*この中にjustify-content: space-around;*/
.big-4{
    

}

/*この中にdisplay:flex*/
/*この中にjustify-content: space-between;*/
.big-5{
    
    
}