@charset "UTF-8";

html {
	font-size: 18px
}

body {
	background: #fff;
	letter-spacing: 1px;
	color: #545454;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.86;
	overflow-x: hidden;
}

.link_a{
	color: #006400;
}

.link_a:hover {
	text-decoration: none;
	color: #a1a1a1
}

@media screen and (max-width:767px) {
	body {
		letter-spacing: 0;
		/*font-size: 13px;*/
		/*font-size: .8125rem;*/
		font-size: 1rem;
		line-height: 1.53
	}
}

body.hdr-sp-menu_open {
	background: #efefef
}

a {
	-webkit-transition: .3s;
	transition: .3s
}

@media screen and (max-width:767px) {
	a {
		-webkit-transition: 0s;
		transition: 0s
	}
}

a:link {
	text-decoration: underline;
	color: #545454
}

a:visited {
	text-decoration: underline;
	color: #545454
}

a:hover {
	text-decoration: none;
	color: #a1a1a1
}

a:active {
	text-decoration: none;
	color: #a1a1a1
}


#wrap {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
	border: 7px solid;
	border-color: #298321;
	width: 100%;
	min-width: 1134px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

#wrap.home {
	border-color: #298321
}

#wrap.about {
	border-color: #e94b41
}

#wrap.service {
	border-color: #2f8ace
}

#wrap.vision {
	border-color: #8cb11c
}

#wrap.ir {
	border-color: #01589a
}

#wrap.recruit {
	border-color: #ed6f14
}

#wrap.news {
	border-color: #9b2748
}

#wrap.utilities {
	border-color: #777
}

@media screen and (max-width:767px) {
	#wrap {
		border: none;
		border-top: 5px solid #298321;
		min-width: inherit
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#wrap {
		overflow: inherit
	}
}

@media screen and (max-width:767px) {
	#sp-cnts {
		display: block
	}
}

.hdr {
	zoom: 1;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 1120px;
	height: 98px
}

.hdr:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.hdr {
		width: 100%;
		height: auto;
		background: #fff
	}
}

.hdr .inner {
	box-sizing: border-box;
	position: relative;
	z-index: 12;
	padding: 0 15px;
	border-radius: 0 0 10px 10px;
	width: 100%;
	height: 100%;
	background: #fff;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

@media screen and (max-width:767px) {
	.hdr .inner {
		padding: 0;
		border-radius: 0
	}
}

.hdr .logo {
	float: left;
	padding: 25px 0 0 10px
}

.hdr .logo a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 12;
/* 	width: 196px; */
	height: 52px;
/* 	background: url(../img/bk/hdr-logo.png) no-repeat; */
	text-align: left;
/* 	text-indent: -1000% */
}
.hdr .logo img{
	width: 200px;
	height: 50px;
}

.home .hdr .logo a {
	background-position: 0 0
}

.about .hdr .logo a {
	background-position: 0 -52px
}

.service .hdr .logo a {
	background-position: 0 -104px
}

.vision .hdr .logo a {
	background-position: 0 -156px
}

.ir .hdr .logo a {
	background-position: 0 -208px
}

.recruit .hdr .logo a {
	background-position: 0 -260px
}

.news .hdr .logo a {
	background-position: 0 -312px
}

.utilities .hdr .logo a {
	background-position: 0 -364px
}

@media screen and (max-width:767px) {
	.hdr .logo {
		padding: 11px 0 7px 15px
	}
	.hdr .logo a {
		display: block;
		overflow: hidden;
		width: 129px;
		height: 34px;
/* 		background: url(../img/bk/sp-hdr-logo.png) no-repeat; */
		background-size: 129px 272px;
		text-align: left;
/* 		text-indent: -1000%; */
		-webkit-background-size: 129px 272px
	}
	.home .hdr .logo a {
		background-position: 0 0
	}
	.about .hdr .logo a {
		background-position: 0 -34px
	}
	.service .hdr .logo a {
		background-position: 0 -68px
	}
	.vision .hdr .logo a {
		background-position: 0 -102px
	}
	.ir .hdr .logo a {
		background-position: 0 -136px
	}
	.recruit .hdr .logo a {
		background-position: 0 -170px
	}
	.news .hdr .logo a {
		background-position: 0 -204px
	}
	.utilities .hdr .logo a {
		background-position: 0 -238px
	}
}

@media screen and (max-width:767px) {
	.hdr-sp {
		zoom: 1;
		position: relative;
		z-index: 1;
		box-shadow: 0 1px 10px -5px #000;
		-ms-box-shadow: 0 1px 10px -5px #000;
		-o-box-shadow: 0 1px 10px -5px #000
	}
	.hdr-sp:after {
		content: "";
		display: block;
		clear: both
	}
	.hdr-sp.hdr-sp-menu_open {
		box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none
	}
}

.hdr-sp-language {
	display: none
}

@media screen and (max-width:767px) {
	.hdr-sp-language {
		display: block;
		position: absolute;
		top: 16px;
		right: 75px;
		letter-spacing: .1em;
		font-size: 14px
	}
}

@media screen and (max-width:767px) {
	.hdr-sp-language.hdr-sp-language-bottom {
		position: static;
		padding-top: 16px;
		text-align: center;
		line-height: 1
	}
	.hdr-en .hdr-sp-language.hdr-sp-language-bottom {
		padding: 8px 0 5px
	}
}

.gnav {
	zoom: 1;
	float: right;
	width: auto;
}

.gnav:after {
	content: "";
	display: block;
	clear: both
}

.hdr-en .gnav {
	width: 840px
}

