@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　会社概要
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#company {
	background: url(../images/company_bg.gif);
	padding: 25px 0px 35px 0px; 
}
#company .company-box {
	background: #fff;
	padding: 23px 25px 20px;
	margin: 0px 25px;  
}
#company .company-box h2 {
	width: 42.6%;
	margin: 0 auto 12px;
}
#company .company-box li {
	border-top: 0.5px solid #C3C3C3;
	overflow: hidden;
	padding: 3px 0px;
	position: relative;
}
#company .company-box li:last-child {
	border-bottom: 0.5px solid #C3C3C3;
	padding: 11px 0px;
}
#company .company-box dt {
	float: left;
	width: 19%;
	text-align: right;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
}
#company .company-box dd {
	border-left: 2px solid #C928A6;
	float: right;
	width: 79%;
	padding-left: 5px;
	box-sizing: border-box;
	line-height: 27px;
	min-height: 27px;
}
#company .company-box dd + dd {
	margin-top: 7px;
}
#company .company-box dd span {
	display: block;
	line-height: 14px;
	vertical-align: middle;
}
@media(max-width:350px) {
	#company .company-box dt {
		width: 24%;
	}
	#company .company-box dd {
		width: 72%;
	}
}
@media(min-width:769px) {
	#company {
		padding: 50px 0px 70px 0px; 
	}
	#company .company-box {
		padding: 46px 50px 40px;
		margin: 0px auto;
		max-width: 1200px;
	}
	#company .company-box h2 {
		width: 234px;
		margin: 0 auto 24px;
	}
	#company .company-box li {
		border-top: 1px solid #C3C3C3;
		padding: 6px 0px;
		font-size: 15px;
	}
	#company .company-box li:last-child {
		border-bottom: 1px solid #C3C3C3;
		padding: 22px 0px;
	}
	#company .company-box dd {
		border-left: 4px solid #C928A6;
		padding-left: 23px;
		line-height: 54px;
		min-height: auto;
	}
	#company .company-box dd + dd {
		margin-top: 14px;
	}
	#company .company-box dd span {
		line-height: 20px;
	}
} 

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　マップ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#company .map-tit {
	color: #fff;
	font-weight: bold;
	width: 195px;
	background: #C928A6;
	height: 25px;
	line-height: 25px;
	margin: 23px auto 15px;   
	text-align: center;
}
#company iframe {
	width: 100%;
	height: 281px;
}
@media(min-width:769px) {
	#company .map-tit {
		width: 390px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		margin: 46px auto 30px;   
	}
	#company iframe {
		height: 562px;
	}
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　沿革
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#company .company-box.history {
	margin-top: 20px;
}
#company .company-box.history dd {
	line-height: 44px;
	min-height: 44px;
	padding: 8px 0px 8px 5px;
	width: 71%;
}
#company .company-box.history dt {
	width: 27%;
	text-align: left;
	height: 28px;
	line-height: 15px;
}

@media(max-width:350px) {
	#company .company-box.history dt {
		width: 35%;
	}
	#company .company-box.history dd {
		width: 64%;
	}
}

@media(min-width:769px) {
	#company .company-box.history {
		margin-top: 40px;
	}
	#company .company-box.history dd {
		line-height: 44px;
		min-height: 44px;
		width: 79%;
		padding-left: 23px;
	}
	#company .company-box.history dt {
		height: 36px;
		line-height: 20px;
		width: 19%;
		text-align: right; 
	}
	#company .company-box.history li:last-child p{
		width: 19%;
		text-align: right;
	}
}


