@charset "utf-8";
/*////////////////////////////////////
company
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#company_table {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.company_table_th {
	position: relative;
	width: 20%;
	font-size: 1.6rem;
	line-height: 2.0;
	font-weight: 700;
	background: #AB7D7E;
	padding: 10px;
	margin: 1%;
	color: #FFF;
}
.company_table_td {
	position: relative;
	width: 75%;
	font-size: 1.6rem;
	line-height: 2.0;
	font-weight: 300;
	color: #333;
	margin: 1%;
	padding:10px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#company_table {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.company_table_th {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.0;
	font-weight: 700;
	background: #AB7D7E;
	padding: 10px;
	margin-bottom: 1%;
	color: #FFF;
}
.company_table_td {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.0;
	font-weight: 300;
	color: #333;
	margin-bottom: 1%;
	padding:10px;
}
}

