@charset "utf-8";



/* poster */

.contents section {
    display:flex; flex-flow:row wrap; justify-content:space-between; align-content:flex-start; align-items:flex-start;
}
.contents section p {
    width:100%;
    margin: 0 0 50px;
}
.contents section img {
    max-width:32%;
    margin: 0 0 20px;
}

@media only screen and (max-width:640px){
    
    .contents section img {
        max-width:100%;
    }
}

