@charset "utf-8";
/*------------------------------------------------------------
	reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 80px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	
}


.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.area {
	margin: 0 auto;
	width: 1260px;
}
@media all and (min-width: 0) and (max-width: 1080px) {
	.area {
		margin: 0;
		width: auto;
	}
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
	background: #fff;
}

#gHeader .welcome {
	background:#E5E5E5;
}

#gHeader .welcome .sub {
	margin: 0 auto;
	width: 1260px;
	padding: 10px 0;
}

#gHeader .welcome p {
	float: left;
	color: #333;
	font-size: 16px;
}

#gHeader .welcome ul {
	float: right;
}

#gHeader .welcome li {
	display: inline;
	color: #666;
	font-size: 16px;
}

#gHeader .welcome li a {
	margin: 0 8px;
	color: #666;
}

#gHeader .hArea {
	margin: 0 auto;
	width: 1260px;
}

#gHeader h1 {
	padding: 2px 0 0;
	float: left;
}

#gHeader h1 img {
	width: 350px;
}

#gHeader .click {
	display: none;
}

.header_nav {
	display: none;
}

#close {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 999999999;
}

#gHeader .nav_button {
	margin-top: -13px;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#gHeader {
		padding: 15px;
		position: relative;
		background: #fff;
	}
	
	#gHeader .welcome {
		display: none;
	}
		
	#gHeader .hArea {
		margin: 0;
		width: auto;
	}
	
	#gHeader h1 {
		padding: 0;
		float: left;
	}
	
	#gHeader h1 img {
		width: 200px;
	}
	
	#gHeader .click {
		display: block;
		margin-top: -15px;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 15px;
		top: 50%;
		background: url(../images/menu.png) no-repeat left top;
		background-size: 100% 100%;
	}
	
	.header_nav {
		display: block;
		padding: 5px;
		display: block;
		position: fixed;
		width: 260px;
		height: 100%;
		overflow: auto;
		background-color: rgba(255,255,255,.9);
		box-sizing: border-box;
		top: 0;
		right: -260px;
		z-index: 9999999999;
	}
	
	.header_nav .sub {
		height: 100%;
		border: 1px solid rgba(0,0,0,.1);
		box-sizing: border-box;
	}
	
	.header_nav .spLogo {
		padding: 20px 0 20px;
		text-align: center;
	}
	
	.header_nav .spLogo img {
		display: inline-block;
	}
	
	.header_nav #navi {
		margin: 0 20px 20px;
	}
	
	.header_nav #navi li {
		margin-bottom: 1px;
		border: none;
	}
	
	.header_nav #navi li a {
		padding: 10px 0;
		display: block;
		border: none;
		color: #fff;
		text-align: center;
		background: #FF7A01;
	}
	
	.header_nav .tel {
		color: #3295F3;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	.header_nav .tel a {
		color: #3295F3;
	}


}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 800px;
	float: right;
	border-right: 1px solid #C1C1C1;
}

#gNavi li {
	width: 12.5%;
	float: left;
}

#gNavi li a {
	padding: 33px 0;
	display: block;
	color: #000;
	font-size: 17px;
	text-align: center;
	border-left: 1px solid #C1C1C1;
}

#gNavi li a:hover {
	color: #fff;
	background: #0074E8;
}

#gNavi li a span {
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: normal;
}

#gNavi li a:hover span {
	color: #fff;
}


@media all and (min-width: 0) and (max-width: 1080px) {
	#gNavi {
		display: none;
	}
}

.mainImg {
	margin-bottom: 30px;
}

.mainImg {
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03 {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .pic01 img,
.mainImg .pic02 img,
.mainImg .pic03 img {
	display: none;
}

.mainImg .pic01 {
	background: url(../images/slider01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/slider02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/slider03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #007DF3;
}

@media all and (max-width: 1080px) {
	.mainImg .pic01,
	.mainImg .pic02,
	.mainImg .pic03 {
		height: auto;
	}
	
	.mainImg .pic01 img,
	.mainImg .pic02 img,
	.mainImg .pic03 img {
		width: 100%;
		display: block;
	}
	
	.mainImg .pic01 {
		background: none;
	}
	
	.mainImg .pic02 {
		background: none;
	}
	
	.mainImg .pic03 {
		background: none;
	}
	
	.slick-dots li {
		margin: 0 20px 0 0;
		width: 8px;
		height: 8px;
		border-radius: 6px;
	}

}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
}

#pagePath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagePath li a {
}

@media all and (min-width: 0) and (max-width: 1080px) {
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 970px;
	float: right;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#conts {
		margin-bottom: 30px;
		width: auto;
		float: none;
	}

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#side {
	width: 270px;
	float: left;
}

#side h2 {
	padding: 15px 0;
	color: #FFFF5F;
	font-size: 30px;
	text-align: center;
	background: url(../images/side_bg.jpg) no-repeat center center;
	background-size: cover;
}

#side h2 span {
	display: block;
	color: #fff;
	font-size: 20px;
}

#side ul {
	margin-bottom: 20px;
	border: 1px solid #999;
}

#side li {
	border-bottom: 1px solid #999;
}

#side li a {
	padding: 10px 0 10px 35px;
	display: block;
	font-size: 16px;
	background: url(../images/icon.png) no-repeat 15px center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#side li a:hover {
	color: #fff;
	background: #0176DF url(../images/icon.png) no-repeat 15px center;
}

#side .sContact {
	padding: 10px;
	color: #fff;
	font-size: 16px;
	background: #0176DF;
}

#side .sImg img {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#side {
		margin: 0 20px;
		width: auto;
		float: none;
	}

}
/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	padding: 50px 0 0;
	background: #222222
}

#gFooter .fInner {
	margin: 0 auto 50px;
	width: 1260px;
}

#gFooter .title {
	margin-bottom: 20px;
	color: #DCDCDC;
	font-size: 20px;
}

#gFooter .txt {
	color: #919191;
	font-size: 16px;
}

#gFooter .navi {
	padding: 30px 30px 0;
	width: 20%;
	height: 290px;
	float: left;
	background: url(../images/bottom-line.png) no-repeat left top;
	 box-sizing: border-box;
}

#gFooter .navi03 {
	width: 30%;
}

#gFooter .navi04 {
	width: 30%;
}

#gFooter .navi .code img {
	width: 150px;
}

#gFooter .navi .code span {
	margin-top: 10px;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

#gFooter .navi li {
	color: #919191;
	font-size: 16px;
}

#gFooter .navi li a {
	color: #919191;
}

#gFooter .navi li a:hover {
	text-decoration: underline;
}

#gFooter .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #000;
}

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

@media all and (min-width: 0) and (max-width: 1080px) {
	#gFooter {
		padding: 30px 0 0;
	}
	
	#gFooter .fInner {
		margin: 0 20px 10px;
		width: auto;
	}
	
	#gFooter .title {
		margin-bottom: 20px;
		color: #DCDCDC;
		font-size: 20px;
	}
	
	#gFooter .txt {
		color: #919191;
		font-size: 16px;
	}
	
	#gFooter .navi {
		margin-bottom: 15px;
		padding: 0 20px 10px;
		width: auto;
		height: auto;
		float: none;
		background: url(../images/bottom-line02.png) no-repeat left top;
		border-bottom: 1px dotted #fff;
	}
	
	#gFooter .navi03 {
		display: none;
		width: auto;
	}
	
	#gFooter .navi04 {
		width: auto;
		border: none;
	}
	
	#gFooter .navi .code img {
		width: 150px;
	}
	
	#gFooter .navi .code span {
		margin-top: 10px;
		width: 150px;
		display: block;
		color: #fff;
		font-size: 15px;
		text-align: center;
	}
	
	#gFooter .navi li {
		width: 50%;
		float: left;
		color: #919191;
		font-size: 16px;
	}
	
	#gFooter .navi li a {
		color: #919191;
	}
	
	#gFooter .copyright {
		padding: 10px 0;
		font-size: 14px;
	}

}

.headLine01 {
	margin-bottom: 50px;
	padding-bottom: 35px;
	text-align: center;
	background: url(../images/icon01.png) no-repeat center bottom;
}

.headLine01 .en {
	margin-bottom: -120px;
	display: block;
	font-size: 80px;
	opacity: 0.06;
	font-family: Impact;
	z-index: 1;
}

.headLine01 .ttl {
	display: block;
	color: #0076DE;
	font-size: 50px;
	line-height: 1.2;
}

.headLine01 .ttl img {
	margin: -7px 10px 0 0;
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}

.headLine01 .txt {
	margin-top: 10px;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.headLine01 {
		margin-bottom: 30px;
		padding-bottom: 20px;
		text-align: center;
		background: url(../images/icon01.png) no-repeat center bottom;
		background-size: 70px auto;
	}
	
	.headLine01 .en {
		margin-bottom: -30px;
		font-size: 40px;
	}
	
	.headLine01 .ttl {
		display: block;
		color: #0076DE;
		font-size: 35px;
		line-height: 1.2;
	}
	
	.headLine01 .ttl img {
		margin: -7px 10px 0 0;
		width: 70px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.headLine01 .txt {
		margin-top: 10px;
		font-size: 14px;
		letter-spacing: 0;
	}

}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #0070D8;
	border: 1px solid #0070D8;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.pagination .page-status,
	.pagination .page-index,
	.pagination .page-last {
		display: none;
	}
}

.conList {
	margin-bottom: 30px;
}

.conList li {
	margin: 0 1%;
	padding: 15px 0;
	width: 31.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
	background: rgba(0,0,0,.05);
	border-radius: 10px;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

#dituContent {
	height: 390px;
	border: 1px solid #ccc;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.conList {
		margin: 0 20px 20px;
	}
	
	.conList li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		width: auto;
		float: none;
		font-size: 16px;
	}
	
	.conList li span {
		margin-top: 15px;
		display: block;
		font-size: 20px;
		font-weight: bold;
	}
	
	.conList li img {
		margin: 0 auto;
		display: block;
	}
	
	#dituContent {
		margin: 0 20px;
		height: 260px;
		border: 1px solid #ccc;
	}
}

.comTitle {
	margin: 0 0 80px;
	height: 400px;
	position: relative;
	background: url(../images/com_bg.jpg) no-repeat center center;
	background-size: cover;
}

.comTitle h2 {
	margin: 0 0 0 -300px;
	padding: 30px 0;
	width: 600px;
	color: #676262;
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	z-index: 10;
	background: rgba(255,255,255,.8);
}


.comTitle h2:before {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 15%;
	top: 55px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #676262;
}

.comTitle h2:after {
	width: 50px;
	height: 2px;
	position: absolute;
	right: 15%;
	top: 55px;
	content: "";
	z-index: 10;
	opacity: 0.7;
	background: #676262;
}

.comTitle h2 span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	.comTitle {
		margin: 0 0 30px;
		height: 240px;
	}
	
	.comTitle h2 {
		padding-top: 60px;
	}

}

.pagePath {
	padding: 0 0 10px 15px;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid rgba(102,102,102,.35);
}

.pagePath:before {
	width: 3px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	background:#d40000;
}

.infoBox h3 {
	padding: 20px 0;
	font-size: 30px;
	text-align: center;
}

.infoBox .detail {
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

.infoBox .detail img {
	margin: 0 auto 30px;
	display: block;
	max-width: 90%;
}

.infoBox .detail table {
	border-collapse: collapse;
}

.infoBox .detail th,
.infoBox .detail td {
	padding: 5px;
	font-size: 15px;
	border: 1px solid #666;
}
