@charset "utf-8";
/*
Theme Name: IHCSA
Theme URI: http://www.a-plus.jp/
Template: lightning
Description: 
Author: A-PLUS
Tags: 
Version: 0.1.5
*/

/* ---------------------------------------
 * Lightning G3 (15系) 対応
 * サイドバー横並びレイアウト + 左サイドバー化
 * (Bootstrap 5 の grid が期待通りに効かない場合の保険)
 * --------------------------------------- */
@media (min-width: 992px) {
    .siteContent .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    /* メインカラム: 見た目は右側に(order:2) */
    .siteContent .mainSection {
        flex: 0 0 auto !important;
        width: 66.666667% !important;
        max-width: 66.666667% !important;
        float: none !important;
        order: 2 !important;
        margin-left: 8.333333% !important;
    }
    /* サイドバー: 見た目は左側に(order:1) */
    .siteContent .subSection {
        flex: 0 0 auto !important;
        width: 25% !important;
        max-width: 25% !important;
        margin-left: 0 !important;
        float: none !important;
        clear: none !important;
        order: 1 !important;
    }
}
