.sec1{
	padding: 7.55% 0 8.85%;
}
.sec1 .inner{
	background-repeat: no-repeat;
	background-image: url(../images/business_sec1_bg.png);
	background-position: 33% -26%;
	background-size: 70.8% auto;
	background-color: #ffeeef;
	border-radius: 0.3125em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	padding: 5.2%;
}
.sec1 .inner::before{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 0.3125em;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	bottom: -0.5em;
	background-color: var(--theme-red);
}
.sec1 h3{
	font-size: 2.625em;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.sec1 .flex-box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	color: var(--theme-red);
}
.sec1 h5{
	font-size: 1.25em;
	font-weight: bold;
}
.sec1 p{
	font-size: 0.875em;
	margin-bottom: 1em;
}
.sec1 .icon-box{
	width: 3.5625em;
	height: 3.5625em;
	line-height: 3.5625em;
	text-align: center;
	background-color: var(--theme-red);
	border-radius: 0.3125em;
	margin-right: 1.75em;
}
.sec1 .icon-box img{
	width: 52.6%;
	vertical-align: middle;
}




.sec-con{
	text-align: center;
	margin-bottom: 10.4%;
	color: #333;
}
.sec-con .title{
	width: 978px;
	margin: 0 auto 4.375em;
	max-width: 100%;
}
.sec-con .title h3{
	font-size: 3.125em;
	font-weight: bold;
	margin-top: 0.56em;
	margin-bottom: 1.08em;
}
.sec-con .title p{
	line-height: 2.25;
}
.sec-con h4{
	font-size: 2.25em;
	font-weight: bold;
	margin-bottom: 1.75em;
}
.sec-con ul{
	max-width: 100%;
	margin: 0 auto;	
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
}
.sec-con li{
	width: 20.625em;
	margin-right: 1.5em;
  	box-shadow: 0px 0.25em 1.5em rgba(20, 20, 20, 0.05);
}
.sec-con li:last-child{
	margin-right: 0;
}
.sec-con .icon-box{
	width: 4.6875em;
	height: 4.6875em;
	line-height: 4.6875;
	border-radius: 0.3125em;
	background-color: var(--theme-red);
	margin: -2.34375em auto 2.25em;
	position: relative;
}
.sec-con .icon-box img{
	vertical-align: middle;
	width: auto;
}
.sec2 .icon-box img{
	height: 2em;
}
.sec3 .icon-box img{
	height: 1.875em;
}
.sec-con .text-box{
	padding-bottom: 2.5em;	
}
.sec-con h5{
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec-con p{
	line-height: 1.75;
}

@media only screen and (min-width:1024px){
}

@media only screen and (max-width:1024px){
	.sec1{
		padding: 15% 0;
		font-size: 0.75em;
	}
	.sec1 .inner{
		background-position: center center;
		background-size: 90% auto;
		display: block;
		padding: 10% 7.5%;
	}
	.sec1 h3{
		font-size: 1.625em;
		margin-bottom: 1.5em;
	}




	.sec-con{
		margin-bottom: 15%;
	}
	.sec-con .title{
		margin: 0 auto 4.375em;
	}
	.sec-con .title h3{
		font-size: 1.5625em;
	}
	.sec-con .title p{
		font-size: 0.75em;
	}
	.sec-con h4{
		font-size: 1.25em;
	}
	.sec-con ul{
		display: block;
		font-size: 0.75em;
	}
	.sec-con li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10%;
	}
}

