/**
 * Dreseo Core CSS
 * 全ページで共通で読み込まれるスタイル
 */

/* ========================================
   SWELL見出しスタイルのリセット
   ========================================
   SWELLデフォルトの見出し左ボーダーを削除
*/

/* h2見出し - 左ボーダー削除 */
.post_content h2,
.c-postContent h2,
.swell-block-columns h2,
h2.is-style-border_left,
h2[class*="is-style-"] {
    border-left: none !important;
    padding-left: 0 !important;
}

/* h3見出し - 左ボーダー削除 */
.post_content h3,
.c-postContent h3,
.swell-block-columns h3,
h3.is-style-border_left,
h3[class*="is-style-"] {
    border-left: none !important;
    padding-left: 0 !important;
}

/* h4見出し - 左ボーダー削除 */
.post_content h4,
.c-postContent h4,
h4.is-style-border_left,
h4[class*="is-style-"] {
    border-left: none !important;
    padding-left: 0 !important;
}

/* SWELLのブロックスタイル全般 */
.is-style-border_left {
    border-left: none !important;
    padding-left: 0 !important;
}

/* SWELLの投稿コンテンツ内の見出し全般 */
.swell-block-fullWide h2,
.swell-block-fullWide h3,
.swell-block-fullWide h4 {
    border-left: none !important;
    padding-left: 0 !important;
}