@charset "utf-8";
/* CSS Document */

#contents .flex{
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 640px){
	#contents .flex{
        flex-direction: column;
        align-items: center;
    }
    
    #contents .flex figure:last-child{
        margin-top: 2em;
    }
}