/* 20251224 問い合わせボタンの追加 */
#page_top .scn--f-mail-link {
    flex-direction: column;
    background: #C9C9C9;
    color: #fff;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    #page_top .scn--f-mail-link {
        display: none;
    }
}