.p-company .c-seacrh-form {
	margin-bottom: 24px;
}

.p-company .p-company-search--mobile {
	display: none;
}

/* Companiesページ内で誤って差し込まれる別検索フォームを非表示 */
.p-company .l-main>.c-seacrh-form:not(.p-company-search) {
	display: none !important;
}

.p-company .c-search-row2 {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
}

.p-company .p-company-search input.p-company-search__control,
.p-company .p-company-search select.p-company-search__control {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	box-sizing: border-box;
	border: 1px solid #c7d0da;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
}

.p-company-search__keyword {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	height: auto;
}

.p-company .c-seacrh-form__col.p-company-search__submit .p-company-search__button {
	width: 100%;
	height: 48px;
	border: 0;
	background: #0e4f8a;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0;
	background-image: none;
}

.p-company .c-seacrh-form__col.p-company-search__submit .p-company-search__button::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/common/icon-search-01.svg) no-repeat center center;
	background-size: 18px 18px;
	display: inline-block;
	flex-shrink: 0;
}

.c-post-card--company {
	padding: 16px;
	border: 1px solid #d7dce1;
	border-radius: 8px;
	margin-bottom: 12px;
}

.c-post-card--company .c-post-card__title {
	margin: 0 0 8px;
	font-size: 1.05rem;
}

.p-company-detail__table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.p-company-detail__table th,
.p-company-detail__table td {
	border: 1px solid #d7dce1;
	padding: 10px;
	vertical-align: top;
}

.p-company-detail__table th {
	width: 180px;
	background: #f4f6f8;
	text-align: left;
}

.p-company-content {
	margin-bottom: 28px;
}

.p-company-related__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-company-related__list li {
	display: flex;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #e5e9ee;
}

.p-company-related__list time {
	min-width: 90px;
	color: #62707e;
}

@media (max-width: 980px) {
	.p-company .p-company-search--desktop {
		display: none;
	}

	.p-company .p-company-search--mobile {
		display: block;
		margin-top: 24px;
	}

	.p-company .c-search-row2 {
		grid-template-columns: 1fr;
	}

	.p-company-detail__table th {
		width: 120px;
	}
}

/* ② 親子会社リスト */
.p-company-detail__child-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.p-company-detail__child-list li {
	margin-bottom: 4px;
}

.p-company-detail__child-list li::before {
	content: '└ ';
	color: #999;
	font-size: 12px;
}
