/* common start */
*{
	margin:0;
	padding:0;
	font-family:Meiryo, DFPHSMincho-W3, "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:0;
	vertical-align:top;
}
body{

}
ul{
	list-style-type:none;
	overflow:hidden;
}
li{
	overflow:hidden;
}
div{
	box-sizing: border-box;
}
.flr {
	float: right;
}
.c {
	text-align: center;
}
.b {
	font-weight: bold;
}
.red {
	color: red;
}

div.lp_header{
	width:1150px;
	margin: 10px auto 0 auto;
	display: flex;
}

	div.lp_header div.logo{
		width: 20%;
	}
		div.lp_header div.logo img{
			width: 100%;
		}

	div.lp_header div.menu{
		width: 80%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
		div.lp_header div.menu a.btn_text{
			display: block;
			margin-left: 2%;
			font-size: 18px;
			font-weight: bold;
			text-decoration: none;
			color: #333;
			transition: 0.4s;
		}
		div.lp_header div.menu a.btn_text:hover{
			color:#00BFCB;
		}
		div.lp_header div.menu a.btn_block{
			background-color: #ff8e13;
			display: block;
			margin-left: 2%;
			font-size: 18px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			padding: 5px 2% 4px 2%;
			border-radius: 5px;
			transition: 0.4s;
		}
		div.lp_header div.menu a.btn_block:hover{
			background-color:#00BFCB;
		}

div.lp_main_pic{
	background: url('../images/main_pic_bg.png') no-repeat center;
	max-width:1920px;
	min-width:1150px;
	height: 643px;
	margin: 10px auto 0 auto;
	display: flex;
	align-items:center;
}
		

div.lp_logo{
	max-width:1920px;
	min-width:1150px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

div.block1{
	background-color: #f5f5f3;
	max-width:1920px;
	min-width:1150px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	padding:60px 0 40px;
}
	div.block1 div.title{
		text-align: center;
		margin-bottom: 40px;
	}
	div.block1 div.lists{
		width:1150px;
		margin: 30px auto 30px auto;
	}
		div.block1 div.lists div.list{
			width:85%;
			text-align: center;
			background-color: #fff;
			display: flex;
			margin: 20px auto;
			align-items: center;
			padding-left: 60px;
		}
			div.block1 div.lists div.list div.text{
				font-size: 22px;
				color: #333333;
				font-weight: bold;
				width: 50%;
				text-align: left;
				line-height: 1.6em;
			}
			div.block1 div.lists div.list div.pic{
				font-size: 20px;
				color: #fff;
				justify-content: flex-end;
				display: flex;
				width: 50%;
			}

div.block2{
	background-color: #f5f5f3;
	max-width:1920px;
	min-width:1150px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding:30px 0;
}
	div.block2 div.title{
		text-align: center;
		margin-bottom: 40px;
	}
	div.block2 div.lists{
		width:1150px;
		margin: 30px auto 30px auto;
	}
		div.block2 div.lists div.list{
			width:90%;
			display: flex;
			margin: 0 auto 50px;
			justify-content:space-around;
			align-items: center;
		}
			div.block2 div.lists div.list div.pic{
				width: 40%;
				text-align: center;
			}
			div.block2 div.lists div.list div.pic img {
				width: 98%;
			}
			div.block2 div.lists div.list div.text{
				width: 50%;
			}
				div.block2 div.lists div.list div.text h3 {
					color: #06bdcf;
					font-size: 26px;
				}
				div.block2 div.lists div.list div.text p{
					margin: 20px 0 30px;
					font-size: 18px;
					font-weight: bold;
					color: #333;
				}
				div.block2 div.lists div.list div.text p.list__mark {
					background-color: #2d96ab;
					color: #fff;
					max-width: 8em;
					text-align: center;
					padding: 4px 0 2px;
					border-radius: 8em;
					font-family: Arial, Helvetica, sans-serif;
					margin: 10px 0;
				}
				div.block2 div.lists div.list div.text div.btn a{
					background-color: #333;
					display: block;
					font-size: 18px;
					font-weight: bold;
					text-decoration: none;
					color: #fff;
					padding: 10px 2% 8px 2%;
					border-radius: 5px;
					transition: 0.4s;
					text-align: center;
					width: 456px;
					box-sizing: border-box;
				}
				div.block2 div.lists div.list div.text div.btn a:hover{
					background-color:#999;
				}

div.block3{
	background-color: #fff;
	max-width:1920px;
	min-width:1150px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding:40px 0;
}
	div.block3 div.title{
		text-align: center;
		margin-bottom: 20px;
	}
	div.block3 div.lists{
		width:1150px;
		margin: 30px auto 30px auto;
	}
		div.block3 div.lists div.list{
			width:100%;
			background-color: #f5f5f3;
			display: flex;
			margin: 20px 0;
			align-items: center;
		}
			div.block3 div.lists div.list div.pic{
				font-size: 20px;
				color: #fff;
				justify-content: flex-end;
				display: flex;
				width: 380px;
			}
			div.block3 div.lists div.list div.text{
				color: #333333;
				font-size: 14px;
				padding: 0 30px;
				line-height: 25px;
			}
			div.block3 div.lists div.list div.text h3 {
				font-size: 24px;
				margin-bottom: 20px;
			}
			div.block3 div.lists div.list div.text b.number {
				color: #06bdcf;
			}

div.block4{
	background-color: #f5f5f3;
	max-width:1920px;
	min-width:1150px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding:40px 0;
}
	div.block4 div.title{
		text-align: center;
		margin-bottom: 20px;
	}
	div.block4 div.lists{
		width:1150px;
		margin: 60px auto 0 auto;
	}
		div.block4 div.lists div.list{
			width:100%;
			margin-bottom: 40px;
		}
			div.block4 div.lists div.list div.title{
				font-size: 24px;
				color: #333;
				display: flex;
				font-weight: bold;
				align-items:center;
				border-bottom: 2px solid #333;
				padding-bottom: 20px;
			}
				div.block4 div.lists div.list div.title img{
					margin-right: 20px;
				}
			div.block4 div.lists div.list div.text{
				font-size: 16px;
				color: #333333;
			}

div.lp_soudan{
	background-color: #06bdcf;
	max-width:1920px;
	min-width:1150px;
	margin: 0 auto;
	overflow: hidden;
	padding:40px 0;
}
	div.lp_soudan div.title{
		text-align: center;
		margin-bottom: 20px;
	}
	div.lp_soudan div.lists{
		width:1150px;
		margin: 30px auto 30px auto;
		display: flex;
		justify-content: space-around;
	}
		div.lp_soudan div.lists div.list{
			width:435px;
			text-align: center;
		}
			div.lp_soudan div.lists div.list div.btn{
				margin-top: 20px;
			}
			div.lp_soudan div.lists div.list div.text{
				margin-top: 20px;
				font-size: 20px;
				color: #fff;
			}

.strength {
	margin: 70px 0 40px;
	color: #333;
}
	.strength .title {
		text-align: center;
		margin-bottom: 20px;
	}
	.strength h6 {
		font-size: 24px;
		color: #fff;
		width: 965px;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 35px 0 30px 80px;
		line-height: 1em;
	}
	.strength h6.bg-1 {
		background: url('../images/strength_bg1.png') center no-repeat;
	}
	.strength h6.bg-2 {
		background: url('../images/strength_bg2.png') center no-repeat;
		line-height: 1.15em;
		padding: 30px 0 30px 80px;
		margin-top: 50px;
	}
	.strength .guide {
		width: 980px;
		margin: 30px auto 20px;
		font-weight: bold;
		font-size: 18px;
	}
	.strength .bg {
		background-color: #f5f5f3;
		padding: 60px 0;
	}
	.strength .pic {
		width: 965px;
		margin: 0 auto;
	}
	.strength .pic.mt {
		margin-top: 40px;
	}
	.strength .lists {
		width: 980px;
		margin: 0 auto 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.strength .lists .list {
		width: 50%;
	}
	.strength .lists .list:nth-child(1) {
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		padding-right: 30px;
		padding-bottom: 40px;
	}
	.strength .lists .list:nth-child(2) {
		border-bottom: 1px solid #e5e5e5;
		padding-left: 30px;
		padding-bottom: 40px;
	}
	.strength .lists .list:nth-child(3) {
		border-right: 1px solid #e5e5e5;
		padding-right: 30px;
		padding-top: 40px;
	}
	.strength .lists .list:nth-child(4) {
		padding-left: 30px;
		padding-top: 40px;
	}
	.strength .lists .list__title {
		font-size: 20px;
		font-weight: bold;
	}
	.strength .lists .list__pic {
		text-align: center;
		margin: 20px 0;
	}
	.strength .lists .list__pic img{
		width: 320px;
	}
	.strength .lists .list__intro {
		text-align: center;
		font-weight: bold;
		font-size: 18px;
		margin: 0 10px;
	}
		.strength .lists .list__intro span {
			color: #de7f49;
		}

.flow {
	margin-bottom: 80px;
}
	.flow .title {
		text-align: center;
	}
	.flow .lists {
		width: 1150px;
		margin: 40px auto 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.flow .lists .pic {
			width: 4%;
		}
		.flow .lists .list {
			padding: 25px 30px 50px 20px;
			width: 25%;
			margin: 0 1.5% 0 0.5%;
			height: 380px;
			background: url('../images/flow_bg.png') center no-repeat;
			background-size: contain;
		}
		
		.flow .lists .list .mark {
			background-color: #2d96ab;
			color: #fff;
			max-width: 6em;
			text-align: center;
			padding: 4px 0 2px;
			border-radius: 8em;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			margin: 0 20px;
		}
		.flow .lists .list .list__pic {
			margin: 30px 0 40px;
			text-align: center;
		}
		.flow .lists .list .text {
			text-align: center;
		}
		.flow .lists .list .text .big {
			font-size: 1.5em;
			text-align: center;
		}

/* footer start */
footer{
	width: 100%;
	background-color: #1e2123;
	overflow: auto;
	margin-top: 50px;
}
	footer div.go_top{
		background: url('../images/go_top_bg.png') no-repeat center bottom #fff;
		text-align: center;
		padding-bottom: 30px;
	}
	footer div.text{
		color:#aaa;
		text-align: center;
		padding: 1% 0;
		font-size: 14px;
	}
	footer div.link{
		width: 996px;
		border-top: 1px solid #333;
		margin: 50px auto 30px auto;
	}
		footer div.link div.title{
			width: 50%;
			font-size: 20px;
			color: #fff;
			font-weight: bold;
			margin: 20px auto;
			padding-left: 5%;
		}
		footer div.link div.links {
			width: 50%;
			margin: 10px auto;
			display: flex;
			flex-wrap: nowrap;
		}
			footer div.link div.links div{
				width: 50%;
				line-height: 40px;
				padding-left: 18%;
			}
				footer div.link div.links div a{
					color:#fff;
					font-size: 13px;
				}
				footer div.link div.links div a:hover{
					color:#ccc;
				}
	footer div.copyright{
		font-size: 12px;
		color: #eee;
		padding:1% 0;
		text-align: center;
	}
/* footer end */
