@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.-sidebar-on #sidebar {
	width: 200px !important;
}

@media (min-width: 960px) {
	.-sidebar-on .l-mainContent {
		width: calc(100% - 200px - var(--swl-sidebar_margin));
	}
}

.txt_1 {
	font-size:80%;
	font-weight:bold;
}



.l-mainArea {
    margin-right: 40px; /* デフォルトより小さく */
}

.l-sidebar {
    margin-left: 40px; /* デフォルトより小さく */
}

