@charset "UTF-8";

.c-img--l2 img {
    max-width: 930px;
    max-height: 620px;
    width: 100%;
}
.list-p {
    font-size: 1.4rem;
}

@media screen and (max-width : 767px) {
    .c-img--l2 img {
    max-width: 100%;
    }

}