
/* 
========================================

下層:　current-endeavors.css

========================================
*/
#hero{
background-size: cover;
background-repeat: no-repeat;
background-position: center left;
float: left;
width: 100%;
height: 400px;
display: table;
position: relative;
z-index: 20;
color: #ffffff;
}
#hero:after{
content: '';
position: absolute;
top: 0;
left: 0;
bottom: -40px;
overflow: visible;
width: 100%;
height: 400px;
z-index: -1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../images/top_pic12.jpg);
}
.hero-introL{
height: 344px;
 margin: 56px 0 0 70%;
 padding: 80px 30px 0;
 background: rgba(255, 255, 255, .8);
 color: #56524c;
}
@media screen and (min-width: 768px) {
.bunA{float: left;
width: 20%;}
.bunB{float: left;
padding-left: 10px;
width: 70%;
}
}

@media screen and (max-width: 768px) {
	.hero-introL{
	height: 260px;
	margin: 40px 0 0 50%;
	padding: 40px 20px 0;
	background: rgba(255, 255, 255, .8);
	color: #56524c;
	}
	h1.feature-box.hero-animate-1.fadeInUp.animated{opacity: 1;}
	p.feature-box.hero-animate-2.fadeInUp.animated{opacity: 1;}
}
@media screen and (max-width: 480px) {
	.hero-introL{
	height: 360px;
	margin: 40px 0 0 40%;
	padding: 40px 15px 0;
	background: rgba(255, 255, 255, .8);
	color: #56524c;
	}
	#hero .hero-wrap .hero-introL .visible-xs-block h1{
		margin: 0 0 10px 0;
	}
}

#fh5co-features{
	padding-top: 40px;
	background: rgba(255,255,255,.6);
}

.linkH h3{
	margin: 20px 0 0;
}
.bun {float: left;
padding-left: 10px;
width: 91%;
padding-bottom: 10px
}
.bunDIV p{
	float: left;
	width: 30px;
}
.irIMG{
	width: 75%;
}

@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
	.irIMG{
	width: 85%;
	}
	.linkH h3{
	margin: 10px 0 0;
	font-size: 18px;
	line-height: 22px;
	}
}
@media screen and (max-width: 480px) {
	.bun{
	float: left;
	padding-left: 10px;
	width: 82%;
	padding-bottom: 10px;
	}
	.irIMG{
	width: 110%;
}
}
