section#mv {
	background-image: url("../../common/images/e_merit/main_vis.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 300px;
	position: relative;
	width: 2560px;
}
#mv h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#e_merit_wrap {
	width: 2560px;
	background: #d8f0fc;
	background: linear-gradient(20deg,#d8f0fc 0%, #d8f0fc 20%, #dee7f5 40%, #f7fafc 60%);
	background: -webkit-linear-gradient(20deg,#d8f0fc 0%, #d8f0fc 20%, #dee7f5 40%, #f7fafc 60%);
	background: -moz-linear-gradient(20deg,#d8f0fc 0%, #d8f0fc 20%, #dee7f5 40%, #f7fafc 60%);
	padding-bottom: 100px;
/*	background-image: url("../../common/images/e_merit/e_merit_area_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;*/
}
section#e_merit_area {
	padding-bottom: 50px;
	position: relative;
	width: 862px;
}
.estate_float_inner {
	display: flex;
    justify-content: space-between;
	margin: auto;
	height: 1520px;
	width: 1110px;
}
.e_merit_area01,
.e_merit_area02,
.e_merit_area03 {
	box-sizing: border-box;
	margin: auto auto 50px;
	width: 800px;
}
.e_merit_area01_head,
.e_merit_area02_head,
.e_merit_area03_head {
	margin-bottom: 30px;
}
.e_merit_area01_head h2,
.e_merit_area02_head h2,
.e_merit_area03_head h2 {
	color: #013e98;
	font-size: 24px;
}
.e_merit_area01_head p::before {
	background-image: url("../../common/images/e_merit/e_merit_area01_icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 73px;
	margin-right: 30px;
	vertical-align: -30px;
	width: 73px;
}
.e_merit_area02_head p::before {
	background-image: url("../../common/images/e_merit/e_merit_area02_icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 73px;
	margin-right: 30px;
	vertical-align: -30px;
	width: 73px;
}
.e_merit_area03_head p::before {
	background-image: url("../../common/images/e_merit/e_merit_area03_icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 73px;
	margin-right: 30px;
	vertical-align: -30px;
	width: 73px;
}
.e_merit_area01,
.e_merit_area02 {
	display: flex;
    flex-direction: row;
}
.e_merit_area01 .e_merit_area01_wrap,
.e_merit_area02 .e_merit_area02_wrap {
	margin-right: 50px;
	width: 660px;
	/*width: 65%;*/
}
.e_merit_area01 .e_merit_area01_fig,
.e_merit_area02 .e_merit_area02_fig {
	width: 35%;
}
.e_merit_area01 .e_merit_area01_fig img {
	height: 238px;
	width: 204px;
}
.e_merit_area01 .e_merit_area02_fig img {
	height: 205px;
	width: 228px;
}
.e_merit_area01_des,
.e_merit_area02_des {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.e_merit_area01_des p,
.e_merit_area02_des p {
	font-size: 16px;
	color: #71757a;
	line-height: 30px;
	width: 360px;
}
.e_merit_area03 {

}
.e_merit_area03_list ul {
	width: 660px;

}
.e_merit_area03_list ul li {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px 30px;
}
.e_merit_area03_list ul li .e_merit_area03_list_ttl {

}
.e_merit_area03_list ul li:nth-child(1) .e_merit_area03_list_ttl h3::before {
	background-image: url("../../common/images/e_merit/e_merit_area03_01_num01.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 18px;
	margin-right: 20px;
	vertical-align: middle;
	width: 20px;
}
.e_merit_area03_list ul li:nth-child(2) .e_merit_area03_list_ttl h3::before {
	background-image: url("../../common/images/e_merit/e_merit_area03_01_num02.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 19px;
	margin-right: 20px;
	vertical-align: middle;
	width: 21px;
}
.e_merit_area03_list ul li:nth-child(3) .e_merit_area03_list_ttl h3::before {
	background-image: url("../../common/images/e_merit/e_merit_area03_01_num03.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	margin-right: 20px;
	vertical-align: middle;
	width: 20px;
}
.e_merit_area03_list ul li .e_merit_area03_list_ttl h3::before {
	content: '';
	display: inline-block;
}
.e_merit_area03_list ul li .e_merit_area03_list_ttl h3 {
    padding-bottom: 10px;
    font-size: 18px;
    color: #71757a;
}
.e_merit_area03_list ul li p {
	font-size: 16px;
	color: #71757a;
	line-height: 30px;
}

/* side-bar*/
#e_merit_side_area {
	box-sizing: border-box;
	width: 216px;
}
#e_merit_side_area ul {
	box-sizing: border-box;
  	width: 216px;
}
#e_merit_side_area ul li {
	background-color: #fff;
	border: solid 6px #e3ebf7;
	font-size: 16px;
	list-style: none;
	height: 60px;
	overflow: hidden;
	margin-bottom: 3px;
	position: relative;
	text-align: center;
}
#e_merit_side_area ul li.e_merit_side_area_head {
	background-color: #013e98;
	border: none;
	color: white;
}
#e_merit_side_area ul li.e_merit_side_area_head span {
	padding-left: 30px;
}
#e_merit_side_area ul li span {
	display: inline-block;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 216px;
}
#e_merit_side_area ul li:not(:first-of-type) span {
	margin-left: -20px;
}
#e_merit_side_area ul li span::after {
	background-image: url("../../common/images/e_merit/arrow_gray.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 14px;
	width: 7px;
}
#e_merit_side_area ul li:nth-child(1) span::after {
	content: none;
}
#e_merit_side_area ul li:nth-child(2) span::after {
	position: absolute;
    top: 0;
    right: 0;
}
#e_merit_side_area ul li:nth-child(3) span::after,
#e_merit_side_area ul li:nth-child(4) span::after {
	position: absolute;
    top: 20px;
    right: 0;
}
#e_merit_side_area ul li.e_merit_side_area_head span::before {
	background-image: url("../../common/images/e_merit/e_merit_side_area_head_txt_icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: inline-block;
	height: 36px;
	position: absolute;
	top: -10px;
    left: 65px;
	width: 33px;
}
#e_merit_side_area ul li a {
	box-sizing: border-box;
	display: block;
    height: 60px;
	text-decoration: none;
}
