﻿@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 85%;
	margin: 0 auto;
	max-width: 1500px;
	box-sizing: border-box;
}

img {
	width: 100%;
}

/*------------------------------------------------------------
头部
------------------------------------------------------------*/

#gHeader .logo {
	padding: 11px 0 12px 100px;
	width: auto;

}

#gHeader .ss {
	width: 90px;
	height: 90px;
	background: #048851 url(../images/icon1.png) no-repeat center;
	background-size: 40px;
}

#gHeader .form {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	top: 90px;
	border-top: 1px solid #efefef;
	padding: 30px 0;
	display: none;
}

#gHeader .form .hot {
	text-align: center;
	line-height: 30px;
	color: #666;
}

#gHeader .form .hot a {
	display: inline-block;
	color: #666;
	margin: 0 5px;
}

#gHeader .form form {
	width: 360px;
	margin: 0px auto 30px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	margin: 0;
	padding: 0 60px 0 8px;
	box-sizing: border-box;
	border: none;
	color: #555;
	line-height: 36px;
	font-size: 15px;
	background-color: #efefef;
}

#gHeader .form form input[type="submit"] {
	width: 55px;
	line-height: 36px;
	border: none;
	background: #048851;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	cursor: pointer;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
}

#gNavi li {
	width: 12.5%;
	float: left;
	position: relative;
}

#gNavi li>a {
	display: block;
	font-size: 16px;
	line-height: 90px;
	position: relative;
	text-align: center;
}

#gNavi li.on>a:after {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	height: 4px;
	background: #048851;
}

#gNavi li.on>a {
	color: #048851;
}

#gNavi li .drop {
	position: absolute;
	left: 0px;
	background: #fff;
	text-align: center;
	right: 0px;
	z-index: 100;
	top: 88px;
	border-top: 2px solid #048851;
	display: none;
}

#gNavi li .drop:after {
	content: "";
	width: 17px;
	height: 10px;
	background: url(../images/sj.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -8.5px;
	z-index: 100;
}

#gNavi li .drop a {
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #555;
}

.sec .title {
	padding: 40px 0 20px;
	text-align: center;
}

.sec .title h2 {
	font-size: 36px;
	position: relative;
	line-height: 50px;
	display: inline-block;
}

.sec .title h2:before {
	content: "";
	width: 52px;
	height: 38px;
	background: url(../images/icon0.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: -80px;
	top: 6px;
}

.sec .title h2:after {
	content: "";
	width: 52px;
	height: 38px;
	background: url(../images/icon00.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -80px;
	top: 6px;
}

.sec .title p {
	font-size: 17px;
	color: #666;
	text-transform: uppercase;
}

.sec .title .i {
	text-align: center;
	margin: 18px 0 10px;
}

.sec .title .i i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #048851;
	border-radius: 50%;
	margin-left: -6px;
	position: relative;
	z-index: 12;
}

.sec .title .i i.i2 {
	opacity: 0.8;
	z-index: 16;
}

.sec .title .i i.i3 {
	opacity: 0.6;
	z-index: 18;
}

.sec .title .i i.i4 {
	opacity: 0.4;
	z-index: 20;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 40px;
	background: url(../images/bg7.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

#gFooter .flogo {
	width: 30%;
}

#gFooter .flogo img {
	width: auto;
}

#gFooter h3 {
	font-size: 17px;
	margin: 12px 0;
}

#gFooter .flogo p {
	font-size: 14px;
	line-height: 30px;
}

#gFooter .box1 {
	width: 24%;
	padding: 0 20px;
	box-sizing: border-box;
}

#gFooter .box1 li {
	width: 50%;
	float: left;
}

#gFooter .box1 a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

#gFooter .box2 {
	width: 22%;
}

#gFooter .box2 p {
	text-align: center;
}

#gFooter .box2 img {
	display: block;
	width: 140px;
	margin: 10px auto;
}

#gFooter .power {
	border-top: 1px solid #efefef;
	line-height: 36px;
	text-align: center;
}

#gFooter .power a {
	color: #fff;
}

#gFooter .power img {
	width: 21px;
	margin-top: 6px;
}

