@charset "utf-8";


/**************************************************50
 * company
 **************************************************/
#company{
}
#company h2{
	border-bottom: 1px solid #4D4D4D;
	color: #70B7D2;
}
#company table{
	line-height: 1.5;
}
#company table th{
}
#company table td{
}
@media screen and (max-width:767px){
	#company{
	}
	#company h2{
		font-size: 125%;
		margin: 0 auto 6.25%;
		width: 93.75%;
	}
	#company table,
	#company table tbody,
	#company table tr,
	#company table th,
	#company table td{
		display: block;
	}
	#company table{
		margin-bottom: -webkit-calc(6.25% + 1em);
		margin-bottom: calc(6.25% + 1em);
	}
	#company table th{
		padding: 0 3.125%;
	}
	#company table tr:not(:first-child) th{
		margin-top: 1em;
	}
	#company table td{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#company{
	}
	#company h2{
		font-size: 150%;
		margin-bottom: 1em;
	}
	#company table{
		border-collapse: separate;
		border-spacing: 0;
		margin-bottom: 2em;
		table-layout: fixed;
	}
	#company table th{
		padding: 1em 0;
		width: 12em
	}
	#company table td{
		padding: 1em 0 1em 1em;
	}
}