@media screen and (max-width:767px) {
	.hdr-en .gnav {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.gnav {
		box-sizing: border-box;
		float: none;
		padding: 2%;
		width: 100%;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
}

.gnav ul {
	zoom: 1;
	float: right;
}

.gnav ul:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.gnav ul {
		display: table;
		float: none;
		width: 100%;
		table-layout: fixed
	}
}

.gnav ul li {
	float: left;
}

@media screen and (max-width:767px) {
	.gnav ul li {
		display: table-cell;
		float: none;
		padding: 1.5%;
		width: 100%
	}
}

.gnav ul li.hd-box  a:not(.mdMenuLink) {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px ;
}


.gnav ul li.home a:not(.mdMenuLink) {
	width: 121px;
	background-position: 0 0
}

.gnav ul li.home a:not(.mdMenuLink):hover {
	background-color: #e9f2e8
}

.home .gnav ul li.home a:not(.mdMenuLink) {
	background-color: #298321;
	background-position: 0 -98px
}

.gnav ul li.about a:not(.mdMenuLink) {
	width: 136px;
	background-position: 0 0
}

.gnav ul li.about a:not(.mdMenuLink):hover {
	background-color: #fdedec
}

.about .gnav ul li.about a:not(.mdMenuLink) {
	background-color: #e94b41;
	background-position: 0 -98px
}

.gnav ul li.service a:not(.mdMenuLink) {
	width: 138px;
	background-position: -136px 0
}

.gnav ul li.service a:not(.mdMenuLink):hover {
	background-color: #eaf3fa
}

.service .gnav ul li.service a:not(.mdMenuLink) {
	background-color: #2f8ace;
	background-position: -136px -98px
}

.gnav ul li.vision a:not(.mdMenuLink) {
	width: 131px;
	background-position: -274px 0
}

.gnav ul li.vision a:not(.mdMenuLink):hover {
	background-color: #f3f7e8
}

.vision .gnav ul li.vision a:not(.mdMenuLink) {
	background-color: #8cb11c;
	background-position: -274px -98px
}

.gnav ul li.ir a:not(.mdMenuLink) {
	width: 146px;
	background-position: -405px 0
}

.gnav ul li.ir a:not(.mdMenuLink):hover {
	background-color: #e5eef5
}

.ir .gnav ul li.ir a:not(.mdMenuLink) {
	background-color: #01589a;
	background-position: -405px -98px
}

.gnav ul li.news a:not(.mdMenuLink) {
	width: 154px;
	background-position: -551px 0
}

.gnav ul li.news a:not(.mdMenuLink):hover {
	background-color: #f6e8ec
}

.news .gnav ul li.news a:not(.mdMenuLink) {
	background-color: #9b2748;
	background-position: -551px -98px
}

.gnav ul li.recruit a:not(.mdMenuLink) {
	width: 128px;
	background-position: -705px 0
}

.gnav ul li.recruit a:not(.mdMenuLink):hover {
	background-color: #fdf0e7
}

.recruit .gnav ul li.recruit a:not(.mdMenuLink) {
	background-color: #ed6f14;
	background-position: -705px -98px
}

.hdr-en .gnav ul li.about a:not(.mdMenuLink) {
	width: 286px;
	background-position: 0 0
}

.hdr-en .gnav ul li.about a:not(.mdMenuLink):hover {
	background-color: #fdedec
}

.about .hdr-en .gnav ul li.about a:not(.mdMenuLink) {
	background-color: #e94b41;
	background-position: 0 -98px
}

.hdr-en .gnav ul li.service a:not(.mdMenuLink) {
	width: 299px;
	background-position: -286px 0
}

.hdr-en .gnav ul li.service a:not(.mdMenuLink):hover {
	background-color: #eaf3fa
}

.service .hdr-en .gnav ul li.service a:not(.mdMenuLink) {
	background-color: #2f8ace;
	background-position: -286px -98px
}

.hdr-en .gnav ul li.vision a:not(.mdMenuLink) {
	width: 255px;
	background-position: -585px 0
}

.hdr-en .gnav ul li.vision a:not(.mdMenuLink):hover {
	background-color: #f3f7e8
}

.vision .hdr-en .gnav ul li.vision a:not(.mdMenuLink) {
	background-color: #8cb11c;
	background-position: -585px -98px
}

.gnav ul li.home a:not(.mdMenuLink) {
	display: none
}

@media screen and (max-width:767px) {
	.gnav ul li.home a {
		width: inherit
	}
	.gnav ul li.home a:hover {
		background: #298321
	}
	.gnav ul li.home a:hover:after {
		background-position: -0px -228px
	}
	.gnav ul li.home a:after {
		background-position: -0px -140px
	}
	.home .gnav ul li.home a:after {
		background-position: -0px -228px
	}
	.home .gnav ul li.home a {
		background: #298321
	}
	.hdr-en .gnav ul li.home a {
		width: inherit
	}
	.hdr-en .gnav ul li.home a:hover {
		background: #298321
	}
	.hdr-en .gnav ul li.home a:hover:after {
		background-position: -0px -228px
	}
	.hdr-en .gnav ul li.home a:after {
		background-position: -0px -140px
	}
	.home .hdr-en .gnav ul li.home a:after {
		background-position: -0px -228px
	}
	.home .hdr-en .gnav ul li.home a {
		background: #298321
	}
	.gnav ul li.about a {
		width: inherit
	}
	.gnav ul li.about a:hover {
		background: #e94b41
	}
	.gnav ul li.about a:hover:after {
		background-position: -88px -228px
	}
	.gnav ul li.about a:after {
		background-position: -88px -140px
	}
	.about .gnav ul li.about a:after {
		background-position: -88px -228px
	}
	.about .gnav ul li.about a {
		background: #e94b41
	}
	.hdr-en .gnav ul li.about a {
		width: inherit
	}
	.hdr-en .gnav ul li.about a:hover {
		background: #e94b41
	}
	.hdr-en .gnav ul li.about a:hover:after {
		background-position: -88px -228px
	}
	.hdr-en .gnav ul li.about a:after {
		background-position: -88px -140px
	}
	.about .hdr-en .gnav ul li.about a:after {
		background-position: -88px -228px
	}
	.about .hdr-en .gnav ul li.about a {
		background: #e94b41
	}
	.gnav ul li.service a {
		width: inherit
	}
	.gnav ul li.service a:hover {
		background: #2f8ace
	}
	.gnav ul li.service a:hover:after {
		background-position: -176px -228px
	}
	.gnav ul li.service a:after {
		background-position: -176px -140px
	}
	.service .gnav ul li.service a:after {
		background-position: -176px -228px
	}
	.service .gnav ul li.service a {
		background: #2f8ace
	}
	.hdr-en .gnav ul li.service a {
		width: inherit
	}
	.hdr-en .gnav ul li.service a:hover {
		background: #2f8ace
	}
	.hdr-en .gnav ul li.service a:hover:after {
		background-position: -176px -228px
	}
	.hdr-en .gnav ul li.service a:after {
		background-position: -176px -140px
	}
	.service .hdr-en .gnav ul li.service a:after {
		background-position: -176px -228px
	}
	.service .hdr-en .gnav ul li.service a {
		background: #2f8ace
	}
	.gnav ul li.vision a {
		width: inherit
	}
	.gnav ul li.vision a:hover {
		background: #8cb11c
	}
	.gnav ul li.vision a:hover:after {
		background-position: -264px -228px
	}
	.gnav ul li.vision a:after {
		background-position: -264px -140px
	}
	.vision .gnav ul li.vision a:after {
		background-position: -264px -228px
	}
	.vision .gnav ul li.vision a {
		background: #8cb11c
	}
	.hdr-en .gnav ul li.vision a {
		width: inherit
	}
	.hdr-en .gnav ul li.vision a:hover {
		background: #8cb11c
	}
	.hdr-en .gnav ul li.vision a:hover:after {
		background-position: -264px -228px
	}
	.hdr-en .gnav ul li.vision a:after {
		background-position: -264px -140px
	}
	.vision .hdr-en .gnav ul li.vision a:after {
		background-position: -264px -228px
	}
	.vision .hdr-en .gnav ul li.vision a {
		background: #8cb11c
	}
	.gnav ul li.ir a {
		width: inherit
	}
	.gnav ul li.ir a:hover {
		background: #01589a
	}
	.gnav ul li.ir a:hover:after {
		background-position: -352px -228px
	}
	.gnav ul li.ir a:after {
		background-position: -352px -140px
	}
	.ir .gnav ul li.ir a:after {
		background-position: -352px -228px
	}
	.ir .gnav ul li.ir a {
		background: #01589a
	}
	.hdr-en .gnav ul li.ir a {
		width: inherit
	}
	.hdr-en .gnav ul li.ir a:hover {
		background: #01589a
	}
	.hdr-en .gnav ul li.ir a:hover:after {
		background-position: -352px -228px
	}
	.hdr-en .gnav ul li.ir a:after {
		background-position: -352px -140px
	}
	.ir .hdr-en .gnav ul li.ir a:after {
		background-position: -352px -228px
	}
	.ir .hdr-en .gnav ul li.ir a {
		background: #01589a
	}
	.gnav ul li.recruit a {
		width: inherit
	}
	.gnav ul li.recruit a:hover {
		background: #ed6f14
	}
	.gnav ul li.recruit a:hover:after {
		background-position: -440px -228px
	}
	.gnav ul li.recruit a:after {
		background-position: -440px -140px
	}
	.recruit .gnav ul li.recruit a:after {
		background-position: -440px -228px
	}
	.recruit .gnav ul li.recruit a {
		background: #ed6f14
	}
	.hdr-en .gnav ul li.recruit a {
		width: inherit
	}
	.hdr-en .gnav ul li.recruit a:hover {
		background: #ed6f14
	}
	.hdr-en .gnav ul li.recruit a:hover:after {
		background-position: -440px -228px
	}
	.hdr-en .gnav ul li.recruit a:after {
		background-position: -440px -140px
	}
	.recruit .hdr-en .gnav ul li.recruit a:after {
		background-position: -440px -228px
	}
	.recruit .hdr-en .gnav ul li.recruit a {
		background: #ed6f14
	}
	.gnav ul li.news a {
		width: inherit
	}
	.gnav ul li.news a:hover {
		background: #9b2748
	}
	.gnav ul li.news a:hover:after {
		background-position: -528px -228px
	}
	.gnav ul li.news a:after {
		background-position: -528px -140px
	}
	.news .gnav ul li.news a:after {
		background-position: -528px -228px
	}
	.news .gnav ul li.news a {
		background: #9b2748
	}
	.hdr-en .gnav ul li.news a {
		width: inherit
	}
	.hdr-en .gnav ul li.news a:hover {
		background: #9b2748
	}
	.hdr-en .gnav ul li.news a:hover:after {
		background-position: -528px -228px
	}
	.hdr-en .gnav ul li.news a:after {
		background-position: -528px -140px
	}
	.news .hdr-en .gnav ul li.news a:after {
		background-position: -528px -228px
	}
	.news .hdr-en .gnav ul li.news a {
		background: #9b2748
	}
	.gnav ul li.home a {
		display: block;
		height: 58px
	}
	.hdr-en .gnav ul li.home a {
		height: 58px
	}
}

.gnav ul li a {
	display: block;
/* 	overflow: hidden; */
	height: 98px;
	background: url(../img/bk/hdr-gnav.png) no-repeat;
	text-align: left;
/* 	text-indent: -1000% */
}



.hdr-en .gnav ul li a {
	background-image: url(../img/bk/hdr-gnav_en.png)
}

@media screen and (max-width:767px) {
	.gnav ul li a {
		display: block;
		overflow: hidden;
		border: 1px solid #dedede;
		border-radius: 5px;
		height: 94px;
		background: #fff;
		text-align: left;
		text-indent: -1000%
	}
	.hdr-en .gnav ul li a {
		height: 72px;
		background: #fff
	}
	.gnav ul li a:after {
		content: "";
		display: block;
		margin: -5px auto 0;
		width: 72px;
		height: 63px;
		background: url(../img/bk/sp-hdr.png) no-repeat;
		background-size: 616px 359px;
		-webkit-background-size: 616px 359px
	}
	.hdr-en .gnav ul li a:after {
		background-image: url(../img/bk/sp-hdr_en.png)
	}
}

.hdr-sp-btn {
	display: none
}

@media screen and (max-width:767px) {
	.hdr-sp-btn {
		display: block;
		overflow: hidden;
		float: right;
		border-left: 1px solid #e5e6e6;
		width: 57px;
		height: 52px;
		cursor: pointer;
		background: url(../img/sp-hdr.svg) no-repeat;
		background-position: center;
		background-size: contain;
		text-align: left;
		text-indent: -1000%;
	}
	.hdr-sp-btn.open {
		background: url(../img/sp-hdr_close.svg) no-repeat;
		background-size: 70% 70%;
		background-position: center
	}
	.hdr-en .hdr-sp-btn {
		background-image: url(../img/bk/sp-hdr_en.png)
	}

	.hdr-sp-menu.open {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.hdr-sp-menu {
		display: none;
		background: #efefef
	}
}

.hdr-sp-menu-close {
	display: none
}


.hdr-utilities {
	position: absolute;
	z-index: 11;
	right: 0;
	bottom: -38px;
	border-radius: 0 0 10px 10px;
	width: 249px;
	height: 43px;
	background: #777;
	color: #fff
}

.hdr-en .hdr-utilities {
	width: 112px
}

@media screen and (max-width:767px) {
	.hdr-en .hdr-utilities {
		width: auto
	}
}

@media screen and (max-width:767px) {
	.hdr-utilities {
		box-sizing: border-box;
		position: static;
		padding: 0 3.5% 5%;
		border-radius: 0;
		width: 100%;
		height: auto;
		background: #efefef;
		color: #545454;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
}

.hdr-utilities ul {
	zoom: 1;
	width: 249px;
	height: 43px
}

.hdr-utilities ul:after {
	content: "";
	display: block;
	clear: both
}

.hdr-en .hdr-utilities ul {
	width: 112px
}

@media screen and (max-width:767px) {
	.hdr-utilities ul {
		display: -moz-box;
		display: -webkit-box;
		display: -o-box;
		display: -ms-box;
		box-sizing: border-box;
		border: 1px solid #dedede;
		border-radius: 5px;
		width: 100%;
		height: auto;
		background: #fff;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-box-direction: normal;
		-o-box-direction: normal;
		box-direction: normal
	}
	.hdr-en .hdr-utilities ul {
		display: none
	}
}

.hdr-utilities ul li {
	float: left
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li {
		float: none;
		border-top: 1px solid #dedede
	}
	.hdr-utilities ul li.privacy {
		-webkit-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2
	}
	.hdr-utilities ul li.exemption {
		-webkit-box-ordinal-group: 3;
		-ms-box-ordinal-group: 3;
		-o-box-ordinal-group: 3;
		box-ordinal-group: 3
	}
	.hdr-utilities ul li.aboutsite {
		-webkit-box-ordinal-group: 4;
		-ms-box-ordinal-group: 4;
		-o-box-ordinal-group: 4;
		box-ordinal-group: 4
	}
	.hdr-utilities ul li.sitemap {
		-webkit-box-ordinal-group: 5;
		-ms-box-ordinal-group: 5;
		-o-box-ordinal-group: 5;
		box-ordinal-group: 5
	}
	.hdr-utilities ul li.english {
		display: none
	}
	.hdr-utilities ul li.contact {
		border-top: none;
		-webkit-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1
	}
}

.hdr-utilities ul li a {
	display: block;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	height: 43px;
	text-align: left;
	text-indent: -1000%
}

@media all and (min-width:768px) {
	.hdr-utilities ul li a {
		background: url(../img/bk/hdr-utilities.png) 0 0 no-repeat
	}
	.hdr-en .hdr-utilities ul li a {
		background-image: url(../img/bk/hdr-utilities_en.png)
	}
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li a {
		display: block;
		position: relative;
		padding: 4% 5%;
		border-radius: 0;
		height: auto;
		text-decoration: none;
		text-indent: 0
	}
	.hdr-utilities ul li a:after {
		content: "";
		display: block;
		position: absolute;
		top: 33%;
		right: 4%;
		width: 11px;
		height: 16px;
		background: url(../img/bk/sp-hdr.png) -2px -319px no-repeat;
		background-size: 616px 359px;
		-webkit-background-size: 616px 359px
	}
	.hdr-en .hdr-utilities ul li a:after {
		background-image: url(../img/bk/sp-hdr_en.png)
	}
}

.hdr-utilities ul li a:hover {
	background-color: #999
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li a:hover {
		background-color: #fafafa
	}
}

.hdr-utilities ul li.news {
	display: none
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.news {
		display: block
	}
}

.hdr-utilities ul li.privacy {
	display: none
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.privacy {
		display: block
	}
}

.hdr-utilities ul li.exemption {
	display: none
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.exemption {
		display: block
	}
}

.hdr-utilities ul li.aboutsite {
	display: none
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.aboutsite {
		display: block
	}
}

.hdr-utilities ul li.sitemap a {
	display: none
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.sitemap a {
		display: block
	}
}

.hdr-utilities ul li.english a {
	border-radius: 0 0 0 10px;
	width: 125px;
	background-position: 0 0
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.english a {
		border-radius: 0;
		width: auto
	}
}

.hdr-utilities ul li.contact a {
	border-radius: 0 0 10px;
	width: 124px;
	background-position: -125px 0
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.contact a {
		border-radius: 0;
		width: auto
	}
}

.hdr-utilities ul li.japanese a {
	border-radius: 0 0 10px 10px;
	width: 112px;
	background-position: 0 0
}

@media screen and (max-width:767px) {
	.hdr-utilities ul li.japanese a {
		border-radius: 0;
		width: auto
	}
}

.ftr {
	-webkit-backface-visibility: hidden
}

@media all and (min-width:768px) {
	.ftr {
		margin: 90px 0 0;
		padding: 35px 0 0;
		background: #fafafa
	}
}

.ftr-nav {
	zoom: 1;
	position: relative
}

.ftr-nav:after {
	content: "";
	display: block;
	clear: both
}

.ftr-nav a[target=_blank] {
	position: relative
}

.ftr-nav a[target=_blank]:after {
	content: "";
	display: inline-block;
	margin: 0 0 0 4px;
	width: 10px;
	height: 9px;
	background: url(../img/bk/ftr-ico.png) 0 -59px no-repeat
}

.ftr-nav .home a {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	padding: 15px 0 0 174px;
	height: 37px;
	font-size: 13px;
	font-size: .8125rem;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.ftr-nav .home a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 164px;
	height: 37px;
	background: url(../img/bk/ftr-ico.png) 0 0 no-repeat
}

.ftr-nav .about, .ftr-nav .service, .ftr-nav .vision, .ftr-nav .ir,
	.ftr-nav .recruit, .ftr-nav .news {
	float: left;
	margin: 26px 0 0;
	font-size: 16px;
	font-size: 1rem
}

.ftr-nav .about>a, .ftr-nav .service>a, .ftr-nav .vision>a, .ftr-nav .ir>a,
	.ftr-nav .recruit>a, .ftr-nav .news>a {
	position: relative;
	padding: 4px 0 0 28px
}

.ftr-nav .about>a:before, .ftr-nav .service>a:before, .ftr-nav .vision>a:before,
	.ftr-nav .ir>a:before, .ftr-nav .recruit>a:before, .ftr-nav .news>a:before
	{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../img/bk/ftr-ico.png) no-repeat
}

.ftr-nav .about ul, .ftr-nav .service ul, .ftr-nav .vision ul, .ftr-nav .ir ul,
	.ftr-nav .recruit ul, .ftr-nav .news ul {
	margin: 10px 0 0;
	padding: 0
}

.ftr-nav .about ul li, .ftr-nav .service ul li, .ftr-nav .vision ul li,
	.ftr-nav .ir ul li, .ftr-nav .recruit ul li, .ftr-nav .news ul li {
	margin: 10px 0 0;
	padding: 0;
	font-size: 13px;
	font-size: .8125rem;
	line-height: 1.6
}

.ftr-nav .about ul li:first-child, .ftr-nav .service ul li:first-child,
	.ftr-nav .vision ul li:first-child, .ftr-nav .ir ul li:first-child,
	.ftr-nav .recruit ul li:first-child, .ftr-nav .news ul li:first-child {
	margin: 0
}

.ftr-nav .about {
	margin-right: 32px
}

.ftr-nav .about a:before {
	background-position: 0 -37px
}

.ftr-nav .service {
	margin-right: 32px
}

.ftr-nav .service a:before {
	background-position: -22px -37px
}

.ftr-nav .vision {
	margin-right: 32px
}

.ftr-nav .vision a:before {
	background-position: -44px -37px
}

.ftr-nav .ir {
	margin-right: 32px
}

.ftr-nav .ir a:before {
	background-position: -66px -37px
}

.ftr-nav .recruit a:before {
	background-position: -88px -37px
}

.ftr-nav .news {
	margin-right: 32px
}

.ftr-nav .news a:before {
	background-position: -110px -37px
}

.ftr-language {
	position: absolute;
	top: 14px;
	left: 246px
}

@media screen and (max-width:767px) {
	.ftr-language {
		display: none
	}
}

.ftr-top {
	margin: 0 auto;
	width: 1034px
}

@media screen and (max-width:767px) {
	.ftr-top {
		display: none
	}
}

.ftr-btm {
	zoom: 1;
	position: relative;
	margin: 58px 0 0;
	padding: 22px 0 30px;
	background: #298321;
	color: #fff;
	font-size: 12px;
	font-size: .75rem
}

.ftr-btm:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.ftr-btm {
		margin: 0;
		padding: 0
	}
}

.ftr-btm:after {
	content: "";
	display: block;
	position: absolute;
	top: -118px;
	left: 50%;
	margin-left: 244px;
	width: 316px;
	height: 126px
}

@media all and (min-width:768px) {
	.ftr-btm:after {
		background: url(../img/bk/ftr-bg.png) 0 0 no-repeat
	}
}

@media screen and (max-width:767px) {
	.ftr-btm:after {
		display: none
	}
}

.home .ftr-btm {
	background: #298321
}

.about .ftr-btm {
	background: #e94b41
}

.service .ftr-btm {
	background: #2f8ace
}

.vision .ftr-btm {
	background: #8cb11c
}

.ir .ftr-btm {
	background: #01589a
}

.recruit .ftr-btm {
	background: #ed6f14
}

.news .ftr-btm {
	background: #9b2748
}

.utilities .ftr-btm {
	background: #777
}

.ftr-btm .inner {
	margin: 0 auto;
	width: 1120px
}

@media screen and (max-width:767px) {
	.ftr-btm .inner {
		width: 100%
	}
}

.ftr-btm .ftr-char {
	overflow: hidden;
	width: 1120px
}

.ftr-utilities {
	zoom: 1;
	float: left
}

.ftr-utilities:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.ftr-utilities {
		float: none
	}
}

