@charset "utf-8";
/*---見出しフォント---*/
h1 {
  font-size: 14px;
  font-weight: normal;
  color: #333;line-height: 1.4;
  text-align: center;
  margin: 0 10px 15px;
}
h2 {
  
  font-size: 20px;
  color:#2E1D00;
  line-height: 1.4;
  padding: 8px 10px 8px 15px;
  margin: 0 0 20px;
  clear: both;
	background-color:#ECE6D8;
	border-left: 11px solid #D31E17;
	 position: relative;
font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	 transform: rotate(0.05deg);
}



h3 {
	padding: 2px 0px 7px 40px;
	margin: 0 0px 10px 0;
	color:#644B07;
	border-bottom: 2px dotted #E2C580;
	font-size: 20px;
	line-height: 1.4;
	border-radius: 0px;
	clear: both;
	background-image:url("../image/common/h3.png");
	background-repeat: no-repeat;
	background-size: auto 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	 transform: rotate(0.05deg);

}

.about h3{
	color:#61370C;
	font-size: 18px;
	padding: 0px 0px 5px 0;
	border-bottom: 0;
	line-height: 1.3;
	background-image: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 2px dotted #61370C;
	margin: 0 0 10px;
	border-radius: 0;
	background-color: transparent;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	 transform: rotate(0.05deg);
}
.about h3::before {
	display:none;
}
h4 {
	background-color:#F3F3C0;
	color: #333333;
	font-size: 18px;
	padding: 7px 10px;
border-radius: 8px;
	margin: 0 0 10px;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

h2.bgnone,h3.bgnone{background-color: transparent;
background-image: none;}

h2.bgnone:before,h3.bgnone:before{content:none;}

/*---通常時フォント---*/
.bold {
  font-weight: bold;
}
.red {
  color: #F00000;
}
.orange {
  color: #FF7F00;
}
.blue {
  color: #195DAF;
}
.sky {
  color: #0CA4CB;
}
.green {
  color: #309E10;
}
.pink {
  color: #FF9999;
}
