@charset "UTF-8";
/*-----------------------------------

	header

-----------------------------------*/
header {
	width: 100%;
	max-width: 2000px;
	height: 70px;
	position: fixed;
    left: 0;
    right: 0;
	margin: 0 auto;
	padding: 20px 2.0% 0;
	z-index: 999;
	box-sizing:border-box;
}
@media screen and (max-width: 980px){
	header {
		width: 100%;
		height: 60px;
		background: #fff;
		padding-top: 5px;
		z-index: 999;
		position: fixed;
		top: 0;
		left: 0;
	}
	header h1{
		width:40px;
		float: left;
		z-index:999;
	}
}
@media screen and (max-width: 780px){
	header h1{
		width: 38px;
	}
}
/*-----------------------------------

	h2_title

-----------------------------------*/
#h2_title{
	height: 250px;
	color: #fff;
	text-align:center;
	padding-top: 130px;
	box-sizing: border-box;
	position: relative;
}
#h2_title h2 {
    font-size: 36px;
    line-height: 4.2rem;
}
#h2_title h2 span.small{
    font-size: 16px;
	display: block;
}
@media screen and (max-width: 1199px) {
	#h2_title{
		background: url(../img/lower/bg_h2.jpg) no-repeat;
		background-size: 160%;
		background-position: top;
	}
}
@media screen and (max-width: 980px) {
	#h2_title{
		height: 160px;
		background-size: 200%!important;
		margin-top: 60px!important;
		padding-top: 60px;
		
	}
	#h2_title h2 {
		font-size: 30px;
		line-height: 3.0rem;
	}
}
@media screen and (max-width: 740px) {
	#h2_title{
		height: 140px;
		background-size: 170%!important;
		background-position: center top!important;
	}
	#h2_title h2 {
		font-size: 21px;
		letter-spacing: 0.4rem;
		line-height: 2.4rem;
	}
	#h2_title h2 span.small{
		font-size: 12px;
	}
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb {
	width:100%;
	color: #fff!important;
	background: #363636;
	position:relative;
	padding: 5px 0;
}
#breadcrumb ul{
	text-align:right;
}
#breadcrumb ul li {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8rem;
	display: inline-block;
}
#breadcrumb ul li a{
    color: #fff!important;
}
#breadcrumb ul li a:hover{
    color: #d8d8d8!important;
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0 0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}
@media screen and (max-width: 740px) {
	#breadcrumb{
		height: auto;	
		padding: 5px 0;
	}
	#breadcrumb ul li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#breadcrumb:after {
		top: auto;
	}
}
/*-----------------------------------

	ohter

-----------------------------------*/
h3{
	font-size: 36px;
	line-height: 4.2rem;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 5px #363636;
}
 h3 span{
	font-size: 18px;
	display: block;
}
h4{
	font-size: 30px;
	line-height: 3.6rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #363636;
}
h4 span{
	font-size: 16px;
	margin-left: 10px;
}
h5{
	font-size: 20px;
	line-height: 3rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
	h3{
		font-size: 32px;
		line-height: 3.6rem;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	h3 span{
		font-size: 16px;
	}
	h4{
		font-size: 28px;
		line-height: 3.6rem;
	}
	h4 span{
		font-size: 14px;
	}
	h5 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 740px) {
	 h3{
		font-size: 23px;
		line-height: 2.8rem;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	 h3 span{
		font-size: 13px;
		display: block;
	}
	h4{
		font-size: 21px;
		line-height: 2.8rem;
	}
	 h4 span{
		font-size: 13px;
	}
	h5 {
		font-size: 18px;
		line-height: 2.4rem;
		margin: 20px 0 10px;
	}
}