@charset "UTF-8";

.powerTransmissionTitle{
	text-align:center;
	margin-top:50px;
	font-size:1.5rem;
	font-weight:700
}
.powerTransmissionDiscript{
	text-align:center;
	margin-top:50px;
}
.powerTransmissionDiscriptOverview{
	text-align:center;
	margin-top:20px;
}
.checkHMIWrapper{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}
.checkHMIWrapper > section{
	display:flex;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	opacity: 0;
}
.checkHMIWrapper > section > section:first-child {
	width:400px;
	height:260px;
}

.checkHMIWrapper > section > section:last-child {
	display:flex;
	flex-direction:column;
	width:500px;
	height:260px;
	text-align:left;
	padding:20px 20px;
	border:1px solid #eeeeee;
	margin-left:5px;
}
.checkHMIWrapper > section > section:last-child > article:first-child{
	font-weight:700;
	color:#f38339;
}
.checkHMIContent{
	padding-left:20px;
	font-size: 0.9rem;
}
.checkHMIContent > p{
	margin: 0;
	font-weight:400;
	color:#000000;
}
.powerTransmissionAni{
	opacity: 0;
}
.productSpecificationTitle{
	display: flex;
	justify-content: center;
	padding:15px 0 10px 0;
	font-size:1.2rem;
	font-weight:700;
}
.productSpecification{
	flex-direction: column;
}
.productSpecification > section{
	display: flex;
	height:auto;
	justify-content: center;
}
.productSpecification > section:first-child{
	text-align: center;
	font-weight:700;
}
.productSpecification > section:nth-child(even) > section{
	background-color:#ecf8ff;
}
.productSpecification > section:nth-child(odd) > section{
	background-color:#ffecf4;
}
.productSpecification > section:first-child > section{
	background-color:#ffd0a6;
	padding:15px 0;
}
.productSpecification > section > section:first-child {
	display:flex;
	justify-content:center;
	align-items:center;
	width:300px;
	font-weight:700;
}
.productSpecification > section > section:last-child {
	width:600px;
	margin-left: 5px;
	padding:10px;
}
.productSpecification > section > section:last-child > p{
	margin: 5px 0;
}
.productSpecification > section > section{
	height:auto;
	margin-top:5px;
}