@charset "UTF-8";

.article-sub_title {
    font-size: 1.6rem;
    color: #000;
    padding-left: 35px;
}
.c-img--s2 img {
    max-width: 220px;
    max-height: 240px;
}
.article-font {
    font-size: 1.8rem;
    color: #0e3192;
    font-weight: bold;
}

.c-img--s1 img {
    max-width: 200px;
    max-height: 220px;
}
@media screen and (max-width : 767px) {
    .c-img--s2 img {
    width: 100%;
    }

    .c-img--s1 img {
    width: 100%;
    }
}