
.mv h2{
	font-size: clamp(22px,(100vw - 600px)* 6 / 600 + 28px, 35px);
	font-weight: 550;
}
:is(#features,#spec) h2{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 24px, 30px);
	border-bottom: 5px solid var(--fe);
}
#features h3{
	border-left: 5px solid var(--fe);
}
#spec .inner{
	width: min(100% ,1200px);
}
#spec .inner .specTableSection{
	width: 100%;
}
.specTableBox{
		overflow-x: scroll;
	}
#spec div.specTableBox table{
	width: 1280px;
}
.specTableBox tr:nth-of-type(2) th{
	width: 180px;
}
.specTableBox tr:nth-of-type(2) td{
	width: 100px;
}