.ftr-utilities a {
	color: #fff
}

@media screen and (max-width:767px) {
	.ftr-utilities ul {
		zoom: 1;
		margin: auto;
		padding: 30px 0 0;
		width: 250px;
		text-align: center
	}
	.ftr-utilities ul:after {
		content: "";
		display: block;
		clear: both
	}
	.home .ftr-utilities ul {
		background: #298321
	}
	.about .ftr-utilities ul {
		background: #e94b41
	}
	.service .ftr-utilities ul {
		background: #2f8ace
	}
	.vision .ftr-utilities ul {
		background: #8cb11c
	}
	.ir .ftr-utilities ul {
		background: #01589a
	}
	.recruit .ftr-utilities ul {
		background: #ed6f14
	}
	.news .ftr-utilities ul {
		background: #9b2748
	}
	.utilities .ftr-utilities ul {
		background: #777
	}
}

.ftr-utilities ul li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid #fff;
	line-height: 1
}

.ftr-utilities ul li:first-child {
	border-left: 1px solid #fff
}

@media screen and (max-width:767px) {
	.ftr-utilities ul li:first-child {
		border: none
	}
}

@media screen and (max-width:767px) {
	.ftr-utilities ul li {
		display: inline-block;
		float: none;
		margin: 0;
		padding: 0;
		border-right: none;
		line-height: 1
	}
	.ftr-utilities ul li.contact, .ftr-utilities ul li.exemption {
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #fff
	}
	.ftr-utilities ul li.info, .ftr-utilities ul li.sitemap {
		display: none
	}
	.ftr-utilities ul li.aboutsite, .ftr-utilities ul li.sns {
		margin: 15px 0 0
	}
}

.copyright {
	float: right;
	padding: 0;
	font-size: 10px;
	font-size: .625rem
}

@media screen and (max-width:767px) {
	.copyright {
		float: none;
		padding: 30px 0 20px;
		text-align: center;
		color: #fff;
		font-size: 9px;
		font-size: .5625rem
	}
	.home .copyright {
		background: #298321
	}
	.about .copyright {
		background: #e94b41
	}
	.service .copyright {
		background: #2f8ace
	}
	.vision .copyright {
		background: #8cb11c
	}
	.ir .copyright {
		background: #01589a
	}
	.recruit .copyright {
		background: #ed6f14
	}
	.news .copyright {
		background: #9b2748
	}
	.utilities .copyright {
		background: #777
	}
}

.cover {
	margin: -98px 0 0;
	width: 100%;
	height: 298px
}

@media screen and (max-width:767px) {
	.cover {
		margin: 0 auto;
		width: 100%;
		height: auto
	}
}

