/*==================================== Section Fact ===========================*/

.sectionFact {
	text-align: center;
	padding: 90px 0;	
}

.pageSection-fact {
	text-align: center;
}

.sectionFact-number {
	display: inline-block;
	position: relative;
	padding: 0 0 0 90px ;
	font-size: 260px;
	line-height: 1;
	color: #23313B;
	font-weight: bold;
	text-align: center;
}

.sectionFact-number:before {
	display: block;
	position: absolute;
	left: -64px;
	top: 50%;
	content: '';
	width: 64px;
	height: 8px;
}



.sectionFact-number:after {
	display: block;
	position: absolute;
	right: -64px;
	top: 50%;
	content: '';
	width: 64px;
	height: 8px;
}



.is-led .sectionFact-number:before,  .is-led .sectionFact-number:after {
	background: #84BE41;
}  

.is-demonstrated .sectionFact-number:before,  .is-demonstrated .sectionFact-number:after {
	background: #FF6C0C;
}  

.is-focused .sectionFact-number:before,  .is-focused .sectionFact-number:after {
	background: #B34FC5;
}  

.is-connected .sectionFact-number:before,  .is-connected .sectionFact-number:after {
	background: #00B3E6;
}  


.sectionFact-number sup{
	font-size: 95px;
	top: -115px;
	position: relative;
}

.sectionFact-caption {
	line-height: 60px;
	font-size: 36px;
	color: #23313B;
	font-weight: bold;
}

@media (max-width: 1023px) {
	.sectionFact {
		padding: 60px 0;
	}
	.sectionFact-caption {
		line-height: 48px;
		font-size: 29px;
	}
}

@media (max-width: 767px) {
	.sectionFact {
		padding: 40px 0;
	}
	
	
	.sectionFact-caption {
		line-height: 24px;
		font-size: 20px;
	}
}



.sectionFact-text {
	line-height: 20px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 0 0;
}

@media (max-width: 767px) {
.sectionFact-number {
	font-size: 33.8vw;
	padding-left: 8vw;
}
	
.sectionFact-number sup{
	font-size: 12.8vw;
	top: -14vw;
}	
}








