body{
	background-repeat: no-repeat;
	background-image: url(../images/solution_sit_bg.jpg);
	background-size: 100% auto;
	background-position: 50% 15vw;
}


.banner .inner{
	align-items:center;
}


section .title{
	text-align:center;
}
section .title h3{
	font-size:3em;
	line-height:1.3;
}
section .title p{
	font-size:1.125em;
	line-height:1.6;
	margin-top:1em;
}




.sec1{
	padding:7.8125% 0 4.48%;
}
.sec1 .title{
	margin-bottom: 8.7%;
}
.sec1 .inner > .flex-box{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .left-part{
	width: 21.62%;
}
.sec1 .left-part li{
	background-color: #E9F4FF;
	border-radius: 0.625em;
	padding: 1em 1.25em;
	cursor: pointer;
	margin-bottom: 0.75em;
	transition: color 0.3s,background-color 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 .left-part li:last-child{
	margin-bottom: 0;
}
.sec1 .left-part li.active{
	background-color: var(--theme-darkblue);
	color: #fff;
}
.sec1 .left-part h5{
	font-size: 1.125em;
	line-height: 1.5;
	font-weight: normal;
}
.sec1 .left-part p{
	font-size: 0.875em;
	line-height: 1.93;
	color: #666;
	transition: color 0.3s;
	flex-shrink:0;
}
.sec1 .left-part li.active p{
	color: #fff;
}
.sec1 .right-part{
	width: 76.28%;
	position: relative;
}
.sec1 .right-part li{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	width: 100%;
	transition: opacity 0.3s;
	height:100%;
}
.sec1 .right-part li.active{
	opacity: 1;
	pointer-events: auto;
}
.sec1 .right-part li .scroll-box{
	width:100%;
	overflow-y:auto;
	height:calc(100% - 2.875em);
	margin-top:2.875em;
}
.sec1 .right-part li .scroll-box thead{
	display:none;
}
.sec1 .right-part table{
	font-size: inherit;
	color: inherit;
	width: 100%;
	text-align: center;
}
.sec1 .right-part li > table{
	position:absolute;
	left:0;
	top:0;
}
.sec1 .right-part li > table tbody{
	display:none;
}
.sec1 .right-part th,.sec1 .right-part td{
	width: auto;
	line-height: 1;
}
.sec1 .right-part th:first-child,.sec1 .right-part td:first-child{
	text-align: left;
	padding-left: 4em;
	width: 50%;
}
.sec1 .right-part th:nth-child(2),.sec1 .right-part td:nth-child(2){
	width: calc(50% - 13.5em);
}
.sec1 .right-part th:last-child,.sec1 .right-part td:last-child{
	padding-right: 4em;
	width: 13.5em;
}
.sec1 .right-part th{
	border-bottom: 1px solid #333;
	padding: 0.1em 2em 1em;
}
.sec1 .right-part td{
	border-bottom: 1px solid rgba(153,153,153,0.5);
	padding: 1.4375em 2em;
	height: 5.5em;
}
.sec1 .right-part h5{
	font-size: 1.25em;
	line-height: 1.35;
	font-weight: 500;
}
.sec1 .right-part p{
	font-size: 1.125em;
	line-height: 1.5;
	transition: font-weight 0.3s;
}
.sec1 .right-part a{
	font-size: 0.875em;
	width: 8.57em;
	height: 3em;
	line-height: calc(3em - 2px);
	background-color: var(--theme-blue);
	border: 1px solid var(--theme-blue);
	display: block;
	color: #fff;
	border-radius: 1.5em;
	transition: color 0.3s,background-color 0.3s,opacity 0.3s;
	opacity:0;
	pointer-events:none;
}




.sec2{
	padding:4.48% 0 10.2%;
}
.sec2 .inner{
	background: linear-gradient(261.69deg, #E9F4FF 0.33%, #FFFFFF 53.42%, #E9F4FF 99.81%);
	border: 1px solid #EEEEEE;
	border-radius: 0.625em;
	padding:4.8% 0 5.9375%;
}
.sec2 .title{
	margin-bottom:5.6%;
}
.sec2 .title h3{
	color:var(--theme-blue);
}
.sec2 table{
	display:table;
	font-size:1.125em;
	margin:0 auto;
}
.sec2 table th{
	text-align:right;
	font-weight:normal;
	padding-right:1.33em;
}
.sec2 table td{
	text-align:left;
	padding:0.75em 0;
}
.sec2 table input[type='text']{
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0.3125em;
	width:33.66em;
	height:3.33em;
	padding:0 1.5em;
	color:inherit;
	font-size:inherit;
}
.sec2 .submit{
	display:block;
	margin:3.24% auto 0;
	background-color:var(--theme-blue);
	color:#fff;
	width:12em;
	height:3.25em;
	line-height:calc(3.25em - 2px);
	cursor:pointer;
	border-radius:1.625em;
	border:1px solid var(--theme-blue);
	transition:color 0.3s,background-color 0.3s;
	text-align: center;
}

@media only screen and (min-width:1025px){
	.sec1 .left-part li:hover{
		background-color: var(--theme-darkblue);
		color: #fff;
	}
	.sec1 .left-part li:hover p{
		color: #fff;
	}
	.sec1 .right-part tr:hover p{
		font-weight: bold;
	}
	.sec1 .right-part tr:hover a{
		opacity:1;
		pointer-events:auto;
	}
	.sec1 .right-part a:hover{
		color: var(--theme-blue);
		background-color: transparent;
	}
	.sec2 .submit:hover{
		background-color:#fff;
		color:var(--theme-blue);
	}
}
@media only screen and (max-width:1024px){
	body{
		background-position: 50% 100vw;
	}




	.sec1{
		padding:15% 0 7.5%;
	}
	.sec1 .title{
		margin-bottom: 10%;
	}
	.sec1 .inner > .flex-box{
		display: block;
	}
	.sec1 .left-part{
		width: auto;
		margin-left: -5vw;
		margin-right: -5vw;
		overflow-x: auto;
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-bottom: 10%;
		padding: 0 5%;
	}
	.sec1 .left-part li{
		flex-shrink: 0;
		margin-right: 5%;
		margin-bottom: 0;
	}
	.sec1 .left-part li:last-child{
		margin-right: 0;
	}
	.sec1 .left-part h5{
		margin-right: 1.5em;
	}
	.sec1 .right-part{
		width: 100%;
	}
	.sec1 .right-part li.active{
		position:static;
	}
	.sec1 .right-part li .scroll-box{
		height:auto;
		margin-top:0;
	}
	.sec1 .right-part li > table{
		display:none;
	}
	.sec1 .right-part th:first-child,.sec1 .right-part td:first-child{
		padding-left: 1em;
	}
	.sec1 .right-part th:nth-child(2),.sec1 .right-part td:nth-child(2){
		width:calc(50% - 9.5em)
	}
	.sec1 .right-part th:last-child,.sec1 .right-part td:last-child{
		padding-right: 1em;
		width: 9.5em;
	}
	.sec1 .right-part th{
		padding: 0.1em 1em 1em;
	}
	.sec1 .right-part td{
		padding: 1.4375em 1em;
	}




	/*.sec2{*/
	/*	padding:7.5% 0 30%;*/
	/*}*/
	.sec2{
		padding:15% 0 30%;
	}
	.sec2 .inner{
		padding:10% 5%;
	}
	.sec2 .title{
		margin-bottom:10%;
	}
	.sec2 table,.sec2 tbody,.sec2 tr,.sec2 td,.sec2 th{
		display:block;
		width: 100%;
	}
	.sec2 tr{
		padding-bottom: 1em;
	}
	.sec2 table th{
		text-align:left;
		padding-right:0;
	}
	.sec2 table input[type='text']{
		width:100%;
	}
}