.cover .inner {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 150px 0 0;
	width: 1120px;
	height: 298px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

@media screen and (max-width:767px) {
	.cover .inner {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto
	}
}

.cover .tit {
	width: 550px;
	height: 80px
}

@media all and (min-width:768px) {
	.cover .tit {
		overflow: hidden;
		text-align: left;
		text-indent: -1000%
	}
}

@media screen and (max-width:767px) {
	.cover .tit {
		box-sizing: border-box;
		position: relative;
		margin: 0;
		padding: 10px 10px 8px 40px;
		width: 100%;
		height: auto;
		background: #e94b41;
		text-indent: inherit;
		color: #fff;
		font-size: 17px;
		font-size: 1.0625rem;
		font-weight: 700;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
	.about .cover .tit {
		background: #e94b41
	}
	.about .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px 0 no-repeat;
		background-size: 40px 240px
	}
	.service .cover .tit {
		background: #2f8ace
	}
	.service .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -20px
			no-repeat;
		background-size: 40px 240px
	}
	.vision .cover .tit {
		background: #8cb11c
	}
	.vision .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -40px
			no-repeat;
		background-size: 40px 240px
	}
	.ir .cover .tit {
		background: #01589a
	}
	.ir .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -60px
			no-repeat;
		background-size: 40px 240px
	}
	.recruit .cover .tit {
		background: #ed6f14
	}
	.recruit .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -80px
			no-repeat;
		background-size: 40px 240px
	}
	.news .cover .tit {
		background: #9b2748
	}
	.news .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -100px
			no-repeat;
		background-size: 40px 240px
	}
	.utilities_contact .cover .tit {
		background: #777
	}
	.utilities_contact .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -120px
			no-repeat;
		background-size: 40px 240px
	}
	.utilities_privacy .cover .tit {
		background: #777
	}
	.utilities_privacy .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -140px
			no-repeat;
		background-size: 40px 240px
	}
	.utilities_aboutsite .cover .tit {
		background: #777
	}
	.utilities_aboutsite .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -160px
			no-repeat;
		background-size: 40px 240px
	}
	.utilities_sitemap .cover .tit {
		background: #777
	}
	.utilities_sitemap .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -180px
			no-repeat;
		background-size: 40px 240px
	}
	.utilities_exemption .cover .tit {
		background: #777
	}
	.utilities_exemption .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -200px
			no-repeat;
		background-size: 40px 240px
	}
	.utilities_sns .cover .tit {
		background: #777
	}
	.utilities_sns .cover .tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -220px
			no-repeat;
		background-size: 40px 240px
	}
}

.cover .cover-anime {
	display: block
}

@media screen and (max-width:767px) {
	.cover .cover-anime {
		display: none
	}
}

.breadcrumb {
	zoom: 1;
	box-sizing: border-box;
	margin: 16px auto 0;
	padding: 0 2px;
	width: 1120px;
	font-size: 12px;
	font-size: .75rem;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.breadcrumb:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.breadcrumb {
		zoom: 1;
		margin: 0 auto;
		padding: 10px;
		width: 100%;
		background: #efefef;
		font-size: 12px;
		font-size: .75rem
	}
	.breadcrumb:after {
		content: "";
		display: block;
		clear: both
	}
}

.breadcrumb .breadcrumb-cld {
	float: left
}

.breadcrumb .breadcrumb-cld:first-child a {
	margin: 0 9px 0 0
}

@media screen and (max-width:767px) {
	.breadcrumb .breadcrumb-cld:first-child a {
		margin: 0 4px 0 0
	}
}

.breadcrumb .breadcrumb-cld a {
	margin: 0 9px
}

@media screen and (max-width:767px) {
	.breadcrumb .breadcrumb-cld a {
		margin: 0 4px
	}
}

.breadcrumb .breadcrumb-cld a span {
	margin: 0
}

.breadcrumb .breadcrumb-cld span {
	margin: 0 9px
}

@media screen and (max-width:767px) {
	.breadcrumb .breadcrumb-cld span {
		margin: 0 4px
	}
}

.cnts {
	zoom: 1;
	margin: 25px auto 0;
	width: 1120px
}

.cnts:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.cnts {
		margin: 0;
		width: 100%
	}
}

.news .cnts {
	margin: 26px auto 0
}

@media screen and (max-width:767px) {
	.news .cnts {
		margin: 0
	}
}

.cnts .cnts-main {
	float: right;
	width: 820px
}

@media screen and (max-width:767px) {
	.cnts .cnts-main {
		float: none;
		width: 100%
	}
}

.cnts .cnts-main.cnts-main_1col {
	float: none;
	width: 100%
}

.cnts .cnts-sub {
	float: left;
	width: 240px
}

@media screen and (max-width:767px) {
	.cnts .cnts-sub {
		float: none;
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.sp-box-group {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-box;
		display: -o-box;
		display: -ms-box;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: 100%;
		-webkit-box-orient: vertical;
		-ms-box-orient: vertical;
		-o-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-box-direction: normal;
		-o-box-direction: normal;
		box-direction: normal
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.cover {
/* 		overflow: hidden */
	}
}

@media screen and (max-width:767px) {
	.cover {
		-webkit-box-ordinal-group: 2;
		-ms-box-ordinal-group: 2;
		-o-box-ordinal-group: 2;
		box-ordinal-group: 2
	}
}

@media screen and (max-width:767px) {
	.breadcrumb {
		-webkit-box-ordinal-group: 1;
		-ms-box-ordinal-group: 1;
		-o-box-ordinal-group: 1;
		box-ordinal-group: 1
	}
}

.cnts-index {
	zoom: 1
}

.cnts-index:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.cnts-index {
		zoom: 1
	}
	.cnts-index:after {
		content: "";
		display: block;
		clear: both
	}
}

.cnts-index .cnts-index-intro {
	margin: 0 0 30px
}

@media screen and (max-width:767px) {
	.cnts-index .cnts-index-intro {
		margin: 0;
		padding: 4%
	}
}

.cnts-index .list {
	zoom: 1;
	margin: 0 0 0 -19px
}

.cnts-index .list:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.cnts-index .list {
		margin: 0;
		border-bottom: 1px solid #dedede
	}
}

.cnts-index .list section {
	position: relative
}

.cnts-index .list section:nth-child(1) a, .cnts-index .list section:nth-child(2) a
	{
	margin-top: 0
}

@media screen and (max-width:767px) {
	.cnts-index .list section:nth-child(1) a, .cnts-index .list section:nth-child(2) a
		{
		margin: inherit
	}
}

@media screen and (max-width:767px) {
	.cnts-index .list section:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 12px;
		margin-top: -5px;
		border-right: 4px solid #777;
		border-bottom: 4px solid #777;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.cnts-index .list section.exlink:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 16px;
		margin: -6px 0 0;
		border: 0;
		width: 15px;
		height: 12px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		background: url(../img/bk/link.png) 0 0 no-repeat
	}
	.cnts-index .list section.nolink:after {
		display: none
	}
}

.cnts-index .list a, .cnts-index .list span:not (.exlink ){
	display: block;
	position: relative;
	float: left;
	margin: 33px 0 0 45px;
	width: 357px;
	height: 230px;
	text-decoration: none;
	-webkit-backface-visibility: hidden
}

@media screen and (max-width:767px) {
	.cnts-index .list a, .cnts-index .list span:not (.exlink ){
		zoom: 1;
		box-sizing: border-box;
		float: none;
		margin: 0;
		padding: 3%;
		border-top: 1px solid #dedede;
		width: 100%;
		height: auto;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
	.cnts-index .list a:after, .cnts-index .list span:not (.exlink ):after {
		content: "";
		display: block;
		clear: both
	}
}

.cnts-index .list a:before, .cnts-index .list span:not (.exlink ):before
	{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(../img/bk/index-figure-bg.png) 0 0 no-repeat
}

@media screen and (max-width:767px) {
	.cnts-index .list a:before, .cnts-index .list span:not (.exlink ):before
		{
		display: none
	}
}

@media all and (min-width:768px) {
	.home .cnts-index .list a:hover figure:after, .home .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #298321
	}
	.about .cnts-index .list a:hover figure:after, .about .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #e94b41
	}
	.service .cnts-index .list a:hover figure:after, .service .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #2f8ace
	}
	.vision .cnts-index .list a:hover figure:after, .vision .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #8cb11c
	}
	.ir .cnts-index .list a:hover figure:after, .ir .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #01589a
	}
	.recruit .cnts-index .list a:hover figure:after, .recruit .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #ed6f14
	}
	.news .cnts-index .list a:hover figure:after, .news .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #9b2748
	}
	.utilities .cnts-index .list a:hover figure:after, .utilities .cnts-index .list span:not
		(.exlink ):hover figure:after {
		border: 2px solid #777
	}
	.cnts-index .list a:hover figure img, .cnts-index .list span:not (.exlink
		):hover figure img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
}

@media screen and (max-width:767px) {
	.cnts-index .list a:hover, .cnts-index .list span:not (.exlink ):hover {
		background: #fdedec
	}
	.home .cnts-index .list a:hover, .home .cnts-index .list span:not (.exlink
		):hover {
		background: #e6f2ef
	}
	.about .cnts-index .list a:hover, .about .cnts-index .list span:not (.exlink
		):hover {
		background: #fdedec
	}
	.service .cnts-index .list a:hover, .service .cnts-index .list span:not
		(.exlink ):hover {
		background: #edf8f9
	}
	.vision .cnts-index .list a:hover, .vision .cnts-index .list span:not (.exlink
		):hover {
		background: #e6f2ef
	}
	.ir .cnts-index .list a:hover, .ir .cnts-index .list span:not (.exlink ):hover
		{
		background: #f6f4fc
	}
	.recruit .cnts-index .list a:hover, .recruit .cnts-index .list span:not
		(.exlink ):hover {
		background: #fdf0e7
	}
}

.cnts-index .list a figure, .cnts-index .list span:not (.exlink ) figure
	{
	overflow: hidden;
	position: relative;
	background: #fff
}

