@charset "UTF-8";

.c-img--l2 img {
    max-width: 800px;
    max-height: 530px;
}
.article-text {
    text-align: center;
}

@media screen and (max-width : 767px) {
    .c-img--l2 img {
    max-width: 100%;
    }
}

