@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	pagetitle
-------------------------------------------------------------------*/

#wrap #pagetitle {
	background:url(../image/business/business_bg.jpg) center center no-repeat;
	background-size:cover;
}

#wrap #pagetitle .title {
	width:960px;
	margin:0 auto;
	padding:200px 0 80px;
}


/*-------------------------------------------------------------------
	事業紹介
-------------------------------------------------------------------*/

#business {
	padding:30px 0 50px;
	width:960px;
	margin:0 auto;
}

#business h2 {
	margin:0 0 50px;
	background:url(../image/common/h2_bg.jpg) repeat-y;
}

#business h2 span {
	display:block;
	font-size:1.4em;
	line-height:1.0;
	color:#FFF;
	padding:10px 20px;
	text-align:left;
}

#business h3 {
	text-align:center;
	border-bottom:1px solid #133785;
	height:50px;
	margin-bottom:60px;
}

#business h3 span {
	font-size:1.8em;
	line-height:1.0;
	display:inline-block;
	border-bottom:4px solid #133785;
	padding:0 5px;
	color:#133785;
	font-weight:500;
	height:51px;
}

#business .same {
	width:780px;
	margin:0 auto 100px;
	overflow:hidden;
	zoom:1;
}

#business .same:last-child {
	margin:0 auto;
}

#business .same .photo {
	width:300px;
	float:left;
}

#business .same .text {
	width:480px;
	float:right;
	height:298px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#business .same .text dt {
	background:#E8E8E8;
	line-height:1.0;
	font-size:1.3em;
	font-weight:500;
	text-align:center;
	padding:35px 0;
}

#business .same .text dd {
	padding:40px 40px 0;
}



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

}

/*===============================================
  画面の横幅が980px以下に適用
===============================================*/
@media screen and (max-width: 980px){
	
	/* pagetitle */
	
	#wrap #pagetitle {
		background-size:auto 100%;
	}

	#wrap #pagetitle .title {
		padding:100px 0 50px;
		width:94%;
	}
	
	#business {
		padding:20px 0 30px;
		width:94%;
	}

	#business h2 {
		margin:0 0 30px;
		background-size:100% auto;
	}

	#business h3 {
		margin-bottom:30px;
	}
	
	#business h3 span {
		font-size:1.4em;
		height:50px;
	}

	#business .same {
		width:auto;
		margin:0 0 50px;
	}


	#business .same .photo {
		width:auto;
		float:none;
		text-align:center;
	}

	#business .same .text {
		width:auto;
		float:none;
		height:auto;
		border:none;
		margin:0 0 30px;
	}

	#business .same .text dt {
		padding:10px 0;
	}

	#business .same .text dd {
		padding:20px 10px 0;
	}

	

}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	
	
	
}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
}