@media all and (min-width:768px) {
	.cnts-index .list a figure, .cnts-index .list span:not (.exlink ) figure
		{
		border-radius: 10px 10px 0 0;
		width: 357px;
		height: 133px
	}
	.home .cnts-index .list a figure:before, .home .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #298321;
		border-left: 12px solid #298321;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.about .cnts-index .list a figure:before, .about .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #e94b41;
		border-left: 12px solid #e94b41;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.service .cnts-index .list a figure:before, .service .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #2f8ace;
		border-left: 12px solid #2f8ace;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.vision .cnts-index .list a figure:before, .vision .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #8cb11c;
		border-left: 12px solid #8cb11c;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.ir .cnts-index .list a figure:before, .ir .cnts-index .list span:not (.exlink
		) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #01589a;
		border-left: 12px solid #01589a;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.recruit .cnts-index .list a figure:before, .recruit .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #ed6f14;
		border-left: 12px solid #ed6f14;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.news .cnts-index .list a figure:before, .news .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #9b2748;
		border-left: 12px solid #9b2748;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.utilities .cnts-index .list a figure:before, .utilities .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 12px solid transparent;
		border-top: 12px solid #777;
		border-left: 12px solid #777;
		border-radius: 12px 0 0;
		width: 0;
		height: 0
	}
	.cnts-index .list a figure.nolink:before, .cnts-index .list span:not (.exlink
		) figure.nolink:before {
		display: none !important
	}
	.cnts-index .list a figure:after, .cnts-index .list span:not (.exlink ) figure:after
		{
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 2px solid transparent;
		border-radius: 10px 10px 0 0;
		width: 357px;
		height: 133px;
		-webkit-transition: .5s;
		transition: .5s;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
	.service .cnts-index .list a figure:after, .vision .cnts-index .list a figure:after,
		.ir .cnts-index .list a figure:after, .service .cnts-index .list span:not
		(.exlink ) figure:after, .vision .cnts-index .list span:not (.exlink ) figure:after,
		.ir .cnts-index .list span:not (.exlink ) figure:after {
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		border: 1px solid #dedede;
		border-radius: 10px 10px 0 0;
		width: 357px;
		height: 133px;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
	.cnts-index .list a figure img, .cnts-index .list span:not (.exlink ) figure img
		{
		display: block;
		border-radius: 10px 10px 0 0;
		width: 100%;
		-webkit-transition: .5s;
		transition: .5s
	}
}

@media screen and (max-width:767px) {
	.cnts-index .list a figure, .cnts-index .list span:not (.exlink ) figure
		{
		overflow: hidden;
		position: relative;
		float: left;
		margin: 0;
		border: 1px solid #dedede;
		border-radius: 5px;
		width: 75px;
		height: 75px
	}
	.home .cnts-index .list a figure:before, .home .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #298321;
		border-left: 8px solid #298321;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.about .cnts-index .list a figure:before, .about .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #e94b41;
		border-left: 8px solid #e94b41;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.service .cnts-index .list a figure:before, .service .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #2f8ace;
		border-left: 8px solid #2f8ace;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.vision .cnts-index .list a figure:before, .vision .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #8cb11c;
		border-left: 8px solid #8cb11c;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.ir .cnts-index .list a figure:before, .ir .cnts-index .list span:not (.exlink
		) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #01589a;
		border-left: 8px solid #01589a;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.recruit .cnts-index .list a figure:before, .recruit .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #ed6f14;
		border-left: 8px solid #ed6f14;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.news .cnts-index .list a figure:before, .news .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #9b2748;
		border-left: 8px solid #9b2748;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.utilities .cnts-index .list a figure:before, .utilities .cnts-index .list span:not
		(.exlink ) figure:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		border: 8px solid transparent;
		border-top: 8px solid #777;
		border-left: 8px solid #777;
		border-radius: 4px 0 0;
		width: 0;
		height: 0
	}
	.cnts-index .list a figure.nolink:before, .cnts-index .list span:not (.exlink
		) figure.nolink:before {
		display: none !important
	}
	.cnts-index .list a figure img, .cnts-index .list span:not (.exlink ) figure img
		{
		position: absolute;
		left: 50%;
		margin-left: -96.48649px;
		width: auto;
		height: 75px
	}
}

.cnts-index .list a figure .exlink, .cnts-index .list span:not (.exlink
	) figure .exlink {
	display: block;
	position: relative
}

.cnts-index .list a figure .exlink:before, .cnts-index .list span:not (.exlink
	) figure .exlink:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 12px;
	width: 22px;
	height: 17px;
	background: url(../img/bk/link_03.png) 0 0 no-repeat
}

@media screen and (max-width:767px) {
	.cnts-index .list a figure .exlink:before, .cnts-index .list span:not (.exlink
		) figure .exlink:before {
		display: none
	}
}

@media all and (min-width:768px) {
	.cnts-index .list a .tit, .cnts-index .list span:not (.exlink ) .tit {
		position: relative;
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		font-size: 20px;
		font-size: 1.25rem
	}
	.home .cnts-index .list a .tit, .home .cnts-index .list span:not (.exlink
		) .tit {
		color: #298321
	}
	.about .cnts-index .list a .tit, .about .cnts-index .list span:not (.exlink
		) .tit {
		color: #e94b41
	}
	.service .cnts-index .list a .tit, .service .cnts-index .list span:not (.exlink
		) .tit {
		color: #2f8ace
	}
	.vision .cnts-index .list a .tit, .vision .cnts-index .list span:not (.exlink
		) .tit {
		color: #8cb11c
	}
	.ir .cnts-index .list a .tit, .ir .cnts-index .list span:not (.exlink ) .tit
		{
		color: #01589a
	}
	.recruit .cnts-index .list a .tit, .recruit .cnts-index .list span:not (.exlink
		) .tit {
		color: #ed6f14
	}
	.news .cnts-index .list a .tit, .news .cnts-index .list span:not (.exlink
		) .tit {
		color: #9b2748
	}
	.utilities .cnts-index .list a .tit, .utilities .cnts-index .list span:not
		(.exlink ) .tit {
		color: #777
	}
	.cnts-index .list a .tit:before, .cnts-index .list span:not (.exlink ) .tit:before
		{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		margin: -11px 0 0;
		border-radius: 50%;
		width: 20px;
		height: 20px
	}
	.home .cnts-index .list a .tit:before, .home .cnts-index .list span:not
		(.exlink ) .tit:before {
		background: #298321
	}
	.about .cnts-index .list a .tit:before, .about .cnts-index .list span:not
		(.exlink ) .tit:before {
		background: #e94b41
	}
	.service .cnts-index .list a .tit:before, .service .cnts-index .list span:not
		(.exlink ) .tit:before {
		background: #2f8ace
	}
	.vision .cnts-index .list a .tit:before, .vision .cnts-index .list span:not
		(.exlink ) .tit:before {
		background: #8cb11c
	}
	.ir .cnts-index .list a .tit:before, .ir .cnts-index .list span:not (.exlink
		) .tit:before {
		background: #01589a
	}
	.recruit .cnts-index .list a .tit:before, .recruit .cnts-index .list span:not
		(.exlink ) .tit:before {
		background: #ed6f14
	}
	.news .cnts-index .list a .tit:before, .news .cnts-index .list span:not
		(.exlink ) .tit:before {
		background: #9b2748
	}
	.utilities .cnts-index .list a .tit:before, .utilities .cnts-index .list span:not
		(.exlink ) .tit:before {
		background: #777
	}
	.cnts-index .list a .tit:after, .cnts-index .list span:not (.exlink ) .tit:after
		{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 5px;
		margin-top: -5px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.cnts-index .list a .tit.nolink, .cnts-index .list span:not (.exlink ) .tit.nolink
		{
		padding-left: 0
	}
	.cnts-index .list a .tit.nolink:before, .cnts-index .list a .tit.nolink:after,
		.cnts-index .list span:not (.exlink ) .tit.nolink:before, .cnts-index .list span:not
		(.exlink ) .tit.nolink:after {
		display: none !important
	}
}

@media screen and (max-width:767px) {
	.cnts-index .list a .tit, .cnts-index .list span:not (.exlink ) .tit {
		font-size: 15px;
		font-size: .9375rem;
		font-weight: 700
	}
	.home .cnts-index .list a .tit, .home .cnts-index .list span:not (.exlink
		) .tit {
		color: #298321
	}
	.about .cnts-index .list a .tit, .about .cnts-index .list span:not (.exlink
		) .tit {
		color: #e94b41
	}
	.service .cnts-index .list a .tit, .service .cnts-index .list span:not (.exlink
		) .tit {
		color: #2f8ace
	}
	.vision .cnts-index .list a .tit, .vision .cnts-index .list span:not (.exlink
		) .tit {
		color: #8cb11c
	}
	.ir .cnts-index .list a .tit, .ir .cnts-index .list span:not (.exlink ) .tit
		{
		color: #01589a
	}
	.recruit .cnts-index .list a .tit, .recruit .cnts-index .list span:not (.exlink
		) .tit {
		color: #ed6f14
	}
	.news .cnts-index .list a .tit, .news .cnts-index .list span:not (.exlink
		) .tit {
		color: #9b2748
	}
	.utilities .cnts-index .list a .tit, .utilities .cnts-index .list span:not
		(.exlink ) .tit {
		color: #777
	}
}

@media all and (min-width:768px) {
	.cnts-index .list a .txt, .cnts-index .list span:not (.exlink ) .txt {
		margin: 4px 0 0;
		line-height: 1.57
	}
}

@media screen and (max-width:767px) {
	.cnts-index .list a .txt, .cnts-index .list span:not (.exlink ) .txt {
		margin: 5px 0 0;
		line-height: 1.38
	}
}

@media screen and (max-width:767px) {
	.cnts-index .list a .txtarea, .cnts-index .list span:not (.exlink ) .txtarea
		{
		float: left;
		margin: 0 0 0 12px;
		width: 64%
	}
	.cnts-index .list a .txtarea br, .cnts-index .list span:not (.exlink ) .txtarea br
		{
		display: none
	}
}

@media all and (min-width:768px) {
	.cnts-index .list span:not (.exlink ):hover figure:after {
		border: 1px solid #dedede !important
	}
	.cnts-index .list span:not (.exlink ):hover figure img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@media screen and (max-width:767px) {
	.cnts-index .list span:not (.exlink ):hover {
		background: #fdedec
	}
	.home .cnts-index .list span:not (.exlink ):hover {
		background: #e6f2ef
	}
	.about .cnts-index .list span:not (.exlink ):hover {
		background: #fdedec
	}
	.service .cnts-index .list span:not (.exlink ):hover {
		background: #edf8f9
	}
	.vision .cnts-index .list span:not (.exlink ):hover {
		background: #e6f2ef
	}
	.ir .cnts-index .list span:not (.exlink ):hover {
		background: #f6f4fc
	}
	.recruit .cnts-index .list span:not (.exlink ):hover {
		background: #fdf0e7
	}
}

.sect-tit {
	position: relative;
	padding: 0 0 0 26px;
	letter-spacing: 3px;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.4
}

.sect-tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 2px;
	width: 7px;
	height: 38px
}

.home .sect-tit:before {
	background: #298321
}

.about .sect-tit:before {
	background: #e94b41
}

.service .sect-tit:before {
	background: #2f8ace
}

.vision .sect-tit:before {
	background: #8cb11c
}

.ir .sect-tit:before {
	background: #01589a
}

.recruit .sect-tit:before {
	background: #ed6f14
}

.news .sect-tit:before {
	background: #9b2748
}

.utilities .sect-tit:before {
	background: #777
}

.sect-tit+* {
	margin-top: 30px
}

@media screen and (max-width:767px) {
	.sect-tit {
		box-sizing: border-box;
		position: relative;
		margin: 0;
		padding: 10px 10px 8px 40px;
		width: 100%;
		height: auto;
		background: #e94b41;
		letter-spacing: 0;
		color: #fff;
		font-size: 17px;
		font-size: 1.0625rem;
		font-weight: 700;
		line-height: 1.53;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
	.about .sect-tit {
		background: #e94b41
	}
	.about .sect-tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px 0 no-repeat;
		background-size: 40px 240px
	}
	.service .sect-tit {
		background: #2f8ace
	}
	.service .sect-tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -20px
			no-repeat;
		background-size: 40px 240px
	}
	.vision .sect-tit {
		background: #8cb11c
	}
	.vision .sect-tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -40px
			no-repeat;
		background-size: 40px 240px
	}
	.ir .sect-tit {
		background: #01589a
	}
	.ir .sect-tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -60px
			no-repeat;
		background-size: 40px 240px
	}
	.recruit .sect-tit {
		background: #ed6f14
	}
	.recruit .sect-tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -80px
			no-repeat;
		background-size: 40px 240px
	}
	.news .sect-tit {
		background: #9b2748
	}
	.news .sect-tit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) -20px -100px
			no-repeat;
		background-size: 40px 240px
	}
	.sect-tit+* {
		margin-top: 0
	}
}

