#section01 .w_text{
	margin-top: 20px;
	padding-left: 340px;
	background: url(../../img/anesis/bg01.jpg) no-repeat left top;
	min-height: 355px;
}

#section01 .w_text h3{
	margin-bottom: 20px;
}

#section01 .w_text p{
	font-size: 16px;
	margin-bottom: 30px;
}

#section02{
	border: solid 5px #d5eeff;
	border-radius: 10px;
	padding: 0 20px 30px;
	margin: 50px 0 20px;
}

#section02 h2{
	text-align: center;
	margin-top: -35px;
}

#section02 p{
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}

#section02 .box01,
#section02 .box02{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#section02 .box01 dl,
#section02 .box02 dl{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #e0f2ff;
	padding: 10px;
	margin-bottom: 10px;
}

#section02 .box01 dl{
	width: 32.5%;
}

#section02 .box02 dl{
	width: 49.2%;
}

#section02 .box01 dt,
#section02 .box02 dt{
	font-size: 18px;
	color: #007aec;
}

#section02 .box01 dd,
#section02 .box02 dd{
	font-size: 16px;
	position: relative;
}

#section02 .box01 dd:before,
#section02 .box02 dd:before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #007aec;
	border-radius: 50%;
	margin-right: 5px;
}

.w_point p{
	margin-top: 15px;
}

.w_point ul{
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	background: url(../../img/anesis/bg02.jpg) no-repeat center 30px;
}

.w_point li{
	margin: 0 10px;
}

#section03{
	background: url(../../img/anesis/bg03.jpg);
	padding: 20px 40px 10px;
}

#section03 h2{
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

#section03 h2 span{
	display: inline-block;
	background: url(../../img/anesis/line.jpg) repeat-x left bottom;
	padding: 0 2px 2px;
}

#section03 dl{
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 20px;
}

#section03 dt{
	font-weight: bold;
	color: #007aec;
	font-size: 18px;
	text-align: center;
	width: 22%;
	padding-top: 23%;
}

#section03 dt.human01{
	background: url(../../img/anesis/human01.png) no-repeat center top / 100% auto;
}
#section03 dt.human02{
	background: url(../../img/anesis/human02.png) no-repeat center top / 100% auto;
}
#section03 dt.human03{
	background: url(../../img/anesis/human03.png) no-repeat center top / 100% auto;
}
#section03 dt.human04{
	background: url(../../img/anesis/human04.png) no-repeat center top / 100% auto;
}

#section03 dd{
	width: 78%;
	padding-left: 35px;
}

#section03 dd p{
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	background: #fff;
	border: solid 2px #ccc;
	border-radius: 15px;
	padding: 15px;
}

#section03 dd p:before{
	position: absolute;
	top: 90px;
	left: -29px;
	content: '';
	display: inline-block;
	width: 29px;
	height: 14px;
	background: url(../../img/anesis/arrow.png) no-repeat center / 100% auto;
}

#section04,
#section05{
	border: solid 5px #d5eeff;
	border-radius: 10px;
	padding: 25px 20px;
	margin: 20px 0;
}

.ttl01{
	font-size: 20px;
	color: #007aec;
	border-bottom: solid 2px #007aec;
	padding: 0 10px 10px;
	margin-bottom: 15px;
}

#section04 p,
#section05 p{
	font-size: 16px;
}

#section04 ul{
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 20px 0 40px;
}

#section04 li{
	width: 20%;
	font-size: 16px;
	text-align: center;
	padding-top: 20%;
	margin: 0 4%;
}

#section04 ul li:nth-child(1){
	background: url(../../img/anesis/type01.jpg) no-repeat center top / 100% auto;
}
#section04 ul li:nth-child(2){
	background: url(../../img/anesis/type02.jpg) no-repeat center top / 100% auto;
}
#section04 ul li:nth-child(3){
	background: url(../../img/anesis/type03.jpg) no-repeat center top / 100% auto;
}

#section04 h3{
	font-size: 20px;
	color: #007aec;
	margin-bottom: 8px;
}

#section04 th,
#section04 td{
	font-size: 16px;
	padding: 10px;
	border-bottom: solid 2px #fff;
}

#section04 th{
	background: #d9ecff;
	color: #007aec;
	border-right: solid 2px #fff;
	padding-left: 20px;
	font-weight: bold;
}

#section04 td{
	background: #eeeeee;
}

#section04 tr:nth-child(even) td{
	background: #fafafa;
}

#section05 .blue{
	color: #007aec;
}

#section05 .fs20{
	font-size: 20px;
}

.anesis_btn{
	margin: 40px auto 80px;
	max-width: 520px;
}

.anesis_btn a{
	font-size: 24px;
	padding: 20px;
}

.anesis_btn a::before{
	width: 8px;
	height: 8px;
	border-width: 4px;
}
@media screen and (max-width: 899px){
	#section01 .w_text{
		padding-left: 30%;
		background-size: 28% auto;
		-webkit-background-size: 28% auto;
	}
}
@media screen and (max-width: 600px){
	#section01 .w_text{
		padding-left: 0;
		padding-bottom: 92%;
		background-size: 80% auto;
		-webkit-background-size: 80% auto;
		background-position: center bottom;
	}
	#section02 p{
		text-align: left;
		margin: 10px 0;
	}
	#section02 .box01, #section02 .box02{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	
	#section02 .box01 dl,
	#section02 .box02 dl{
		width: 100%;
	}
	.w_point ul{
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	#section03{
		padding: 20px 15px 10px;
	}
	#section03 dt{
		font-size: 14px;
	}
	#section03 dd p{
		font-size: 14px;
	}
	#section03 dd p:before{
		top: 20px;
	}
	#section04 ul{
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	#section04 li{
		width: 32%;
		font-size: 13px;
		margin: 0;
		padding-top: 31%;
	}
	
	#section04 th,#section04 td{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 10px;
		border: none;
	}
	.anesis_btn a{
		font-size: 16px;
		padding: 10px;
	}
}
