@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;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

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: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "黑体", "宋体";
	text-align: left;
	overflow-x: hidden;
}

.container {
	width: 1300px;
	margin: 0 auto
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/

#gHeader {
	padding: 0px 0 20px
}

.hd_Top {
	line-height: 25px;
	font-size: 13px;
	margin-bottom: 6px;
	color: #555;
}

.hd_Top a {
	display: block;
	color: #555;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
	margin-top: 5px;
	border-left: 1px solid #ddd;
}

.hd_Top a:last-child {
	border-left: none;
}

#gHeader .heaCon .logo {
	width: 652px;
}

#gHeader .heaCon .text1 {
	margin-left: 20px;
	width: 400px;
	padding-left: 20px;
	text-align: center;
	border-left: 1px solid #ddd;
	font-size: 22px;
}

#gHeader .heaCon .text1 strong {
	color: #009e61;
}

#gHeader .heaCon .text1 p {
	color: #000;
}

#gHeader .heaCon .fr img {
	width: 36px;
	margin-right: 8px;
	margin-top:12px;
	/* vertical-align: middle; */
}

#gHeader .heaCon .fr .text {
	display: inline-block;
	vertical-align: middle;
	margin-top:15px;
}

#gHeader .heaCon .fr .text p {
	font-size: 12px;
	color: #7c7c7c;
	margin-bottom: 5px;
	line-height: 1em;
}

#gHeader .heaCon .fr .text strong {
	display: block;
	line-height: 1em;
	font-size: 24px;
	color: #343434;
	font-weight: 500;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi {
	background: #28974c;
}

#gNavi li {
	float: left;
	text-align: center;
	width: 12.5%;
	position: relative;
}

#gNavi li a {
	display: block;
	line-height: 66px;
	height: 66px;
	border-left: 1px dashed rgba(255, 255, 255, 0.4);
	color: #fff;
	font-size: 16px;
}

#gNavi li:last-child a {
	border-right: 1px dashed rgba(255, 255, 255, 0.4);
}

#gNavi li.on>a {
	background: #ea5313;
}

#gNavi li:hover>a {
	background: #ea5313;
}

#gNavi .tel {
	width: 266px;
	padding: 3px;
	box-sizing: border-box
}

#gNavi .tel img {
	width: 30px;
	vertical-align: middle;
}

#gNavi .tel a {
	display: block;
	border: 1px dashed rgba(255, 255, 255, .4);
	text-align: center;
	font-size: 23px;
	color: #fff;
	line-height: 58px;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 66px;
	right: 0;
	z-index: 999;
	background: #28974c;
	display: none;
}

#gNavi li .drop a:first-child {
	border-top: 1px solid #fff;
}

#gNavi li .drop a {
	line-height: 50px;
	font-size: 15px;
	height: 50px;
	border-left: none;
	border-bottom: 1px solid #ddd;
}

#gNavi li .drop a:hover {
	background: #ea5313;
}

.hotBox {
	padding: 25px 0
}

.hotBox .hot {
	margin-left: 30px;
}

.hotBox .hot li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 38px;
}

.hotBox .hot li a {
	display: block;
	padding: 0 5px
}

.hotBox .hot li:hover a {
	color: #28974c;
}

.hotBox .form {
	border: 1px solid #ccc;
	border-radius: 10px;
	line-height: 38px;
	height: 36px;
	width: 20%;
	position: relative;
	min-width: 200px;
	overflow: hidden;
}

.hotBox .form input[type="text"] {
	width: 100%;
	background: none;
	border: none;
	padding: 0 8px;
	box-sizing: border-box;
	line-height: 36px;
	height: 36px;
	margin: 0
}

.hotBox .form input[type="submit"] {
	width: 40px;
	height: 36px;
	border: none;
	padding: 0px;
	background: #28974c url(../images/ss.png) no-repeat center;
	background-size: 20px;
	position: absolute;
	right: 0;
	top: 0px;
}

/*------------------------------------------------------------
底部
------------------------------------------------------------*/

#gFooter {
	background: #237d40;
	padding-top: 35px;
}

#gFooter .fl {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding: 12px 0 0px;
	margin-bottom: 55px;
	height: 248px;
	width: 500px;
}

#gFooter .fl dl {
	float: left;
}

#gFooter .fl dl dt {
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
}

#gFooter .fl dl dd {
	overflow: hidden;
}

#gFooter .fl dl dd a {
	display: block;
	width: 33.33%;
	float: left;
	color: #fff;
	font-size: 13px;
	margin-bottom: 20px;
}

#gFooter .midd {
	padding: 0 30px;
	width: 336px;
	float: left;
	height: 260px;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#gFooter .midd .hl {
	margin: 37px 0 43px
}

#gFooter .midd h5 {
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: 500;
	line-height: 1em;
	vertical-align: middle;
}

#gFooter .midd h5 img {
	width: 32px;
	margin-right: 9px;
	vertical-align: middle;
}

#gFooter .midd p {
	font-size: 18px;
}

#gFooter .fr .ewm {
	width: 160px;
	margin-top: 37px;
	text-align: center;
	display: inline-block;
	margin-left: 20px;
}

#gFooter .fr .ewm p {
	font-size: 13px;
	line-height: 2em;
	color: #fff;
}

