@charset "utf-8";
.paragraph {
    margin: 20px auto 30px;
}
.img_cont {
    display: flex;
    justify-content: space-around;
}
.img_cont img {
    height:200px;
    border: solid 1px #9f9f9f;
}
.part2 img {
    height:280px;
}
.coming {
    margin:10px;
    font-size:1.4rem;
}
@media screen and (max-width: 768px) {
    .img_cont {
        flex-wrap: wrap;
    }
    .img_cont img {
        height: 30vw;
        margin-top: 10px;
    }
    .part2 img {
        height:40vw;
    }
}