/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 04:27:08 */
/*エディター用css*/
/*===============*/
/*見出し用css*/
.s_title_large_font{
	font-size:24px;
	font-weight:bold;
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
	line-height:1.5em;
	color:black;
	letter-spacing:1px;
	padding-top:18px;
	padding-left:21px;
	padding-right:20px;
	padding-bottom:18px;
	border-top:solid 2px black;
	border-bottom:solid 2px black;
	background-color:#e0e6ea;
}
.s_title_middle_font{
	font-size:20px;
	font-weight:bold;
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
	line-height:1.5em;
	color:black;
	letter-spacing:1px;
	padding-top:5px;
	padding-left:21px;
	padding-right:20px;
	padding-bottom:5px;
	margin-top:20px;
	border-left:solid 6px black;
}
.s_title_small_font{
	font-size:16px;
	font-weight:bold;
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
	line-height:1.5em;
	color:black;
	letter-spacing:1px;
}
/*===============*/
/*本文用_背景装飾*/
.s_title_gray_back{
	background-color:#d1ede9;
	font-weight:bold;
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
}
/*===============*/
/*本文用*/
.s_text_font{
	font-size:16px;
	font-weight:400;
	font-family: YakuHanJP,"Noto Sans JP", sans-serif;
	line-height:1.7em;
	color:black;
	letter-spacing:1px;
}
/*===============*/
/*リンク*/
.s_link_font{
	color:brown;
}