@charset "utf-8";

/* common.cssの設定を連携しているため変更点や追加点のみ記載 */
body {
    background: none;
    background-color: var(--primary-whiteLow);
}

.topic {
    line-height: 0.8;
    margin-bottom: 60px;
}

.mc_txt {
    display: none;
}


@media screen and (min-width: 769px) {
    .topic {
        margin-top: 150px;
        line-height: 0.6;
    }

    .menu {
        margin: 200px auto 200px;
    }
    
}/* pc 769px */
