@charset "utf-8";

@media only screen and (max-width:768px) {

    .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 20vw;
    }

    .mMod0 {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .mMod3{
        padding: 0 16vw;
    }

    .mMod3 span {
        font-size: 10vw;
        margin-bottom: 1vw;
    }

    .mMod3 .txt {
        font-size: 8vw;
    }
}