@charset "utf-8";
/* 会社概要 */


/*******イメージ*******/
.outImage {
	width: 940px;
	margin: 0 auto 50px;
}

/*******company*******/
#outline h3 {
	color: #00a73c;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.4em;
}

table.companyTable {
	width: 100%;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 100px;
}
table.companyTable th,
table.companyTable td {
	padding: 1em 1.2em 0.9em;
	border-bottom: 1px solid #ccc;
	line-height: 1.75;
}
table.companyTable th {
	background: #f0f0f0;
	width: 220px;
}



	

@media screen and (max-width: 668px){

/*******イメージ*******/
.outImage {
	width: 100%;
	margin: 8vw 0 8vw;
}
.outImage img {
	max-width: 100%;
}


/*******company*******/
#outline h3 {
	font-size: 5vw;
}

table.companyTable {
	border: none;
	margin-bottom: 15vw;
	font-size: 3.6vw;
}
table.companyTable tr {
	display: block;
}
table.companyTable th,
table.companyTable td {
	display: block;
	border: none;
}
table.companyTable th {
	width: 100%;
	text-align: left;
}
table.companyTable td {
	padding-bottom: 2em;
}









}