@charset "utf-8";
h1 {text-align: right;
color: #004695;}

h2 {
	font-size: 20px;
	padding: 5px 0px 5px 30px;
	border-radius: 8px;
	color:#fff;
	line-height: 1.4;
	margin: 0 0 15px;
	font-weight: 700;
	background-color:#34BFEB;
	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: 5px 10px 8px 35px;
	font-weight: 700;
	color:#36BDD7;

	line-height: 28px;

	clear: both;
	background-color: #FFFCE4;
	position: relative;
	background-image:url("../image/common/h3.png");
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position:10px 10px;
	/*text-shadow: 2px 2px 0 #fff;
	border-radius: 7px;
	background-color:#E8DABA;*/
	
}



h4 {
	margin: 0 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	font-weight: bold;
	clear: both;
	color:#8C6900;
	/*border-top: 3px solid #50E2B8;
	border-bottom: 1px dashed #A1D2C4;*/
	
}

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;
}
