@charset "utf-8";

#cc_activity__article {}

.contents__body .article__photo__hight {
    width: 40% !important;
}
@media screen and (max-width:480px) {

    /*　画面サイズが480pxからはここを読み込む　*/
    .contents__body .article__photo__hight {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .contents__body .article__photo__hight img {
        width: 80%;
    }

}