body{
	background-repeat:no-repeat;
	background-image:url(../images/solution_sit_bg.jpg);
	background-size:100% auto;
	background-position:0 0;
}
.common-tab a{
	width: 15em;
}

.sec1{
	padding:6.9% 0 6.1%;
}
.sec1 h3{
	font-size: 3em;
	line-height: 1.3333;
	color: var(--theme-blue);
	text-align:center;
	margin-bottom:7.3%;
	font-weight:500;
}
.sec1 .flex-box{
	margin-bottom:4.87%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-direction:row;
}
.sec1 .flex-box:last-child{
	margin-bottom:0;
}
.sec1 h4{
	font-size: 1.5em;
	line-height: 1.333;
	flex-shrink:0;
	width:7.375em;
}
.sec1 .list{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	flex-direction:row;
	position:relative;
	flex-grow:1;
}
.sec1 .list:before{
	display:block;
	content:"";
	background: linear-gradient(90deg, #EFF7FF 0%, rgba(243, 248, 253, 0) 100%);
	border-radius: 0.625em;
	position:absolute;
	inset:-0.625em;
	z-index:-1;
}
.sec1 ul{
	margin-right:3%;
}
.sec1 ul:last-child{
	margin-right:0;
}
.sec1 .col3 ul{
	width:27%;
}
.sec1 .col4 ul{
	width:22.75%;
}
.sec1 li{
	border-radius:0.625em;
	margin-bottom:0.625em;
	display:flex;
	align-items:stretch;
	justify-content:flex-start;
	flex-direction:row;
	overflow:hidden;
}
.sec1 li:last-child{
	margin-bottom:0;
}
.sec1 .flex-box:nth-child(odd) .img-box,.sec1 .flex-box:nth-child(odd) .text-box{
	background-color:rgba(5, 120, 191, 0.1);
}
.sec1 .flex-box:nth-child(even) .img-box,.sec1 .flex-box:nth-child(even) .text-box{
	background-color:rgba(195, 202, 220, 0.2);
}
.sec1 .img-box{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:7.625em;
	margin-right:1px;
	text-align:center;
	flex-shrink:0;
	padding:1.125em 0;
}
.sec1 .img-box img{
	width:4em;
}
.sec1 .img-box img.ti{
	width:5em;
}
.sec1 .text-box{
	flex-grow:1;
	padding:0.875em 1.25em;
	display:flex;
	align-items:stretch;
	justify-content:center;
	flex-direction:column;
}
.sec1 p{
	font-size:1.125em;
}
.sec1 p.center{
	width:100%;
	text-align:center;
	padding-top:1em;
}
.sec1 .img-box p{
	color:var(--theme-blue);
	line-height:1.22;
	margin-top:0.4em;
}
.sec1 .text-box p{
	line-height:1.78;
	padding-left:1em;
	margin-bottom:0.25em;
}
.sec1 .text-box p:last-child{
	margin-bottom:0;
}
.sec1 .text-box p i{
	font-style:normal;
	width:1em;
	display:inline-block;
	vertical-align:baseline;
	margin-left:-1em;
}


.sec2{
	padding:4.2% 0 12.1875%;
	overflow:hidden;
}
.sec2 .inner{
	margin-bottom:6.25%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec2 .inner:nth-child(even){
	flex-direction:row-reverse;
}
.sec2 .inner:last-child{
	margin-bottom:0;
}
.sec2 .img-box{
	border-radius:0.9375em;
	overflow:hidden;
	width:53.57%;
}
.sec2 .inner:nth-child(odd) .img-box{
	margin-right:-8%;
}
.sec2 .inner:nth-child(even) .img-box{
	margin-left:-8%;
}
.sec2 .text-box{
	width:45%;
}
.sec2 h3{
	font-size:3em;
	line-height:1.333;
	color:var(--theme-blue);
	margin-bottom:5.4%;
}
.sec2 p{
	font-size:1.125em;
	line-height:2;
}



@media only screen and (min-width:1025px){
}
@media only screen and (max-width:1024px){
	body{
		background-position:0 90vw;
	}

	.sec1{
		display: none;
	}

	.sec2{
		padding:15% 0 35%;
	}
	.sec2 .inner{
		margin-bottom:15%;
		display:block;
	}
	.sec2 .img-box{
		width:100%;
	}
	.sec2 .inner:nth-child(odd) .img-box{
		margin-right:0;
	}
	.sec2 .inner:nth-child(even) .img-box{
		margin-left:0;
	}
	.sec2 .text-box{
		width:100%;
		margin-bottom: 10%;
	}
}