/* Front: Company — matched to totop-site-main final digest table */

body.totop-front-page .totop-front .company.totop-section {
	padding: 96px 0;
	background: transparent;
}

body.totop-front-page .totop-front .company-table {
	max-width: 760px;
	margin: 0;
}

body.totop-front-page .totop-front .company-table > div {
	display: grid;
	grid-template-columns: 160px 1fr;
	padding: 20px 8px;
	border-bottom: 1px solid var(--totop-line);
	font-size: 14.5px;
	line-height: 1.9;
}

body.totop-front-page .totop-front .company-table > div:first-child {
	border-top: 1px solid var(--totop-line);
}

body.totop-front-page .totop-front .company-table dt {
	margin: 0;
	padding: 0;
	border: 0;
	border-left: none;
	font-weight: 700;
	color: var(--totop-ink-soft);
}

body.totop-front-page .totop-front .company-table dd {
	margin: 0;
	padding: 0;
	border: 0;
	border-left: none;
	color: var(--totop-ink);
}

body.totop-front-page .totop-front .company-more {
	margin: 28px 0 0;
}

@media (max-width: 767px) {
	body.totop-front-page .totop-front .company.totop-section {
		padding: 68px 0;
	}

	body.totop-front-page .totop-front .company-table > div {
		grid-template-columns: 1fr;
		gap: 2px;
		padding: 14px 4px;
	}
}
