@charset "utf-8";
/* CSS Document */

.block-illust {
    text-align: center;
    padding: 2em;
}
.block-illust img {
    display: block;
    max-width: 100%;
        margin: 0 auto;
    padding-bottom: 3em;
}

/* ■■■ここからスマホ用■■■ */
@media (max-width: 639px) {
.block-illust {
    padding: 1em;
}


}