@charset "utf-8";

/* --------------------------------------------------
	コンテンツ別調整設定
-------------------------------------------------- */
/* ヘッダ調整 */
#navi li.headCompany > a {
	border-bottom: 3px solid #22a732;
	height: 48px;
}
/* コンテンツビジュアル */
#contentsVisual {
	background-image: url(../images/contents_visual.jpg);
}

/* --------------------------------------------------
	基本フレーム設定(960px over for PC)
-------------------------------------------------- */
#company #contents {
	padding: 0;
}
.about {
	margin: 0 0 20px;
}
.companyProfile {
	width: 840px;
	margin: 0 auto;
}
.companyProfile dl{
	width: 430px;
	font-size: 0;
	display: inline-block;
}
.companyProfile dl dt {
	display: inline-block;
	padding: 14px 0;
	border-top: 1px solid #999999;
	width: 88px;
	margin: 0;
	color: #808080;
	line-height: 1.4;
	vertical-align: top;
	font-size: 16px;
}
.companyProfile dl dt:last-of-type {
	border-bottom: 1px solid #999999;	
}
.companyProfile dl dd {
	display: inline-block;
	margin: 0 0 0 8px;
	padding: 14px 0;
	border-top: 1px solid #e6e6e6;
	line-height: 1.4;
	width: 330px;
	font-size: 16px;
}
.companyProfile dl dd:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.imgDrawing {
	width: 410px;
	float: right;
	text-align: right;
	pointer-events: none;
}
.map {
	text-align: center;
	margin: 65px 0 0;
}

.gMapLink a {
	display: inline-block;
	width: auto;
	padding: 0 30px 0 50px;
	margin: 28px;
	height: 30px;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	color: #ffffff;
	background-color: #009144;
	text-align: center;
	border-radius: 4px;
}
.gMapLink a:before {
	content: url(../../common/images/icon_window.svg);
	width: 14px;
	position: absolute;
	margin: 1px 0 0 -24px;
}

/* --------------------------------------------------
	959px以下共通
-------------------------------------------------- */
@media screen and (max-width: 959px){
	/* ナビゲーション調整 */
	#navi li.headCompany > a {
		border: none;
	}
}
/* --------------------------------------------------
　768px to 959px (Tablet)
-------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 959px){
	.companyProfile {
		width: 728px;
	}
	.imgDrawing {
		width: 290px;
	}
	.imgDrawing img {
		width: 100%;
	}
}
/* --------------------------------------------------
　480px to 767px（Landscape）
-------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px){
	.companyProfile {
		width: 100%;
	}
	.companyProfile dl{
		width: 100%;
	}
	.companyProfile dl dd {
		width: calc(100% - 100px);
	}
	.imgDrawing {
		display: none;
	}
	.map img {
		width: 100%;
	}
}
/* --------------------------------------------------
　under 479px（Portrait）
-------------------------------------------------- */
@media screen and (max-width: 479px){
	.about {
		width: 100%;
		margin: 0 0 20px;
	}
	.about img {
		width: 80%;
	}
	.companyProfile {
		width: 100%;
	}
	.companyProfile dl{
		width: 100%;
	}
	.companyProfile dl dd {
		width: calc(100% - 100px);
	}
	.companyProfile dl dd .tel {
		display: block;
	}
	.companyProfile dl dd .split {
		display: none;
	}
	.imgDrawing {
		display: none;
	}
	.map {
		margin: 40px 0 0;
	}
	.map img {
		width: 100%;
	}
}