@charset "utf-8";


@media screen and (min-width:768px) {
    #aeon_app .main_title .inner {
        min-width: 900px;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .page_top{
    display: none;
    }
}

