.support h2{
	text-align: center;
	padding: 1.5em 1em;
	font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem)
}

.support h2 em{
	font-size: 1.3em;
	font-style: normal
}



.features_list{
	display: flex;
	justify-content: center;
	margin: 0 auto 5%
}

.features_list ul{margin-bottom: 5%;
	text-align: left
}

.features_list ul li{
	display: flex;
	align-items: center;
	font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
	font-weight: 500;
	margin: .8em 0;
}

.features_list ul li::before{
	display: block;
	content: "";
	background: url(../img/cbox.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	padding: 0 1em 0 0
}


.features_point h3{
	position: relative;
	font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
	font-weight: 700;
	padding: 2.5em 0 0 0;
	margin-bottom: .8em;
}

.features_point h3 span{
	position: absolute;
	right: 0;
	top:0;
	display: block;
	margin-bottom: .5em;
	font-size: 1.8em;
	color: var(--color-point2);
	opacity: .5;
}

.features_point p{
	font-size: .9em;
	line-height: 1.5em
}


@media screen and (max-width: 767px) {
	.support h2 br{
		display: none
	}
	.features_list ul li{
		align-items: flex-start
	}
	
	.features_point > div{
		margin-bottom: 10%;
	}
	
	.features_point > div > div{
		padding: 1.2em;
		margin: -30px 0 0 0
	}
}	

@media print, screen and (min-width: 768px) {
		
	.features_point{
	max-width: 900px;
	width: 90%;
	margin: 0 auto 10%
	}
	
	.features_point > div{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 5% 0;
	}
	
	.features_point > div figure{
		width: 48%
	}
	
	.features_point > div > div{
		width: 48%
	}



	.features_point > div figure img{
		border-radius: 1.5em;
		position: relative;
	}
	
	.features_point h3{
		margin-bottom: 1em;
		padding: 2.5em 0 0 0;
	}
	


}	