@charset "UTF-8";

.comtitle {
    width: 500px;
}

.communityja2 {
    width: 500px;
}

.communityen2 {
    width: 500px;
}

.communityillust2 {
    width: 500px;
    margin-left: auto;
}


@media screen and (max-width:768px) {
    body {
        background-color: aliceblue;
    }

    .comtitle {
        width: 400px;
    }

    .communityen2 {
        margin-top: 100px;
    }

    .communityillust2 {
        margin: 0;
        margin-top: 100px;
    }

}