.tpu-aero-visual {
	position: relative;
	max-width: 46vw;
	width: 600px;
}

.tpu-aero-visual .main-img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.tpu-aero-visual > span {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: clamp(12px, 1vw, 16px);
	font-weight: bold;
	line-height: 1;
}

.tpu-aero-table-wrap {
	max-width: 100%;
	overflow-x: auto;
}

.tpu-aero-version {
	margin: -10px 0 12px;
	color: #555;
}

.tpu-aero-spec {
	min-width: 980px;
}

.tpu-aero-spec tr th,
.tpu-aero-spec tr td {
	width: auto;
	white-space: nowrap;
}

.tpu-aero-spec tr th:nth-child(1),
.tpu-aero-spec tr td:nth-child(1) {
	width: 15%;
}

.tpu-aero-spec tr th:nth-child(2),
.tpu-aero-spec tr td:nth-child(2) {
	width: 15%;
}

.tpu-aero-print-table tr td {
	width: 50%;
}

.tpu-aero-points-title {
	margin: 0;
}

.tpu-aero-points {
	margin: 0;
	padding-left: 2em;
	list-style: decimal;
}
.tpu-aero-points li {
	list-style: decimal;
}

@media screen and (max-width: 767px) {
	.tpu-aero-visual {
		max-width: 80%;
		margin-bottom: 40px;
	}
}
