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

/* 参考出典用のカスタムクラス */
.my-source {
    display: block;
    text-align: left;    /* 左寄せ */
    padding-left: 2em;   /* 全体インデント（左余白） */
    font-style: italic;   /* イタリック（斜体） */
    font-size: 0.8em;    /* 少し小さく */
    color: #666;          /* 文字色を少し薄く */
    margin-top: 10px;     /* 上の文章との間隔 */
}

/* パンくずリストの文字色を変更するCSS */
#breadcrumb { 
	color: #333; 
}
#breadcrumb a { 
	color: #1176d4; 
}

/* 括弧ボックスの::before部分の背景や枠線を白にする例 */
.is-style-kakko_box::before {
    border-color: #ffffff !important; /* 枠の色だけを白にする */
    background-color: transparent !important; /* 背景は透明のままにする */
}
.is-style-kakko_box::after {
    border-color: #ffffff !important; /* 枠の色だけを白にする */
    background-color: transparent !important; /* 背景は透明のままにする */
}