.category-company .mainvisual {
	background-image: url(/assets/img/company/pct_mainvisual.jpg);
}

.category-company-overview .table-block .no-line {
	border-bottom: none;
}

.category-company-overview .table-block .top-line {
	border-top: 1px solid #e4e7eb;
}

.category-company-overview .company-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.category-company-overview .link-pdf {
	margin-top: 20px;
	padding-left: 32px;
	background: url(/assets/img/company/overview/icn_pdf.png) no-repeat;
	background-position: left center;
}

/*# sourceMappingURL=../maps/category/company.css.map */

@media (min-width: 767px) {

.category-company-overview .company-block:not(:first-of-type) {
	margin-top: 60px;
}

}

@media (max-width: 767px) {

.category-company .mainvisual {
	background-position: center;
}

.category-company-overview h1 {
	padding: 0 24px;
}

.category-company-overview .company-block:not(:first-of-type) {
	margin-top: 48px;
}

.category-company-overview .company-block .company-block__detail {
	display: block;
	padding: 0 24px;
}

.category-company-overview .table-block {
	padding: 0 24px;
}

.category-company-overview .table-block:not(:first-of-type) {
	margin-top: 48px;
}

}

