/*--------------------------------------------------
  見出し
--------------------------------------------------*/
h1 {
	color: #118c11;
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.3;
	margin: 60px 0 30px;
	text-align: center;
}

@media screen and (max-width: 960px) {
	h1 {
		font-size: 4rem;
		margin: 45px 0 30px;
	}
}

@media screen and (max-width: 750px) {
	h1 {
		font-size: 2.5rem;
		margin: 30px 0 15px;
	}
}


h2 {
	color: #a28329;
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 24px;
	line-height: 1.3;
	margin: 45px 0 30px;
	text-align: center;
}
	h2:after {
		background: linear-gradient(to right, transparent 0%, #e8dbb5 50%, transparent 100%);
		content: "";
		display: block;
		margin-top: 7px;
		height: 3px;
		width: 100%;
	}

@media screen and (max-width: 750px) {
	h2 {
		font-size: 2rem;
		margin: 30px 0 15px;
	}
}


h3 {
	border-bottom: 1px solid #e8dbb5;
	color: #a28329;
	font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 30px 0 15px;
	padding-bottom: 5px;
}

@media screen and (max-width: 750px) {
	h3 { font-size: 1.7rem; }
}


h4 {
	background: #1c680d;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	line-height: 1.3;
	padding: 4px 10px;
	text-align: center;
	width: 120px;
}