#gFooter .pb {
	text-align: center;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.45);
	font-size: 14px;
	line-height: 30px;
	padding: 6px 0;
}

#gFooter .link {
	padding-bottom: 15px;
	line-height: 15px;
	display: none;
}

#gFooter .link h5 {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}

#gFooter .link .fLink {
	display: inline-block;
}

#gFooter .link .fLink a {
	display: inline-block;
	border-right: 1px solid #fff;
	height: 15px;
	padding: 0 10px 0 6px;
	margin: 5px 0;
	color: #fff;
}

#gFooter .link .fLink a:last-child {
	border-right: none;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	margin-top: -190px;
}

.fixed li {
	position: relative;
	background: #28974c;
	border-radius: 4px 0 0 4px;
	padding: 10px;
	margin: 6px 0;
	right: -120px;
	cursor: pointer;
}

.fixed li:hover {
	background: #ea5313;
}

.fixed li .box img {
	width: 30px;
	float: left;
}

.fixed li .box h4 {
	color: #fff;
	font-size: 16px;
	float: left;
	line-height: 30px;
	font-weight: 500;
	padding-left: 15px;
}

.fixed li .box h4 a {
	color: #fff;
	font-size: 14px;
}

.fixed li .wx {
	position: relative;
}

.fixed li .wx .ewm {
	width: 150px;
	height: 150px;
	position: absolute;
	left: -150px;
	top: -10px;
	display: none;
	transition: 0.6s;
}

.fixed li .wx .ewm img {
	width: 140px;
	height: 140px;
	display: block;
	margin: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.fixed li .wx:hover .ewm {
	display: block;
}

/* 公共 */

.sec .title {
	padding-top: 40px;
	text-align: center;
}

.sec .title span img {
	width: auto;
}

/* .sec .title span {
	font-size: 36px;
	color: rgba(28, 152, 69, 0.3);
	font-weight: 600;
	text-transform: uppercase;
} */

.sec .title h2 {
	color: #006f44;
	font-size: 34px;
	padding: 6px 0px;
	position: relative;
	letter-spacing: 5px;
	margin-top: -9px;
}

.sec .title h2:before {
	content: "";
	position: absolute;
	left: 0;
	width: 528px;
	top: 50%;
	margin-top: 0.5px;
	height: 1px;
	background: rgba(28, 152, 69, 0.2);
}

.sec .title h2:after {
	content: "";
	position: absolute;
	right: 0;
	width: 528px;
	top: 50%;
	margin-top: 0.5px;
	height: 1px;
	background: rgba(28, 152, 69, 0.2);
}

.sec .title p {
	font-size: 15px;
	color: #6c6c6c;
}

.sp {
	display: none !important;
}

@media (max-width: 1441px) and (min-width: 1024px) {
	.container {
		width: 85%;
		max-width: 1300px;
	}
	#gHeader .heaCon .logo {
		width: 35%;
		margin-top: 0;
	}
	#gHeader .heaCon .text1 {
		width: 350px;
		font-size: 18px;
		margin-top: 5px;
	}
	#gHeader .heaCon .fr .text strong {
		font-size: 22px;
	}
	#gNavi .fl {
		width: 78%;
	}
	#gNavi .tel {
		width: 21%;
		font-size: 20px;
	}
	#gNavi li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	#gNavi li .drop {
		top: 50px;
	}
	#gNavi li .drop a {
		font-size: 14px;
	}
	.sec .title h2 {
		font-size: 30px;
		line-height: 1em;
	}
	.sec .title h2:after {
		width: 40%;
	}
	.sec .title h2:before {
		width: 40%;
	}
	.hotBox .form {
		width: 25%;
	}
	#gFooter {
		padding-top: 25px;
	}
	#gFooter .fl {
		margin-bottom: 35px;
		min-height: 200px;
		width: 410px;
	}
	#gFooter .fl dl:nth-child(2) {
		width: 120px;
	}
	#gFooter .fl dl:nth-child(2) dd a {
		width: 100%;
	}
	#gFooter .midd {
		width: auto;
		min-height: 200px;
		padding: 0 20px;
	}
	#gFooter .midd p {
		font-size: 15px;
	}
	#gFooter .midd .hl {
		margin: 20px 0
	}
	#gFooter .pb {
		line-height: 50px;
	}
	#gFooter .fr .ewm {
		width: 140px;
		margin-left: 10px;
	}
}

table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #000000;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
}
table td, table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000000;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 3px;
}


@media (max-width:1023px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	#gHeader {
		padding: 15px 0
	}
	#gHeader .heaCon .logo {
		width: 40%;
	}
	#gHeader .heaCon .fr {
		display: none;
	}
	.container {
		width: 98%;
	}
	#gNavi .tel {
		position: absolute;
		right: 0;
		top: 15px;
	}
	#gNavi .tel a {
		color: #28974c;
		line-height: 42px;
	}
	#gNavi .tel img {
		display: none;
	}
	#gNavi .fl {
		width: 96%;
		margin: 0 auto;
		float: inherit;
	}
	#gNavi .fl li:last-child a {
		border-right: 1px dashed rgba(255, 255, 255, 0.4);
	}
	#gFooter .fl {
		width: 450px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {}