@charset "UTF-8";

/* CSS Document */

/*



PC



*/

@media (min-width: 750px) {
    .teaser_redirect {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
        font-size: 18px;
        min-height: 600px;
        width: 100%;
    }

    .teaser_redirect div {
        text-align: center;
        width: 100%;
    }


}



/*



SP



*/

@media (max-width: 749px) {
    .teaser_redirect {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
        font-size: 15px;
        min-height: 400px;
        margin: 0 auto;
        width: 80%;
    }

    .teaser_redirect div {
        text-align: center;
        width: 100%;
    }
}
