@charset "UTF-8";
.company {
	font-size: 15px;
}
.company_title {}
.company_table {}
.company_table > tbody {}
.company_table > tbody > tr {}
.company_table > tbody > tr:first-child {}
.company_table > tbody > tr:last-child {}
.company_table > tbody > tr > th {
	white-space: nowrap;
}
.company_table > tbody > tr > td {}
.company_linkWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.company_linkWrap_text {}
.company_link {
	width: 230px;
}
.company_link > a {
	font-size: 16px;
	height: 60px;
	box-shadow: 0 4px 8px rgba(125, 125, 125, 0.48);
}
.company_link > a:hover {}
.company_link > a::before {
	content: "";
}
.company_link > a::after {
	content: "";
}
.company_link > a > .icon {
	position: static;
	-webkit-transform: none;
	transform: none;
	margin-right: 7px;
}
