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