@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
*/





a.p-toc__link.current {
  background-color: #ccffff !important;
}





/* テーブルの文字を少し小さくする */

.post_content table {
	font-size: 14px;
}





/* 見出し3「左に縦線」に背景色をつける */

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: var(--color_gray);
}




