/*
Theme Name: SWELL Child
Template: swell
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&display=swap');

body,
.swell-block-faq__q,
.swell-block-faq__a,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div,
.wp-block-paragraph,
input, textarea, select, button {
    font-family: 'M PLUS Rounded 1c', sans-serif !important;
}

/* マイページ MV 非表示 */
.page-id-4970 #main_visual {
    display: none !important;
}

/* 動画とドライブボタンのスペース統一 */
.di-video-wrap { margin-bottom: 0 !important; }
.di-video-wrap + p:empty,
.di-video-wrap + p > br:only-child { display: none !important; }
.entry-content .di-video-wrap + * { margin-top: 50px !important; }

/* 管理者マニュアル メニュー 文字色：紫 */
.admin-manual-menu > a,
.admin-manual-menu > a:hover,
.sub-menu .admin-manual-sub > a,
.sub-menu .admin-manual-sub > a:hover {
    color: #8c5ce0 !important;
}

/* サイドバーウィジェットタイトル 文字色 30%明るく */
.c-widget__title.-side {
    color: #707070 !important;
}
