@charset "utf-8";
/*-------------------------------------

-------------------------------------*/
h1 {
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    color: #666666;
    width: 960px;
	padding: 5px 0 0 0;
   margin: 0px auto 0 auto;
    display: block;
}

/*.h1_box{background: #E9983F;
	padding: 2px 0;}*/

h2 {color:#fff;
	margin: 0 0 30px;
	line-height: 1.5;
	font-size: 23px;
	padding: 5px 10px 5px 25px;
	border-radius: 8px;
	background: #DB7D46 url("../image/common/texture_ws50.png") repeat left top;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	transform: rotate(0.03deg);
position: relative;}

h2:before{content:"";
width: 5px;
height: 25px;
background: #F4F6A8;
position: absolute;
left: 10px;
top: 11px;
border-radius: 2px;}


h3 {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	margin: 0 0px 15px;
	color:#685236;
	padding: 0px 0 8px 20px;
	border-radius: 0px;
	font-size: 19px;
	line-height: 1.4;
	transform: rotate(0.03deg);
	position: relative;
	clear: both;
	border-bottom: 1px solid #E87C3E;
background: url("../image/common/h3.png") no-repeat left 8px;
background-size: auto 12px;}



h4 {
	color:#6A5014;
	font-size: 18px;
	padding:5px 0 5px 10px;
	margin: 0 0 15px 0;
	line-height: 1.3;
border: 1px solid #FB9A56;
	border-left: 7px solid #FB9A56;
	font-weight: bold;
}

.bgnone{border: none;
background: none;
padding: 0;}

.center{text-align: center;}

.bg_orange{background-color: #F69C00;}

.white{color: #fff;}

/*-------------------------------------




-------------------------------------*/
.boldred {
    color: #EC0000;
    font-weight: bold;
}
.vivid {
    font-size: 22px;
    font-weight: bold;
    color: #005724;
    line-height: 170%;
}
.notes {
    font-weight: bold;
    color: #F00;
}
.red {
    color: #F00000;
}
