@charset "UTF-8";

.c-img--l2 img {
    max-width: 715px;
    max-height: 510px;
}

.c-img--s2 img {
    max-width: 160px;
    max-height: 150px;
}

.c-img--m2 img {
    max-width: 500px;
    max-height: 200px;
}

.l-img__title__bold {
    font-weight: bold;
    color: #0e3192;
}

.article-font {
    font-weight: bold;
}

.article-small {
    font-size: 1.4rem;
}

@media screen and (max-width : 767px) {
    .c-img--m2 img {
        max-width: 100%;
    }

    .c-img--l2 img {
        max-width: 100%;
    }

    .c-img--s2 img {
        max-width: 100%;
        width: 150px;
    }

}

