@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 737px) {

    .c-content-wrap {
        background: none !important;
        margin: 0;
        padding: 0;
    }
    .c-top-bg {
        display: none !important;
    }
    .teaser_redirect {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        font-family: "-apple-system", "Helvetica Neue", Verdana, sans-serif;
        font-size: 18px;
        min-height: 600px;
        width: 100%;
    }

    .teaser_redirect div {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
}


/*




SP





*/

@media screen and (max-width: 736px) {
    .teaser_redirect {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        -webkit-text-size-adjust: 100%;
        font-family: "-apple-system", "Helvetica Neue", Verdana, sans-serif;
        font-size: 15px;
        min-height: 400px;
        margin: 0 auto;
        width: 80%;
    }

    .teaser_redirect div {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
}
