@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
*/
/************************************
** 	全体
************************************/
ol.is-style-num_circle li{/*リストの行間*/
	margin-top:0.8em;
	margin-bottom:0.8em;
}
.post_content{/*行間*/
	line-height: 2.0;
}
.post_content{/*ブロック間*/
	margin-bottom: 3.0em;
}
.bg-whitesmoke{
	background-color:#f5f5f5;
	border-radius: 10px;
	padding:1em;
}

/************************************
** ヘッダー
************************************/
/*ヘッダーのメニュー背景色*/
/*.l-header__inner{
	background-color:#f5b5ab;
}*/
.c-gnav>.menu-item>a .ttl {
font-size: 16px;
/*color: #006d4d;*/
font-weight: bold;
letter-spacing: 1.8px;
}

/************************************
** サイトマップ
************************************/
#sitemap_list li.home-item,
#sitemap_list li.cat-item{
	font-size:25px;
}