.detail-layout .project-matrix-section {
	grid-column: 1 / -1;
	min-width: 0;
	padding: 8px 0 30px;
	border-bottom: 1px solid var(--line);
}

.detail-layout .project-matrix-section > h2 {
	margin: 0 0 20px;
	color: var(--navy);
	font-size: 25px;
	line-height: 1.4;
}

.project-matrix-section .project-scope-table {
	overflow-x: auto;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.project-matrix-section table {
	width: 100%;
	min-width: 1080px;
	border-collapse: collapse;
	table-layout: fixed;
}

.project-matrix-section th,
.project-matrix-section td {
	padding: 14px 13px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
	overflow-wrap: break-word;
}

.project-matrix-section th:last-child,
.project-matrix-section td:last-child {
	border-right: 0;
}

.project-matrix-section tbody tr:last-child td {
	border-bottom: 0;
}

.project-matrix-section th {
	background: #f3f6f8;
	color: var(--navy);
	font-size: 13px;
	font-weight: 700;
}

.project-matrix-section td {
	color: #465a73;
	font-size: 13px;
	line-height: 1.65;
}

.project-matrix-section td strong {
	color: var(--navy);
	font-size: 14px;
}

.project-portfolio-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 24px;
}

.project-portfolio-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 7px 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--navy);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.project-portfolio-nav a:hover,
.project-portfolio-nav a:focus-visible {
	border-color: var(--blue);
	color: var(--blue);
}

.project-matrix-section th:nth-child(1) { width: 78px; }
.project-matrix-section th:nth-child(2) { width: 170px; }
.project-matrix-section th:nth-child(3) { width: 145px; }
.project-matrix-section th:nth-child(4) { width: 180px; }
.project-matrix-section th:nth-child(5) { width: 300px; }
.project-matrix-section th:nth-child(6) { width: 207px; }

.project-execution-section table {
	min-width: 760px;
}

.project-execution-section th:nth-child(1) { width: 150px; }
.project-execution-section th:nth-child(2) { width: 210px; }
.project-execution-section th:nth-child(3) { width: 300px; }
.project-execution-section th:nth-child(4) { width: 100px; }

@media (max-width: 900px) {
	.detail-layout .project-matrix-section {
		grid-column: 1;
	}
}

@media (max-width: 600px) {
	.detail-layout .project-matrix-section > h2 {
		font-size: 22px;
	}

	.project-matrix-section th,
	.project-matrix-section td {
		padding: 12px 11px;
	}
}
