@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: middle;
	width: 100%
}

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;
	font-family: "思源黑体 CN Regular";
}

#container {
	text-align: left;
}

#main {}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 88%;
	margin: 0 auto;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 5%;
	border-bottom: 1px solid #f9fafc;

}

#gHeader .logo {
	width: auto;
	margin-top: 17px;
}

#gHeader .form {
	width: 13%;
	margin-left: 40px;
	margin-top: 28px;
}

#gHeader .form form {
	position: relative;
}

#gHeader .form form input[type="text"] {
	line-height: 30px;
	width: 100%;
	border-radius: 5px;
	padding: 0 50px 0 8px;
	box-sizing: border-box;
	background: #ecf7f1;
	border: none;
}

#gHeader .form form input[type="submit"] {
	width: 40px;
	height: 30px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../images/icon.png) no-repeat center;
	background-size: 24px;
	cursor: pointer;
}

#gHeader #gNavi {
	width: 60%;
}

#gHeader #gNavi li {
	width: 14.28%;
	float: left;
	text-align: center;
	position: relative;
}

#gHeader #gNavi li:after {
	content: "·";
	position: absolute;
	right: -11px;
	top: 50%;
	color: #08934d;
	line-height: 1;
	font-size: 40px;
	margin-top: -20px;
}

#gHeader #gNavi li:last-child:after {
	display: none;
}

#gHeader #gNavi li>a {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 88px;
}

#gHeader #gNavi li.on>a, #gHeader #gNavi li:hover>a {
	background: url(../../images/icon1.png) no-repeat center bottom 14px;
	background-size: 25px;
	color: #08934d;
}

#gHeader #gNavi li .drop {
	position: absolute;
	left: -20px;
	top: 100%;
	right: -20px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	z-index: 999;
	display: none;
}

#gHeader #gNavi li .drop:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -12px;
	width: 0px;
	height: 0;
	border-bottom: 12px solid #08934d;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}

#gHeader #gNavi li .drop a {
	display: block;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #ecf7f1;
}

#gHeader #gNavi li .drop a.on {
	background: #08934d;
	color: #fff;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 40px;
	background: url(../../images/bg4.jpg) no-repeat bottom right;
	background-size: cover;
	color: #fff;
	font-size: 15px;
	font-family: "auto";
	position: relative;
	margin-top: 30px;
}

#gFooter .box1 {
	width: 30%;
}

#gFooter .fl h3 {
	font-size: 18px;
	padding-left: 28px;
	background: url(../../images/icon32.png) no-repeat left center;
	background-size: 26px;
	margin-bottom: 16px;
}

#gFooter .box1 p {
	line-height: 30px;
}

#gFooter .box1 p img {
	width: 20px;
	margin-right: 5px;
}

#gFooter .box2 {
	width: 24%;
	padding: 0 30px;
	box-sizing: border-box;
}

#gFooter .box2 li {
	width: 50%;
	float: left;
	line-height: 30px;
}

#gFooter .box2 li a {
	display: block;
	color: #fff;
}

#gFooter .box3 {
	width: 20%;
}

#gFooter .box3 img {
	width: 140px;
	display: block;
	margin: 20px auto 5px;
}

#gFooter .box3 p {
	line-height: 40px;
	text-align: center;
}

#gFooter .flink {
	margin-top: 20px;
	color: #fff;
	opacity: 0.2;
}

#gFooter .flink h4 {
	font-size: 17px;
	display: inline-block;
}

#gFooter .flink a {
	display: inline-block;
	margin-right: 5px;
	color: #fff;
}

#gFooter .power {
	text-align: center;
	padding: 12px 0;
	font-size: 14px;
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .4);
}

#gFooter .power a {
	color: #fff;
}

