@charset "UTF-8";

.c-img--s1 img {
    max-width: 130px;
    max-height: 130px;
}

.c-img--l1 img {
    max-width: 575px;
    max-height: 670px;
}

.article-l-img {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.article-w {
    max-width: 100%;
    width: 80%;
}

@media screen and (max-width : 767px) {

    .c-img--s1 img {
    width: 100%;
    }

    .c-img--l1 img {
    width: 100%;
    }
    .article-l-img {
    flex-direction: column;
    align-items: center;
    }
}