@charset "utf-8";
/* CSS Document */

.mv-sub {
    display: flex;
    height: 300px;
    background: #c8c8c8;
    justify-content: center;
    align-items: center;
}

h1.mv-sub-ttl {
    color: #333333;
}