.return {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
	background: url(../../images/icon47.png) no-repeat center;
	background-size: cover;
	width: 60px;
	line-height: 60px;
	text-align: center;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.return img {
	width: 28px;
}

.sec {
	margin-top: 40px;
}

.sec .title {
	text-align: center;
}

.sec .title .tex {
	display: inline-block;
	position: relative;
	text-align: left;
}

.sec .title .tex h2 {
	font-size: 38px;
	letter-spacing: 4px;
	color: #333;
	line-height: 1;
	z-index: 1;
	margin-top: 10px;
}

.sec .title .tex p {
	font-size: 28px;
	color: #08934d;
	font-family: "宋体";
	letter-spacing: -1px;
}

.sec .title .tex strong {
	display: block;
	font-size: 90px;
	color: #08934d;
	position: absolute;
	line-height: 1;
	z-index: 10;
	left: -70px;
}

.sec .title .sp {
	display: none !important;
}

.more a {
	display: block;
	width: 140px;
	line-height: 42px;
	background: #08934d;
	color: #fff;
	text-align: center;
	margin: 40px auto 0;
	font-size: 16px;
	border-radius: 4px;

}

.fixed {
	position: fixed;
	left: 0;
	top: 50%;
	border: 2px solid #08934d;
	background: #fff;
	z-index: 999;
	border-radius: 8px;
	padding: 14px;
	width: 140px;
	text-align: center;
	transform: translateY(-50%);
	display: none;
}

.fixed span.close {
	display: block;
	width: 40px;
	line-height: 30px;
	font-size: 26px;
	text-align: center;
	background: #08934d;
	color: #fff;
	position: absolute;
	top: 0;
	right: -40px;
	cursor: pointer;
}

.fixed h3 {
	color: #08934d;
	font-size: 24px;
	font-weight: 500;
}

.fixed h3 span {
	display: block;
	width: 100px;
	border-radius: 11px;
	line-height: 22px;
	background: #08934d;
	color: #fff;
	font-size: 13px;
	margin: 5px auto 0;
}

.fixed dl {
	margin-top: 20px;
}

.fixed dl dt {
	border: 1px solid #08934d;
	line-height: 28px;
	border-radius: 16px;
	position: relative;
	font-size: 15px;
}

.fixed dl dt span {
	display: block;
	width: 32px;
	height: 32px;
	background: #08934d;
	border-radius: 50%;
	position: absolute;
	left: -1px;
	top: -2px;
}

.fixed dl dt span img {
	width: 20px;
}

.fixed dl dd {
	font-size: 20px;
	margin-top: 8px;
}

.fixed dl dd img {
	width: 100px;
	display: block;
	margin: 0px auto 0;
}

.fixed dl dd p {
	font-size: 13px;
	color: #888;
}


.zx {
	position: fixed;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	background: #08934d;
	color: #fff;
	padding: 12px 8px;
	border-radius: 8px;
	text-align: center;
	width: 50px;
	font-size: 16px;
	line-height: 30px;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.zx img {
	width: 26px;
	margin-bottom: 5px;
}

.sp {
	display: none;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec .more a {
		margin-top: 30px;
	}

	#gFooter {
		font-size: 14px;
	}

	#gHeader .form {
		width: 15%;
		margin-left: 20px;
	}
	.sec .title .tex strong {
		left:-65px;
		font-size:80px
	}
	#gFooter .box2 {
		padding:0 10px
	}
	.sec .title .tex h2 {
		font-size:34px
	}
	.sec .title .tex p {
		font-size:24px
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {


	.sec .title .tex strong {
		font-size: 80px;
		left: -57px;
	}

	.sec .title .tex h2 {
		font-size: 34px;
	}

	.sec .title .tex p {
		font-size: 24px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	.sec .more a {
		width: 128px;
		line-height: 38px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	#gFooter .box2 {
		padding: 0 10px;
		width:25%
	}
}


@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%;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px 3%;

	}

	#gHeader .logo {
		width: 180px;
		margin-top: 0;
	}

	#gHeader .sea {
		position: absolute;
		right: 3%;
		top: 15px;
		width: 40px;
		height: 40px;
		background: #08934d url(../../images/icon15.png) no-repeat center;
		background-size: 26px;
		border-radius: 50%;
	}

	#gHeader .menu {
		width: 40px;
		height: 40px;
		background: url(../../images/icon50.png) #08934d no-repeat center;
		background-size: 22px;
		position: absolute;
		right: 70px;
		top: 15px;
		border-radius: 50%;
	}

	#gHeader .form {
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		padding: 30px 20px;
		box-sizing: border-box;
		z-index: 100;
		position: absolute;
		left: 0;
		top: 66px;
		background: #fff;
		border-top: 1px solid #ecf7f1;
		display: none;
	}

	#gHeader #gNavi {
		width: 100%;
		position: absolute;
		background: #fff;
		border-top: 1px solid #ecf7f1;
		position: absolute;
		left: 0;
		top: 66px;
		z-index: 100;
		padding: 12px;
		box-sizing: border-box;
		display: none;

	}

	#gHeader #gNavi li {
		width: 100%;
		float: inherit;
		text-align: left;
	}

	#gHeader #gNavi li:after {
		display: none;
	}

	#gHeader #gNavi li>a {
		font-size: 16px;
		line-height: 42px;
		border-bottom: 1px dashed #e3eee8;
		background: url(../../images/icon48.png) no-repeat right center;
		background-size: 16px;
	}

	#gHeader #gNavi li.on>a {
		background: url(../../images/icon49.png) no-repeat right center;
		background-size: 16px;
	}

	#gHeader #gNavi li .drop {
		position: relative;
		left: 0px;
		top: 100%;
		right: 0px;
		background: #fff;
		box-shadow: none;
		z-index: 999;
		overflow: hidden;
		padding: 8px 0;
	}

	#gHeader #gNavi li .drop:before {
		display: none;
	}

	#gHeader #gNavi li .drop a {
		display: block;
		width: 48%;
		float: left;
		line-height: 36px;
		font-size: 14px;
		text-align: center;
		border: none;
		background: #fafafa;
		margin: 5px 1%;
		box-sizing: border-box;
		border-radius:4px;
	}

	#gHeader #gNavi li .drop a.on {
		background: #08934d;
		color: #fff;
	}


	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 40px 10px 0;
		font-size: 13px;
		margin-top: 20px;
	}

	#gFooter .box1 {
		width: 100%;
	}

	#gFooter .fl h3 {
		font-size: 16px;
		padding-left: 24px;
		margin-bottom: 8px;
	}

	#gFooter .box1 p {
		line-height: 32px;
		padding-left: 14px;
	}

	#gFooter .box1 p img {
		width: 18px;
		margin-right: 4px;
	}

	#gFooter .box2 {
		width: 100%;
		padding: 0px;
		border-top: 1px dashed rgba(255, 255, 255, .4);
		padding-top: 15px;
		margin-top: 15px;
	}

	#gFooter .box2 li {
		width: 20%;
		text-align: center;
		line-height: 28px;
	}

	#gFooter .fl:nth-child(3) li {
		width:33.33%
	}

	#gFooter .box4 li {
		width: 33.33%;
		text-align: left;
	}

	#gFooter .box3 {
		width: 100%;
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px dashed rgba(255, 255, 255, .4);
	}

	#gFooter .box3 img {
		width: 130px;
	}

	#gFooter .flink h4 {
		font-size: 16px;
	}

	#gFooter .power {
		padding: 8px 5px;
		margin: 0 -10px;
		font-size: 13px;
		margin-top: 14px;
	}

	#gFooter .power a {
		color: #fff;
	}

	.sec {
		margin-top: 26px;
	}

	.sec .title .tex h2 {
		font-size: 34px;
		letter-spacing: 2px;
	}

	.sec .title .tex p {
		font-size: 22px;
		color: #08934d;
		font-family: "宋体";
		letter-spacing: 0px;
	}

	.sec .title .tex strong {
		font-size: 80px;
		left: -56px;
	}

	.sec .title .sp {
		display: none !important;
	}

	.more a {
		width: 128px;
		line-height: 36px;
		margin: 20px auto 0;
		font-size: 15px;

	}

	.fixed {
		display: none;
	}

	.zx {
		display: none !important;
	}



}