@charset "UTF-8";

/*------------------------------------------------------------Bg_maintitle*/
#bg_maintitle {
	height: 340px;
	width: 100%;
	min-width: 1040px;
	text-align: center;
	margin-bottom: 0px;
	background: url(../img/common_img/bg_maintitle.jpg) no-repeat center center;
}
/*------------------------------------------------------------MainTitle*/
#maintitle {
	position: relative;
	width: 1040px;
	top: 0px;
	z-index: 0;
	margin: 0px auto 0px;
}
/*------------------------------------------------------------content*/
.btn_area {
	clear: both;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
}
.btn_area ul li {
	display: inline-block;
	margin-right: 15px;
}
.btn_area ul li:last-child {
	margin-right: 0px;
}
.btn_area ul li a {
	font-size: 14px;
	line-height: 40px;
	color: #000;
	background: rgba(255,170,0,1);
	height: 40px;
	width: 240px;
	border-radius: 8px;
	display: block;
	text-decoration: none;
}
.btn_area ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------Consult*/
#consult {
	clear: both;
	padding-bottom: 0px;
}
#consult .tx_box {
	clear: both;
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
#consult .tx_box h4 {
	text-align: center;
}
#consult .tx_box p.tx {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-top: 15px;
}
#consult .tx_box .ph_right img {
	padding-top: 10px;
}
#consult h5.icon_point02 {
	text-align: center;
	color: #fff;
	background: #19aa67;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
	padding: 5px 0px;
	border-radius: 8px;
}
.tx_box div.area {
	width: 600px;
	margin-top: 20px;
	padding: 10px;
	border-radius: 8px;
	background: rgba(255,170,0,0.1);
}
.tx_box div.area h5 {
	font-size: 16px;
	font-weight: bold;
}
.tx_box div.area p {
	margin-top: 5px;
	background: url(../img/consulting_img/icon_area.png) no-repeat 0px 2px;
	padding-left: 19px;
	margin-left: 15px;
}
/*Flow*/
#flow {
	clear: both;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
}
#flow ul li {
	text-align: left;
	float: left;
	width: 180px;
	background: url(../img/consulting_img/arrow_flow.png) no-repeat 93% 50%;
}
#flow ul li p.title {
	width: 140px;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
	font-size: 14px;
	color: #000;
	padding: 3px 0px;
	background: #ffaa00;
}
#flow ul li p.ph {
	text-align: left;
}
#flow ul li p.ph img {
	border-radius: 0px 0px 8px 8px;
}
#flow ul li:last-child {
	float: left;
	width: 140px;
	background: none;
}
/*------------------------------------------------------------------------Zouyo*/
#zouyo {
	padding-bottom: 0px;
	clear: both;
}
#zouyo .tx_box {
	clear: both;
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-align: left;
}
#zouyo .tx_box h4 {
	text-align: center;
}
#zouyo .tx_box p.tx {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-top: 15px;
	text-align: left;
}
#zouyo .tx_box .ph_right img {
	padding-top: 10px;
}
#zouyo .tx_box p.link {
	float: right;
}
#zouyo .tx_box p.link a {
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	color: #000;
	background: rgba(255,170,0,1);
	height: 40px;
	width: 350px;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	margin-top: 15px;
}
#zouyo .tx_box p.link a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}