.p-outline {
	margin: 9.5rem 0 14.8rem;
}

.p-outline-table {
	margin-bottom: 2rem;
}

.p-outline-table table {
	width: 100%;
}

.p-outline-table tr:not(:first-child) th {
	border-top: 0;
}

.p-outline-table th,
.p-outline-table td {
	border: 1px solid #231f20;
	letter-spacing: 0.05em;
	font-size: 2.6rem;
	padding: 0.5rem;
}

.p-outline-table th {
	color: var(--warning);
	white-space: nowrap;
	width: 100%;
}

.p-outline__txt {
	letter-spacing: 0.05em;
	font-size: 1.8rem;
	line-height: 1.4444444444;
}

@media (min-width: 768px) {

.p-outline {
	margin: 17rem 0 10.5rem;
}

.p-outline-table {
	margin-bottom: 3.2rem;
}

.p-outline-table th,
.p-outline-table td {
	padding-block: 1.5rem;
	font-size: 2rem;
}

.p-outline-table th {
	padding-inline: 2.3rem;
	width: 1%;
}

.p-outline-table td {
	padding-inline: 4.7rem;
}

.p-outline__txt {
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

}

@media (max-width: 767px) {

.p-outline-table th,
.p-outline-table td {
	display: block;
	text-align: center;
}

.p-outline-table th {
	border-bottom: 0;
}

}

