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

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 80px;
}

/* パン屑リスト・公開日の文字色指定 */
.p-articleMetas,
.p-breadcrumb{
	color:#aaaaaa;
}

/* 目次のフォント設定 */
ul.p-toc__list li {
color:#333;
font-weight:bold;
}
ul.p-toc__list li li {
font-weight:normal;
color:#666;
}
.p-toc__ttl{
font-weight:bold;
color:#000;
}
.p-toc__ttl::before{
font-weight:normal;
}
.p-toc {
margin-bottom:16px!important;
}