.sect_link {
	margin: 60px 0 0;
	padding: 18px 0 0;
	border-top: 3px solid #dedede;
	border-bottom: 3px solid #dedede
}

@media screen and (max-width:767px) {
	.sect_link {
		margin: 30px 0 0;
		padding: 6% 4% 8%;
		border-top: 1px solid #2f8ace;
		border-bottom: none
	}
	.vision .sect_link {
		border-color: #8cb11c
	}
}

@media screen and (max-width:767px) {
	.sect_link .sp-layout {
		border: 1px solid #dedede;
		border-radius: 5px
	}
}

.sect_link .tit {
	color: #545454;
	font-size: 20px;
	font-size: 1.25rem
}

@media screen and (max-width:767px) {
	.sect_link .tit {
		padding: 8px 16px;
		background: #e6e5e5;
		font-size: 15px;
		font-size: .9375rem
	}
}

.sect_link .list {
	zoom: 1;
	margin: 14px 0 0
}

.sect_link .list:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.sect_link .list {
		zoom: 1;
		margin: 0
	}
	.sect_link .list:after {
		content: "";
		display: block;
		clear: both
	}
}

.sect_link .list li {
	float: left;
	margin: 0 28px 30px 0;
	width: 254px;
	height: 88px
}

@media screen and (max-width:767px) {
	.sect_link .list li {
		position: relative;
		float: none;
		margin: 0;
		border-top: 1px solid #dedede;
		width: 100%;
		height: auto
	}
	.sect_link .list li:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -5px;
		border-right: 3px solid #777;
		border-bottom: 3px solid #777;
		width: 7px;
		height: 7px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.sect_link .list li.bnr:after {
	display: none
}

@media screen and (max-width:767px) {
	.sect_link .list li.bnr:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 14px;
		margin: -5px 0 0;
		width: 15px;
		height: 11px;
		background: url(../img/bk/sp-link.png) 0 0 no-repeat;
		background-size: 15px 11px;
		-webkit-background-size: 15px 11px
	}
}

@media screen and (max-width:767px) {
	.sect_link .list li.txt {
		zoom: 1;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
	.sect_link .list li.txt:after {
		content: "";
		display: block;
		clear: both
	}
}

.sect_link .list li.txt a {
	display: block;
	overflow: visible;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	text-decoration: none;
	color: #545454;
	font-size: 14px
}

@media screen and (max-width:767px) {
	.sect_link .list li.txt a {
		padding: 4%;
		text-decoration: none
	}
}

.sect_link .list li.txt a:hover:before {
	background: none
}

.sect_link .list li.txt a:after {
	display: none
}

.sect_link .list li.txt a:before {
	display: none
}

.sect_link .list li.txt a span {
	position: relative
}

.sect_link .list li.txt a span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -5px;
	border-right: 3px solid #8cb11c;
	border-bottom: 3px solid #8cb11c;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media screen and (max-width:767px) {
	.sect_link .list li.txt a span:before {
		display: none
	}
}

.sect_link .list li.txt a .stit {
	border-radius: 5px 5px 0 0;
	height: 25px;
	background: #8cb11c;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-size: .8125rem
}

@media screen and (max-width:767px) {
	.sect_link .list li.txt a .stit {
		display: inline-block;
		position: relative;
		margin: 0 5px 0 0;
		padding: 0 0 0 26px;
		border-radius: 0;
		height: auto;
		background: none;
		color: #8cb11c
	}
	.sect_link .list li.txt a .stit:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -11px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) no-repeat;
		background-position: 0 -40px;
		background-size: 40px 220px;
		-webkit-background-size: 40px 220px
	}
}

.sect_link .list li.txt a .url {
	box-sizing: border-box;
	padding: 17px 0 0;
	border-radius: 0 0 5px 5px;
	height: 63px;
	cursor: pointer;
	background-color: #eef9f6;
	text-align: center;
	text-decoration: underline;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

@media screen and (max-width:767px) {
	.sect_link .list li.txt a .url {
		display: inline;
		height: auto;
		background: none;
		text-decoration: none
	}
}

.sect_link .list li.txt a:hover .url {
	text-decoration: none
}

.sect_link .list li a {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	width: 254px;
	height: 88px;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

@media screen and (max-width:767px) {
	.sect_link .list li a {
		padding: 4%;
		width: 100%;
		height: auto;
		text-decoration: none
	}
}

.sect_link .list li a:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	border: 10px solid transparent;
	border-top: 10px solid #2f8ace;
	border-left: 10px solid #2f8ace;
	border-radius: 9px 0 0;
	width: 0;
	height: 0
}

@media screen and (max-width:767px) {
	.sect_link .list li a:before {
		display: none
	}
}

.sect_link .list li a:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border: 2px solid #dedede;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

@media screen and (max-width:767px) {
	.sect_link .list li a:after {
		display: none
	}
}

@media screen and (max-width:767px) {
	.sect_link .list li a:hover {
		background: #f7f7f7
	}
	.sect_link .list li a:hover:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 14px;
		left: inherit;
		margin: -5px 0 0;
		border: none;
		border-radius: 0;
		width: 15px;
		height: 11px;
		background: url(../img/bk/sp-link.png) 0 0 no-repeat;
		background-size: 15px 11px;
		-webkit-background-size: 15px 11px
	}
}

.sect_link .list li a:hover:after {
	border: 2px solid #2f8ace
}

@media screen and (max-width:767px) {
	.sect_link .list li a:hover:after {
		display: none
	}
}

@media screen and (max-width:767px) {
	.lnav {
		padding: 8% 4%;
		border-bottom: 1px solid rgba(255, 255, 255, .5)
	}
	.home .lnav {
		background: #298321
	}
	.about .lnav {
		background: #e94b41
	}
	.service .lnav {
		background: #2f8ace
	}
	.vision .lnav {
		background: #8cb11c
	}
	.ir .lnav {
		background: #01589a
	}
	.recruit .lnav {
		background: #ed6f14
	}
	.news .lnav {
		background: #9b2748
	}
	.utilities .lnav {
		background: #777
	}
}

.lnav ul {
	padding: 0 0 8px;
	border-radius: 5px;
	background: #fafafa
}

@media screen and (max-width:767px) {
	.lnav ul {
		padding: 0;
		border: 1px solid #dedede
	}
}

@media screen and (max-width:767px) {
	.lnav li {
		border-top: 1px solid #dedede
	}
}

.lnav li .link {
	display: inline-block;
	position: relative
}

.lnav li .link:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 12px;
	background: url(../img/bk/link.png) 0 0 no-repeat
}

.lnav li a {
	display: block;
	position: relative;
	padding: 17px 0 20px 40px;
	line-height: 1.57
}

@media all and (min-width:768px) {
	.lnav li a {
		-webkit-backface-visibility: hidden
	}
	.home .lnav li a:hover {
		color: #298321
	}
	.about .lnav li a:hover {
		color: #e94b41
	}
	.service .lnav li a:hover {
		color: #2f8ace
	}
	.vision .lnav li a:hover {
		color: #8cb11c
	}
	.ir .lnav li a:hover {
		color: #01589a
	}
	.recruit .lnav li a:hover {
		color: #ed6f14
	}
	.news .lnav li a:hover {
		color: #9b2748
	}
	.utilities .lnav li a:hover {
		color: #777
	}
	.home .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #298321;
		border-bottom: 3px solid #298321;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.about .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #e94b41;
		border-bottom: 3px solid #e94b41;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.service .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #2f8ace;
		border-bottom: 3px solid #2f8ace;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.vision .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #8cb11c;
		border-bottom: 3px solid #8cb11c;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.ir .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #01589a;
		border-bottom: 3px solid #01589a;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.recruit .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #ed6f14;
		border-bottom: 3px solid #ed6f14;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.news .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #9b2748;
		border-bottom: 3px solid #9b2748;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.utilities .lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 18px;
		margin-top: -5px;
		border-right: 3px solid #777;
		border-bottom: 3px solid #777;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.lnav li a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 11px;
		border-bottom: 1px dotted #a49d96;
		width: 215px
	}
}

