.SectionLedOverview {
	margin-top: 20px;
	background-color: #fff;
}

.SectionLedOverview .SectionMv {
	display: block;
	width: 100%;
}

.SectionLedOverview .SectionTitleBlue {
	color: var(--color-blue);
	font-weight: bold;
	margin-top: 32px;
}

.SectionLedOverview .Inner {
	margin-top: 32px;
	padding-top: 32px;
}

.SectionLedOverview .CardLedType img {
	width: 100%;
	margin-top: 15px;
}

.SectionLedOverview .LedSystem {
	padding: 32px 45px;
	border: 3px solid #E3E3E3;
	margin-top: 32px;
	margin-bottom: 10px;
	text-align: center;
}

.SectionLedOverview .LedSystem h4 {
	font-size: 110%;
	margin-bottom: 6px;
	letter-spacing: 0.06em;
}

.SectionLedOverview .LedSystem img {
	width: 100%;
	margin-top: 15px;
}

.SectionLedOverview .LedSystem .ConventionalLed {

}

.SectionLedOverview .LedSystem .SmartLed,
.SectionLedOverview .LedSystem .SmartLed h4 {
	color: var(--color-blue);
}

@media screen and (max-width: 767px) {
	.SectionLedOverview .LedSystem {
		padding: 16px;
	}
}

