@charset "UTF-8";
.txtFeat {
	background:url(../../img/feature/txt02.png) no-repeat bottom center;
	background-size:100% auto;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:50px;
}

.mb_30 {
	margin-bottom:30px;
}


.mt_90 {
	margin-top:90px;
}


.mt_110  {
	margin-top:110px;
}

.mt_120  {
	margin-top:120px;
}

.innertxt {
	line-height:2.2;
	font-size:16px;
	letter-spacing:1px;
}

.leftFeat {
	float:left;
	width:43%;
	padding-bottom:30px;
	padding-right:25px;
	background:url(../../img/feature/flow01.png) no-repeat bottom right;
	background-size:260px auto;
}

.leftFeat .title span {
	background:#e41b7f;
	color:#fff;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	padding:3px 8px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right:15px;
margin-bottom:-10px;
}

.leftFeat .title img {
	width:130px;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	margin-top:-22px;
}



.leftFeat .sub_tit {
	color:#e41b7f;
	font-size:36px;
	font-weight:bold;
	line-height:1.4;
	margin:15px 0 30px;
}

.leftFeat .desc {
	line-height:2;
	font-size:14px;
}

.rightFeat {
	width:55%;
	float:right;
}

.leftFeat02 {
	float:left;
	width:58%;
}

.rightFeat02 {
	width:39%;
	float:right;
	background:url(../../img/feature/flow02.png) no-repeat right 50%;
	background-size:182px auto;
	padding-right:10px;
}




.rightFeat02 .title span {
	background:#7ac943;
	color:#fff;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	padding:3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right:15px;
	margin-bottom:-10px;
}

.rightFeat02 .title img {
	width:140px;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	margin-top:-22px;
}



.rightFeat02 .sub_tit {
	color:#7ac943;
	font-size:36px;
	font-weight:bold;
	line-height:1.4;
	margin:15px 0 30px;
}

.rightFeat02 .desc {
	line-height:2;
	
}

.blue_bg {
	background:#234ea2 !important;
}

.cl_txt {
	color:#234ea2 !important;
	letter-spacing:-3px;
	margin-right: -57px !important;
}

.bg_new {
	background:url(../../img/feature/flow03.png) no-repeat 20% bottom;
	background-size:290px auto !important;
	padding-right:0 !important;
}

.leftFeat03 {
	float:left;
	width:31%;
}

.rightFeat03 {
	width:63%;
	float:right;
	background:url(../../img/feature/flow04.png) no-repeat left bottom;
	background-size:100% auto;
	padding-bottom:15px;
	margin-top:-20px;
}




.rightFeat03 .title span {
	background:#972d83;
	color:#fff;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	padding:3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right:15px;
	margin-bottom:-10px;
}

.rightFeat03 .title img {
	width:140px;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	margin-top:-22px;
}



.rightFeat03 .sub_tit {
	color:#972d83;
	font-size:36px;
	font-weight:bold;
	line-height:1.4;
	margin:0px 0 30px;
}

.rightFeat03 .desc {
	line-height:2;
	
}

.y_bg {
	background:#f8b62b !important;
}

.cl_txt02 {
	color:#f8b62b !important;
}

.bg_new02 {
	background:url(../../img/feature/flow05.png) no-repeat right 87%;
	background-size:257px auto !important;
	padding-right:0 !important;
}

.boxTop06 {
	margin-top:90px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	
	.innertxt {
		font-size:14px;
	}
	
	.leftFeat {
		width:48%;
		padding-right:15px;
	}
	
	.rightFeat {
		width:50%;
	}
	
	.leftFeat .sub_tit, .rightFeat02 .sub_tit, .rightFeat03 .sub_tit {
		font-size:28px;
		margin-bottom:10px;
	}
	
	.leftFeat .title span {
		font-size:14px;
	}
	
	.leftFeat .title img {
		width:110px;
		height:auto;
	}
	
	.leftFeat02 {
		width:50%;
	}
	
	.rightFeat02 {
		width:47%;
	}
	
	.rightFeat02 .title img, .rightFeat03 .title img {
		width:120px;
		height:auto;
	}
	
	.rightFeat02 .title span, .rightFeat03 .title span {
		font-size:14px;
	}
	
	.leftFeat .desc , .rightFeat02 .desc, .rightFeat03 .desc {
		font-size:13px;
	}
	
	.mt_120 {
		margin-top:90px;
	}
	
	.mt_110 {
		margin-top:70px;
	}
	
}


@media only screen and (max-width:767px) {
	.innertxt {
		font-size:12px;
		line-height:1.8;
	}
	
	.txtFeat {
		background:url(../../img/feature/txt02.png) no-repeat center center;
		background-size:100% auto;
	}
	
	.mb_30 {
		margin-bottom:15px;
	}
	
	.leftFeat {
		width:100%;
		padding-right:0;
		padding-bottom:20px;
		background: url(../../img/feature/flow01.png) no-repeat bottom right;
    	background-size: 181px auto;
	}
	
	.leftFeat .sub_tit {
		font-size:25px;
		margin-bottom:15px;
	}
	
	.leftFeat .title img {
		width:92px;
		height:auto;
	}
	
	.leftFeat .title span {
		font-size:12px;
	    margin-bottom: 0px;
	}
	
	.leftFeat .desc {
		font-size:12px;
		line-height:1.7;
	}
	
	.rightFeat {
		width:100%;
	}
	
	.mt_90 {
		margin-top:70px;
	}
	
	.rightFeat02 {
		width:100%;
	background: url(../../img/feature/flow02.png) no-repeat 70% 25%;
    background-size: 150px auto;
	}
	
	.rightFeat02 .title img {
		width:92px;
		height:auto;
	}
	
	.rightFeat02 .title span {
		font-size:12px;
	    margin-bottom: 0px;
	}
	
	.rightFeat02 .sub_tit {
		font-size:25px;
		margin-bottom:15px;
	}
	
	.leftFeat02 {
		width:100%;
	}
	
	.rightFeat02 .desc {
		margin-bottom:20px;
	}
	
	.mt_110 {
		margin-top:60px;
	}
	
	.bg_new {
    background: url(../../img/feature/flow03.png) no-repeat right 65%;
    background-size: 203px auto !important;
	}
	
	.mt_120 {
		margin-top:80px;
	}
	
	.rightFeat03 {
		width:100%;
		background: url(../../img/feature/flow04_sp.png) no-repeat 20% 80%;
    	background-size: 224px auto;
	}
	
	.rightFeat03 .title img {
		width:92px;
		height:auto;
	}
	
	.rightFeat03 .title span {
		font-size:12px;
	    margin-bottom: 0px;
	}
	
	.rightFeat03 .sub_tit {
		font-size:25px;
		margin-bottom:15px;
		margin-top:10px;
	}
	
	.leftFeat03 {
		width:100%;
	}
	
	
	.bg_new02 {
		background: url(../../img/feature/flow05_sp.png) no-repeat 90% 87%;
		background-size: 180px auto !important;
		padding-right: 0 !important;
	}

	.boxTop06 {
		margin-top:50px;
	}

}