@media screen and (max-width:767px) {
	.lnav li a {
		padding: 15px 35px 15px 25px;
		text-decoration: none
	}
	.home .lnav li a:hover {
		background: #e6f2ef
	}
	.about .lnav li a:hover {
		background: #fdedec
	}
	.service .lnav li a:hover {
		background: #edf8f9
	}
	.vision .lnav li a:hover {
		background: #e6f2ef
	}
	.ir .lnav li a:hover {
		background: #f6f4fc
	}
	.recruit .lnav li a:hover {
		background: #fdf0e7
	}
	.lnav li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 18px;
		margin-top: -5px;
		border-right: 3px solid #777;
		border-bottom: 3px solid #777;
		width: 7px;
		height: 7px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.lnav li a[target=_blank]:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 14px;
		margin: -6px 0 0;
		border: none;
		width: 15px;
		height: 12px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		background: url(../img/bk/link.png) 0 0 no-repeat
	}
	.lnav li a br {
		display: none
	}
}

@media all and (min-width:768px) {
	.lnav li:first-child {
		border-radius: 5px 5px 0 0;
		font-size: 18px;
		font-size: 1.125rem
	}
	.home .lnav li:first-child {
		border-bottom: 2px solid #298321
	}
	.about .lnav li:first-child {
		border-bottom: 2px solid #e94b41
	}
	.service .lnav li:first-child {
		border-bottom: 2px solid #2f8ace
	}
	.vision .lnav li:first-child {
		border-bottom: 2px solid #8cb11c
	}
	.ir .lnav li:first-child {
		border-bottom: 2px solid #01589a
	}
	.recruit .lnav li:first-child {
		border-bottom: 2px solid #ed6f14
	}
	.news .lnav li:first-child {
		border-bottom: 2px solid #9b2748
	}
	.utilities .lnav li:first-child {
		border-bottom: 2px solid #777
	}
	.lnav li:first-child a {
		padding: 26px 18px 18px 52px
	}
	.lnav li:first-child a:after {
		border: none
	}
	.lnav li:first-child a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 17px;
		margin-top: -12px;
		border: none;
		width: 25px;
		height: 25px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		background: url(../img/bk/lnav-ico.png) no-repeat
	}
	.about .lnav li:first-child a:before {
		background-position: 0 0
	}
	.service .lnav li:first-child a:before {
		background-position: 0 -25px
	}
	.vision .lnav li:first-child a:before {
		background-position: 0 -50px
	}
	.ir .lnav li:first-child a:before {
		background-position: 0 -75px
	}
	.lnav li:first-child.current a {
		border-radius: 5px 0 0
	}
	.lnav li:first-child.current a:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 240px;
		border: 37px solid transparent;
		border-right: 0 solid transparent;
		width: 0;
		height: 0
	}
	.home .lnav li:first-child.current a:after {
		border-left: 12px solid #298321
	}
	.about .lnav li:first-child.current a:after {
		border-left: 12px solid #e94b41
	}
	.service .lnav li:first-child.current a:after {
		border-left: 12px solid #2f8ace
	}
	.vision .lnav li:first-child.current a:after {
		border-left: 12px solid #8cb11c
	}
	.ir .lnav li:first-child.current a:after {
		border-left: 12px solid #01589a
	}
	.recruit .lnav li:first-child.current a:after {
		border-left: 12px solid #ed6f14
	}
	.news .lnav li:first-child.current a:after {
		border-left: 12px solid #9b2748
	}
	.utilities .lnav li:first-child.current a:after {
		border-left: 12px solid #777
	}
	.lnav li:first-child.current a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 17px;
		margin-top: -12px;
		border: none;
		width: 25px;
		height: 25px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		background: url(../img/bk/lnav-ico.png) no-repeat
	}
	.about .lnav li:first-child.current a:before {
		background-position: -25px 0
	}
	.service .lnav li:first-child.current a:before {
		background-position: -25px -25px
	}
	.vision .lnav li:first-child.current a:before {
		background-position: -25px -50px
	}
	.ir .lnav li:first-child.current a:before {
		background-position: -25px -75px
	}
}

@media screen and (max-width:767px) {
	.lnav li:first-child {
		border-top: none;
		font-size: 14px;
		font-size: .875rem
	}
	.lnav li:first-child a {
		position: relative;
		padding-left: 38px
	}
	.about .lnav li:first-child a {
		color: #e94b41
	}
	.about .lnav li:first-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) no-repeat;
		background-position: 0 0;
		background-size: 40px 240px
	}
	.service .lnav li:first-child a {
		color: #2f8ace
	}
	.service .lnav li:first-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) no-repeat;
		background-position: 0 -20px;
		background-size: 40px 240px
	}
	.vision .lnav li:first-child a {
		color: #8cb11c
	}
	.vision .lnav li:first-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) no-repeat;
		background-position: 0 -40px;
		background-size: 40px 240px
	}
	.ir .lnav li:first-child a {
		color: #01589a
	}
	.ir .lnav li:first-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) no-repeat;
		background-position: 0 -60px;
		background-size: 40px 240px
	}
	.recruit .lnav li:first-child a {
		color: #ed6f14
	}
	.recruit .lnav li:first-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) no-repeat;
		background-position: 0 -80px;
		background-size: 40px 240px
	}
	.news .lnav li:first-child a {
		color: #9b2748
	}
	.news .lnav li:first-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 12px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background: url(../img/bk/sp-lnav-ico.png) no-repeat;
		background-position: 0 -100px;
		background-size: 40px 240px
	}
}

.lnav li:last-child a:after {
	border: none
}

@media all and (min-width:768px) {
	.lnav li.current a {
		text-decoration: none;
		color: #fff
	}
	.home .lnav li.current a {
		background: #298321
	}
	.about .lnav li.current a {
		background: #e94b41
	}
	.service .lnav li.current a {
		background: #2f8ace
	}
	.vision .lnav li.current a {
		background: #8cb11c
	}
	.ir .lnav li.current a {
		background: #01589a
	}
	.recruit .lnav li.current a {
		background: #ed6f14
	}
	.news .lnav li.current a {
		background: #9b2748
	}
	.utilities .lnav li.current a {
		background: #777
	}
	.lnav li.current a:hover {
		color: #fff
	}
	.lnav li.current a:after {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 240px;
		border: 29px solid transparent;
		border-right: 0 solid transparent;
		width: 0;
		height: 0
	}
	.home .lnav li.current a:after {
		border-left: 12px solid #298321
	}
	.about .lnav li.current a:after {
		border-left: 12px solid #e94b41
	}
	.service .lnav li.current a:after {
		border-left: 12px solid #2f8ace
	}
	.vision .lnav li.current a:after {
		border-left: 12px solid #8cb11c
	}
	.ir .lnav li.current a:after {
		border-left: 12px solid #01589a
	}
	.recruit .lnav li.current a:after {
		border-left: 12px solid #ed6f14
	}
	.news .lnav li.current a:after {
		border-left: 12px solid #9b2748
	}
	.utilities .lnav li.current a:after {
		border-left: 12px solid #777
	}
}

@media screen and (max-width:767px) {
	.lnav li.current a {
		text-decoration: none;
		color: #fff
	}
	.home .lnav li.current a {
		background: #298321
	}
	.about .lnav li.current a {
		background: #e94b41
	}
	.service .lnav li.current a {
		background: #2f8ace
	}
	.vision .lnav li.current a {
		background: #8cb11c
	}
	.ir .lnav li.current a {
		background: #01589a
	}
	.recruit .lnav li.current a {
		background: #ed6f14
	}
	.news .lnav li.current a {
		background: #9b2748
	}
	.utilities .lnav li.current a {
		background: #777
	}
	.lnav li.current a:before {
		display: none
	}
}

@media all and (min-width:768px) {
	.lnav li.current a[target=_blank] span {
		position: relative
	}
	.lnav li.current a[target=_blank] span:after {
		content: "";
		display: inline-block;
		margin: 0 0 0 7px;
		width: 15px;
		height: 12px;
		background: url(../img/bk/link.png) 0 0 no-repeat
	}
}

@media screen and (max-width:767px) {
	.lnav li.current a[target=_blank]:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 13px;
		margin: -6px 0 0;
		border: none;
		width: 15px;
		height: 12px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		background: url(../img/bk/link.png) 0 0 no-repeat
	}
}

@media all and (min-width:768px) {
	.lnav li.current.current_2line a:after {
		border: 39px solid transparent
	}
	.home .lnav li.current.current_2line a:after {
		border-left: 12px solid #298321
	}
	.about .lnav li.current.current_2line a:after {
		border-left: 12px solid #e94b41
	}
	.service .lnav li.current.current_2line a:after {
		border-left: 12px solid #2f8ace
	}
	.vision .lnav li.current.current_2line a:after {
		border-left: 12px solid #8cb11c
	}
	.ir .lnav li.current.current_2line a:after {
		border-left: 12px solid #01589a
	}
	.recruit .lnav li.current.current_2line a:after {
		border-left: 12px solid #ed6f14
	}
	.news .lnav li.current.current_2line a:after {
		border-left: 12px solid #9b2748
	}
	.utilities .lnav li.current.current_2line a:after {
		border-left: 12px solid #777
	}
}

@media all and (min-width:768px) {
	.lnav li.current.current_3line a:after {
		border: 50px solid transparent
	}
	.home .lnav li.current.current_3line a:after {
		border-left: 12px solid #298321
	}
	.about .lnav li.current.current_3line a:after {
		border-left: 12px solid #e94b41
	}
	.service .lnav li.current.current_3line a:after {
		border-left: 12px solid #2f8ace
	}
	.vision .lnav li.current.current_3line a:after {
		border-left: 12px solid #8cb11c
	}
	.ir .lnav li.current.current_3line a:after {
		border-left: 12px solid #01589a
	}
	.recruit .lnav li.current.current_3line a:after {
		border-left: 12px solid #ed6f14
	}
	.news .lnav li.current.current_3line a:after {
		border-left: 12px solid #9b2748
	}
	.utilities .lnav li.current.current_3line a:after {
		border-left: 12px solid #777
	}
}

@media all and (min-width:768px) {
	.lnav li.current.current_parents a:after {
		display: none
	}
}

@media screen and (max-width:767px) {
	.lnav li.current.current_parents a {
		border-radius: 0 !important
	}
}

.lnav li.current ul {
	padding: 0;
	border-top: 1px solid #fff;
	border-radius: 0
}

@media screen and (max-width:767px) {
	.lnav li.current ul {
		border-bottom: 0
	}
}

