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


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

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

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


/*-------------------------------------------------------------------
	営業拠点
-------------------------------------------------------------------*/

#company {
	padding:30px 0 50px;
}

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

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

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

#company 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;
}

#company .inner {
	width:960px;
	margin:0 auto 90px;
}

#company .inner table {
	width:790px;
	margin:0 auto;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#company .inner table th,
#company .inner table td {
	border-bottom:1px dotted #999999;
	vertical-align:middle;
}

#company .inner table th {
	text-align:center;
	background:#E8E8E8;
	width:240px;
	padding:10px 0;
	font-weight:200;
}

#company .inner table td {
	padding:10px 20px;
}

#company .inner .left {
	float:left;
	width:450px;
}

#company .inner .right {
	float:right;
}

#company .inner .pdflink {
	margin:0 20px 20px 0;
}

#company .inner .pdflink a {
	display:inline-block;
	padding:10px 30px;
	line-height:1.0;
	font-size:1.05em;
	color:#133785;
	border:1px solid #133785;
	background:#E6F7FF;
	text-align:center;
	font-weight:400;
}

#company .inner .pdflink a span {
	display:inline-block;
	background:url(../image/company/company_pdf.png) right center no-repeat;
	background-size:auto 100%;
	padding:5px 40px 5px 35px;
	position:relative;
}

#company .inner .pdflink a span:before {
	position:absolute;
	top: 50%;
	left:0;
	content:"";
	background:url(../image/company/company_arrow.png) left center no-repeat;
	width:26px;
	height:9px;
	transform: translateY(-50%);
}

#company .inner .pdflink a:hover {
	background:#CAEBF9;
}

#company #blue {
	background:#E6F7FF;
	padding:100px 0;
	margin:0 0 100px;
}

#company #blue h3,
#company .endinner h3 {
	margin-bottom:40px;
}

#company #blue .inner {
	margin:0 auto;
}


#company #blue .inner p {
	text-align:center;
	width:850px;
	margin:0 auto 90px;
	font-size:0.9em;
	line-height:1.8;
}

#company #blue .inner p:last-child {
	margin:0 auto;
}

#company .endinner {
	width:960px;
	margin:0 auto;
}

#company .endinner p {
	width:800px;
	margin:0 auto;
	font-size:0.9em;
	line-height:1.8;
}

#company .chart {
	max-width: 1027px;
}

#company .chart img{
	width: 100%;
}

@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%;
	}
	
	#company #blue .inner p br {
		display:none;
	}
	

}

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

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

	#company h3 {
		margin-bottom:30px;
	}

	#company .inner {
		width:94%;
		margin:0 auto 50px;
	}

	#company .inner table {
		width:100%;
		margin:0 auto;
	}

	#company .inner table th,
	#company .inner table td {
		display:block;
		border-bottom:none;
	}

	#company .inner table th {
		width:auto;
		font-weight:600;
	}
	
	#company #blue {
		padding:50px 0;
		margin:0 0 50px;
	}

	#company #blue h3,
	#company .endinner h3 {
		margin-bottom:20px;
	}

	#company #blue .inner p {
		width:auto;
		margin:0 auto 50px;
	}


	#company .endinner {
		width:94%;
	}

	#company .endinner p {
		width:auto;
	}
	
}

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