
.list_company {
	max-width: 100%;
}
.list_company > ul {}
.list_company > ul > li {}

/* spview */
@media screen and (max-width:767px) {
	
	.list_company { margin: 0; }
	.list_company > ul > li {
		float: none;
		width: auto;
		padding: 0;
		margin: 0 0 1rem;
	}
}



.company_wrap tr td a {
    color: #4b62a9;
    font-weight: 600;
    text-decoration: underline;
}
/* spview */
@media screen and (max-width:767px) {}