.lnav li.current ul li {
	position: relative
}

.lnav li.current ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 11px;
	border-bottom: 1px dotted #a49d96;
	width: 215px
}

@media screen and (max-width:767px) {
	.lnav li.current ul li:after {
		display: none
	}
}

.lnav li.current ul li:first-child {
	border: 0;
	font-size: inherit
}

.lnav li.current ul li:first-child.current a {
	border-radius: 0;
	color: #fff
}

.lnav li.current ul li:first-child.current a:before {
	display: none !important
}

@media screen and (max-width:767px) {
	.lnav li.current ul li:first-child a {
		color: inherit
	}
}

.lnav li.current ul li:first-child a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 18px;
	left: 36px;
	margin-top: -5px;
	border-right: 3px solid #01589a;
	border-bottom: 3px solid #01589a;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: none
}

@media screen and (max-width:767px) {
	.lnav li.current ul li:first-child a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 18px;
		left: inherit;
		margin-top: -5px;
		border-right: 3px solid #777;
		border-bottom: 3px solid #777;
		width: 7px;
		height: 7px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: none
	}
}

@media screen and (max-width:767px) {
	.lnav li.current ul li:first-child a:after {
		display: none
	}
}

.lnav li.current ul li:first-child a:hover {
	color: #01589a
}

.lnav li.current ul li:last-child:after {
	display: none
}

@media screen and (max-width:767px) {
	.lnav li.current ul li:last-child.current a {
		border-radius: 0
	}
}

@media screen and (max-width:767px) {
	.lnav li.current ul li:last-child a {
		border-radius: 0
	}
}

.lnav li.current ul li.current a {
	background: #4785b6 !important;
	text-decoration: none;
	color: #fff
}

.lnav li.current ul li.current a:before {
	display: none
}

.lnav li.current ul li.current a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 240px;
	border: 29px solid transparent;
	border-right: 0 solid transparent;
	width: 0;
	height: 0
}

.home .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.about .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.service .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.vision .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.ir .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.recruit .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.news .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.utilities .lnav li.current ul li.current a:after {
	border-left: 12px solid #4785b6
}

.lnav li.current ul li.current a:hover {
	color: #fff
}

@media screen and (max-width:767px) {
	.lnav li.current ul li.current a:after {
		display: none !important
	}
}

.lnav li.current ul li a {
	padding: 17px 0 20px 57px;
	background: #ecf0f9 !important;
	text-decoration: underline;
	color: inherit
}

.lnav li.current ul li a:before {
	left: 36px
}

.lnav li.current ul li a:hover {
	text-decoration: none;
	color: #01589a
}

@media screen and (max-width:767px) {
	.lnav li.current ul li a {
		padding: 15px 15px 15px 25px;
		text-decoration: none
	}
	.home .lnav li.current ul li a:hover {
		background: #e6f2ef
	}
	.about .lnav li.current ul li a:hover {
		background: #fdedec
	}
	.service .lnav li.current ul li a:hover {
		background: #edf8f9
	}
	.vision .lnav li.current ul li a:hover {
		background: #e6f2ef
	}
	.ir .lnav li.current ul li a:hover {
		background: #f6f4fc
	}
	.recruit .lnav li.current ul li a:hover {
		background: #fdf0e7
	}
	.lnav li.current ul li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 18px;
		left: inherit;
		margin-top: -5px;
		border-right: 3px solid #777;
		border-bottom: 3px solid #777;
		width: 7px;
		height: 7px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@media screen and (max-width:767px) {
	.lnav>ul li:last-child a {
		border-radius: 0 0 5px 5px
	}
}

@media screen and (max-width:767px) {
	.lnav>ul li:last-child ul {
		border-radius: 0 0 5px 5px
	}
}

@media screen and (max-width:767px) {
	.lnav>ul li:last-child ul li a {
		border-radius: 0
	}
}

@media screen and (max-width:767px) {
	.lnav>ul li:last-child ul li:last-child a {
		border-radius: 0 0 5px 5px !important
	}
}

.pagetop {
	zoom: 1;
	position: relative;
	z-index: 1;
	margin: 19px auto 0;
	width: 1068px
}

.pagetop:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.pagetop {
		display: none;
		zoom: 1;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		margin: 0 0 -8px;
		padding: 20px 4% 50px;
		width: 100%;
		background: url(../img/bk/sp-pagetop-bg.png) center bottom
			no-repeat;
		background-size: 302px 62px;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-background-size: 302px 62px
	}
	.pagetop:after {
		content: "";
		display: block;
		clear: both
	}
	.sp-pagetop .pagetop {
		display: block
	}
}

.pagetop.pagetopHit {
	top: -3px
}

.pagetop a {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	float: right;
	border-radius: 5px;
	width: 43px;
	height: 43px;
	background: #323232;
	text-align: left;
	text-indent: -1000%;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

@media screen and (max-width:767px) {
	.pagetop a {
		overflow: hidden;
		border-radius: 4px;
		text-align: left;
		text-indent: -1000%
	}
}

.pagetop a:hover {
	background: rgba(50, 50, 50, .7)
}

.pagetop a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -7px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sp-pagetop {
	display: none
}

@media screen and (max-width:767px) {
	.sp-pagetop {
		display: block;
		background: #fafafa
	}
}

.table {
	zoom: 1;
	border-top: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
	width: 100%;
	background: #f5f5f5
}

.table:after {
	content: "";
	display: block;
	clear: both
}

@media screen and (max-width:767px) {
	.table {
		margin: 5% 4%;
		border: 1px solid #dedede;
		width: 92%;
		background: none
	}
}

.table dt {
	box-sizing: border-box;
	float: left;
	clear: both;
	padding: 19px;
	border-top: 1px dotted #a19a93;
	width: 198px;
	font-weight: 700;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

.table dt:first-child {
	border-top: none
}

.table dt:first-child+dd {
	border-top: none
}

@media screen and (max-width:767px) {
	.table dt {
		box-sizing: border-box;
		float: none;
		padding: 12px 14px;
		border: none;
		width: 100%;
		background: #efefef;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
}

.table dd {
	box-sizing: border-box;
	float: right;
	padding: 19px;
	border-top: 1px dotted #a19a93;
	border-left: 1px solid #d9d9d9;
	width: 622px;
	background: #fff;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box
}

@media screen and (max-width:767px) {
	.table dd {
		box-sizing: border-box;
		float: none;
		padding: 12px 14px;
		border: none;
		width: 100%;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box
	}
}

.char-jump_ftr {
	display: none
}

@media all and (min-width:768px) {
	.char-jump_ftr {
		display: block;
		position: absolute;
		z-index: 2;
		top: -61px;
		left: 50%;
		margin-left: 500px;
		width: 26px;
		height: 56px;
		background: url(../img/bk/char-jump_ftr.png) 0 0 no-repeat
	}
}

.char-walk {
	display: none
}

@media all and (min-width:768px) {
	.char-walk {
		display: block;
		position: absolute;
		z-index: 1;
		width: 22px;
		height: 33px
	}
	.char-walk.yel {
		background: url(../img/bk/char-walk_yel.png) 0 0 no-repeat
	}
}

.char-jump {
	display: none
}

@media all and (min-width:768px) {
	.char-jump {
		display: block;
		position: absolute;
		z-index: 1;
		top: 114px;
		left: 50%;
		margin: 0 0 0 -235px;
		width: 22px;
		height: 56px;
		background: url(../img/bk/char-jump_yel.png) 0 0 no-repeat
	}
	.char-jump.walk {
		top: 137px;
		margin: 0 0 0 -235px;
		height: 33px;
		background: url(../img/bk/char-walk_yel.png) 0 0 no-repeat
	}
}

.char-hat {
	display: none
}

@media all and (min-width:768px) {
	.char-hat {
		display: block;
		position: absolute;
		z-index: 1;
		width: 23px;
		height: 35px
	}
	.char-hat.red {
		background: url(../img/bk/char-hat_red_top.png) 0 0
			no-repeat
	}
	.char-hat.green {
		background: url(../img/bk/char-hat_green.png) 0 0 no-repeat
	}
	.ftr-btm .char-hat {
		top: -31px;
		left: 50%;
		margin-left: -518px
	}
}

.char-roller {
	display: none
}

@media all and (min-width:768px) {
	.char-roller {
		display: block;
		position: absolute;
		z-index: 1;
		width: 32px;
		height: 31px
	}
	.char-roller.blue {
		background: url(../img/bk/char-roller_blue.png) 0 0
			no-repeat
	}
	.ftr-btm .char-roller {
		top: -30px;
		left: 50%;
		margin-left: -311px
	}
}

.char-sk8 {
	display: none
}

@media all and (min-width:768px) {
	.char-sk8 {
		display: block;
		position: absolute;
		z-index: 1;
		width: 34px;
		height: 32px
	}
	.char-sk8.pink {
		background: url(../img/bk/char-sk8_pink.png) no-repeat
	}
	.char-sk8.green {
		background: url(../img/bk/char-sk8_green.png) no-repeat
	}
}

.char-hat {
	display: none
}

@media all and (min-width:768px) {
	.char-hat {
		display: block;
		position: absolute;
		z-index: 1;
		width: 25px;
		height: 36px
	}
	.char-hat.green {
		background: url(../img/bk/char-hat_green.png) 0 0 no-repeat
	}
	.ftr-btm .char-hat {
		top: -31px;
		left: 50%;
		margin-left: -518px
	}
}

.char-roller {
	display: none
}

@media all and (min-width:768px) {
	.char-roller {
		display: block;
		position: absolute;
		z-index: 1;
		width: 32px;
		height: 31px
	}
	.char-roller.blue {
		background: url(../img/bk/char-roller_blue.png) 0 0
			no-repeat
	}
	.ftr-btm .char-roller {
		top: -30px;
		left: 50%;
		margin-left: -311px
	}
}

.char-bike {
	display: none
}

@media all and (min-width:768px) {
	.char-bike {
		display: block;
		position: absolute;
		z-index: 1;
		width: 36px;
		height: 29px;
		background: url(../img/bk/char-bike_r.png) 0 0 no-repeat
	}
}

.mt10 {
	margin-top: 10px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt40 {
	margin-top: 40px
}

.mt50 {
	margin-top: 50px
}

.tar {
	text-align: right
}

.ls0 {
	letter-spacing: 0
}

iframe[name=google_conversion_frame] {
	position: absolute;
	z-index: -1;
	bottom: 0
}