/* =======================================

	companytop sp

======================================= */

@media screen and (max-width: 768px) {
	.company-area {
		max-width: 100% !important;
		margin-top: 15px;
	}
	.company-area ul {
		margin-top: -10px;
		border-top: none !important;
		max-width: 100%;
	}
	.company-area ul li {
		width: 50%;
		box-sizing: border-box;
		padding-right: 5px !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.company-area ul li:nth-child(2n) {
		padding-right: 0 !important;
		padding-left: 5px !important;
	}
	.company-area ul li img {
		max-width: 100%;
		height: auto;
		margin-right: 10px;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	.company-area ul li .bottom {
		margin-bottom: 0 !important;
		border-bottom: none !important;
	}
	.company-list .right {
		padding-right: 0;
		width: 50%;
	}
}
