@charset "UTF-8";

.m-notice-item {
    max-width: 900px;
}

.m-font-size-13 {
    font-size: 13px;
}

@media only screen and (max-width: 768px) {

    .m-notice-title {
        font-size: 24px;
    }

    .m-notice-content {
        font-size: 16px;
    }

}