.sp {
	display: none !important;
}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 30%;
	left: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #048851 url(../images/fixcont.png) no-repeat 125px 0;
}

.yb_bar .yb_phone {
	background: #048851 url(../images/fixcont.png) no-repeat 125px -57px;
	text-indent: 20px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #048851 url(../images/fixcont.png) no-repeat 125px -113px;
}

.yb_bar .yb_ercode {
	background: #048851 url(../images/fixcont.png) no-repeat 125px -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader .logo {
		padding-left: 80px;
	}

	#gNavi li .drop {
		left: -25px;
		right: -25px;
	}

	.sec .title h2 {
		font-size: 34px;
	}

	.sec .title h2:before {
		width: 44px;
		height: 30px;
		top: 10px;
		left: -60px;
	}

	.sec .title h2:after {
		width: 44px;
		height: 30px;
		top: 10px;
		right: -60px;
	}

	.sec .title .i {
		margin: 8px 0;
	}
}



@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl, .fr {
		float: inherit;
	}

	.container {
		width: 100%;
		max-width: inherit;
	}

	#gHeader {
		padding: 12px;
	}

	#gHeader .logo {
		padding: 0;
		width: 200px;

	}

	#gHeader .ss {
		position: absolute;
		right: 50px;
		top: 19px;
		width: 40px;
		height: 40px;
		background: url(../images/icon40.png) no-repeat center;
		background-size: 34px;
	}

	#gHeader .form {
		top: 80px;
		padding: 20px 10px;
	}

	#gHeader .form .hot {
		line-height: 24px;
		text-align: left;
	}


	#gHeader .form form {
		width: 100%;
		max-width: 380px;
		margin: 0px auto 20px;
	}

	#gHeader .form form input[type="text"] {
		line-height: 32px;
		font-size: 14px;
	}

	#gHeader .form form input[type="submit"] {
		line-height: 32px;
	}

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 20px;
		width: 34px;
	}

	#gNavi {
		width: 100%;
		display: none;
		position: absolute;
		left: 0;
		top: 80px;
		z-index: 100;
		background: #fff;
		padding: 0 15px 20px;
		border-top: 1px solid #dedede;
		box-sizing: border-box;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
		border-bottom: 1px dashed #dedede;
	}

	#gNavi li>a {
		font-size: 15px;
		line-height: 44px;
		text-align: left;
		background: url(../images/icon41.png) no-repeat right center;
		background-size: 24px;
	}

	#gNavi li.on>a:after {
		display: none;
	}

	#gNavi li.on>a {
		background-image: url(../images/icon42.png);
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		border-top: inherit;
		overflow: hidden;
	}

	#gNavi li .drop:after {
		display: none;
	}

	#gNavi li .drop a {
		display: block;
		line-height: 34px;
		font-size: 14px;
		color: #555;
		width: 48%;
		float: left;
		margin: 5px 1%;
		background: #eaeaea;
	}

	.sec .title {
		padding: 20px 0 14px;
	}

	.sec .title h2 {
		font-size: 27px;
		line-height: 42px;
	}

	.sec .title h2:before {
		width: 40px;
		height: 27px;
		left: -56px;
		top: 7px;
	}

	.sec .title h2:after {
		width: 40px;
		height: 27px;
		right: -56px;
		top: 7px;
	}

	.sec .title p {
		font-size: 14px;
	}

	.sec .title .i {
		margin: 6px 0;
	}

	#gFooter {
		padding: 20px 10px 0;
	}

	#gFooter .flogo {
		width: 100%;
	}

	#gFooter .flogo img {
		width: auto;
		display: block;
		margin: 0 auto 10px;
	}

	#gFooter .box1 {
		width: 100%;
		padding: 0 10px;
	}

	#gFooter .box1 li {
		width: 25%;
	}

	#gFooter .box1 a {
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}

	#gFooter .fl:nth-child(3) li {
		width: 50%;
	}

	#gFooter .box2 {
		width: 100%;
	}

	#gFooter .box2 img {
		width: 120px;
	}

	#gFooter .power {
		line-height: 25px;
	}

}