h1,h2,h3,h4,a,small,span,strong,li,dt,dd {
	font-weight:bold;
	letter-spacing: 0.1rem;
}

header {
	height:78px;
	background:#fff;
	padding-right:78px;
}
.header_h {
	height:78px;
	padding:0  4vw;
}

.header_h h1 strong,
.header_h h1 span  {
	font-size:1.1rem;
}

.header_h h1 img {
	margin-right: 2em;
}

.bg_green {
	background:#14a36f;
}

@media screen and (max-width:900px) {
	.header_h h1 strong {
		display: block;
		width:100%;
		margin-top:1em;
	}
}

/* --- main --- */


.sub_head {
	width:100%;
	height:400px;
}

.sub_head h1 {
	font-size:4.8rem;
	letter-spacing: 0.4rem;
}

/* --- hyphen --- */

p.hyphen {
	line-height:1.75em;
	position:relative;
	padding-top:1.5em;
}

p.hyphen::before {
	content:"";
	display:block;
	width:1em;
	height:2px;
	background:#333;
	position:absolute;
	top:0;
	left:0;
}

/* --- bg_h --- */

.bg_h {
	width:100%;
	height:450px;
}


/* --- ver. sp --- */

@media screen and (max-width:768px){

	header {
		padding-right:62px;
	}
	
	header,
	.header_h {
		height:62px;
	}

	.header_h h1 strong,
	.header_h h2 {
		display: none
	}

	.sub_head {
		height:250px;
	}

	.sub_head h1 {
		font-size:3.2rem;
	}

	/* --- bg_h --- */

	.bg_h {
		height:280px;
	}


	
}