@charset "utf-8";
h1 {}

h2 {font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	padding: 5px 0px 5px 30px;
	border-radius: 8px;
	color:#645D56;
	line-height: 1.4;
	margin: 0 0 15px;
	font-weight: 700;
	background-color:#B4F185;
	background-image:url("../image/texture/texture_ws100.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
	position: relative;}

h2:before{content:"";
display: block;
border: 3px solid #F8F007;
border-radius: 50%;
width: 15px;
height: 15px;
box-sizing: border-box;
position: absolute;
left: 10px;
top: 12px;}

h3 {font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0px 0px 8px 25px;
	font-weight: 700;
	color:#3BB149;
	border-bottom: 1px dashed #3BB149;
	line-height: 28px;

	clear: both;
	
	position: relative;
	background-image:url("../image/common/h3.png");
	background-repeat: no-repeat;
	background-size: auto 28px;
	background-position:left top;
	/*text-shadow: 2px 2px 0 #fff;
	border-radius: 7px;
	background-color:#E8DABA;*/
	
}



h4 {
	margin: 0 0px 10px;
	padding: 3px 10px;
	font-size: 19px;
	font-weight: bold;
	clear: both;
	color:#8C6900;
	/*border-top: 3px solid #50E2B8;
	border-bottom: 1px dashed #A1D2C4;*/
	background: #DFF0C9;
}

h5 {
	color: #0069B7;
	font-size: 17px;
	border: 1px dashed #3EADE9;
	padding: 5px;
	margin: 0 0 10px;
	font-weight: bold;
}

h6 {color: #8C6900;
	font-size: 17px;
	border-bottom: 2px dotted #2EC4CE;
	padding: 0;
	margin: 0 0 10px;
	font-weight: bold;
}

.bold_red{color: red;
font-weight: bold;}

.space{
	display: block;
	height: 30px;
}
