/*-------------------------
見出し。下線有り。
------------------------------*/
h1,h2,h3,h4,h5,.headline-border{
	font-size:17px;
	text-align:center;
	font-family:'Century Gothic','Century';
	/* font-family:"Hiragino Mincho ProN","Yu Mincho","メイリオ",'Meiryo',"MS PGothic"; */
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight:normal;
	color: #21473d;
	word-spacing:-3.7px;
	/*letter-spacing:3.5px;*/
	border-bottom:1px solid #ddd;
	position:relative;
	margin:0 0 18px 0;
	padding:0 0 10px 0;
}
h1::before,h2::before,h3::before,h4::before,h5::before,.headline-border::before{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	border-top:1px solid #487c69;
	width:50%;
}
h1::after,h2::after,h3::after,h4::after,h5::after,.headline-border::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	border-top:1px solid #11a56c;
	width:50%;
}
/*-------------------------
見出し。下線無し。
------------------------------*/
.headline{
	font-size:17px;
	font-weight:normal;
	color:#21473d;
	word-spacing: -3.7px;
	letter-spacing: 3.5px;
	margin:0 0 0px 0;
	padding:0 0 15px 0;
}