@charset "utf-8";

/*************************************************
 * Description: 【トップ】当サイトについて
 * Package: about
 * Author: Japan Electronic Industrial Arts Co.Ltd.
 * Update: 2017/08/
 * Notes: 
*************************************************/
#block_about {
}



/* ==============================================
 * #company
=============================================== */
#block_about #company {
}
#block_about #company .profile {
	max-width: 1110px;
	margin: 0 auto;
}
#block_about #company .profile table {
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.67;
}
#block_about #company .profile tr {
	border-bottom: solid 1px #ddd;
}
#block_about #company .profile th {
	width: 25%;
	padding: 12px;
	text-align: center;
}
#block_about #company .profile td {
	width: auto;
	padding: 12px;
	text-align: left;
}
#block_about #company .profile td .inner {
	border-left: solid 1px #ddd;
	padding-left: 2.5em;
}
/* .map
----------------------------------------------- */
#block_about #company .map {
	margin-top: 40px;
	height: 600px;
}
#block_about #company .map iframe {
	width: 100%;
	height: 100%;
}
@media ( max-width: 767px ) {
	#block_about #company .profile table {
		font-size: 15px;
	}
	#block_about #company .profile th {
		padding: 10px;
		padding-left: 0;
	}
	#block_about #company .profile td {
		padding: 10px 0;
	}
	#block_about #company .profile td .inner {
		padding-left: 10px;
	}
	/* .map */
	#block_about #company .map {
		margin-top: 20px;
		margin-left: -20px;
		margin-right: -20px;
		height: 60vh;
	}
}
@media ( min-width: 768px ) and ( max-width: 979px ) {
	/* .map */
	#block_about #company .map {
		margin-top: 30px;
		height: 50vh;
	}
}
@media ( min-width: 980px ) {
}

