@charset "utf-8";

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

}


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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

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

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

img {
	width: 100%;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 82%;
	margin: 0 auto;
}

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

#gHeader .logo {
	margin-top: 15px;
}

#gHeader .ss {
	width: 40px;
	line-height: 90px;
	text-align: right;
	cursor: pointer;
}

#gHeader .ss img {
	width: 24px;
}

#gHeader .form {
	position: absolute;
	right: 0;
	left: 0;
	top: 80px;
	border-top: 1px solid #efefef;
	padding: 40px 0;
	background-color: #fff;
	z-index: 999;
	display: none
}

#gHeader .form form {
	width: 400px;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	font-size: 15px;
}

#gHeader .form form input[type='text'] {
	width: 100%;
	padding: 0 80px 0 8px;
	box-sizing: border-box;
	margin: 0;
	border: none;
	line-height: 36px;
	background: #f5f5f5;
}

#gHeader .form form input[type='submit'] {
	width: 70px;
	background: #005aa4;
	color: #fff;
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 15px;
	cursor: pointer;
}

#gHeader .form span {
	display: block;
	line-height: 32px;
	width: 35px;
	height: 35px;
	background: #f5f5f5;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
	position: absolute;
	right: 10%;
	top: 12px
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/

#gNavi li {
	display: inline-block;
	position: relative;
}

#gNavi li a.link {
	display: block;
	text-align: center;
	font-size: 17px;
	line-height: 90px;
	padding: 0 30px;
	color: #333;
}

#gNavi li.on a.link {
	font-weight: 600;
	color: #005aa4;
}

#gNavi li .drop {
	position: absolute;
	left: -200px;
	top: 90%;
	width: 900px;
	background: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
	z-index: 100;
	border-radius: 8px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
	display: none;
}

#gNavi li .drop:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	top: -15px;
	left: 250px;
}

#gNavi li .drop .list {
	width: 60%;
}

#gNavi li .drop .list a {
	display: block;
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	line-height: 34px;
	font-size: 16px;
	position: relative;
	padding: 0 10px 0 20px;
	color: #565656;
}

#gNavi li .drop .list a:hover, #gNavi li .drop .list a.on {
	color: #005aa4;
}

#gNavi li .drop .list a b {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 50%;
}

#gNavi li .drop .list a:hover b, #gNavi li .drop .list a.on b {
	background-color: #005aa4;
}

#gNavi li .drop .pic {
	width: 36%;
}

#gNavi li .drop .pic a {
	display: block;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	position: relative;
}

#gNavi li .drop .pic a h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, .3);
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/bg7.jpg) no-repeat top right;
	background-size: cover;
	color: #fff;
	padding-top: 40px;
	font-family: "思源黑体 CN", "微软雅黑";
}

#gFooter .list {
	text-align: center;
}

#gFooter .list li {
	width: 12.5%;
	float: left;

}

#gFooter .list li a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
	font-weight: 350;
	background: url(../../images/line.png) no-repeat right center;
	background-size: 1px;
	white-space: nowrap;
}

#gFooter .ftCon {
	margin: 30px auto;
}

#gFooter .dl {
	width: 70%;
}

#gFooter .dl dl {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	padding: 30px 0;
	opacity: 0.9;
}

#gFooter .dl dl.dl3 {
	width: 50%;
}

#gFooter .dl dl:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 20px;
	right: 15px;
	bottom: 20px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 6px;
}

#gFooter .dl dl dt span {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	background: #fff;
	border-radius: 50%;
	margin: -30px auto 0;
	position: relative;
	z-index: 100;
}

#gFooter .dl dl dt span img {
	width: 28px;
}

#gFooter .dl dl dt {
	margin-bottom: 20px;
}

#gFooter .dl dl dd {
	line-height: 30px;
}

#gFooter .dl dl dd strong {
	font-size: 17px;
	font-weight: 500;
}

#gFooter .dl dl dd {
	font-size: 16px;
	font-weight: 300;
	width: 80%;
	margin: 0 auto;
}

#gFooter .dl dl dd:last-child {
	height: 60px;
}

#gFooter .ewm {
	width: 30%;
	text-align: right;
	padding-top: 20px;
}

#gFooter .ewm .wx {
	display: inline-block;
	width: 30%;
	margin-left: 40px;
	text-align: center;
}

#gFooter .ewm .wx p {
	margin-top: 10px;
	font-weight: 300;
	font-size: 15px;
}

#gFooter .fLink {
	margin: 20px auto;
	opacity: 0.3;
}

#gFooter .fLink strong {
	font-size: 16px;
	font-weight: 500;
}

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

#gFooter .power {
	text-align: center;
	line-height: 40px;
	font-weight: 300;
	border-top: 1px solid #327db3;
}

#gFooter .power img {
	width: 20px;
}

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

.sec .title {
	font-family: "思源黑体 CN", "微软雅黑";
	font-weight: 350;

}

.sec .title h2 {
	font-size: 38px;
	color: #005aa4;
	text-align: center;
	font-weight: 400;
}



.sec .more a {
	display: block;
	width: 160px;
	line-height: 45px;
	background: #005aa4 url(../../images/jt1.png) no-repeat right 14px center;
	background-size: 26px;
	color: #fff;
	padding-left: 22px;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 0 auto;
	font-size: 15px;
}

.fixed {
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 100;
	display: none;
}

.fixed li {
	margin-bottom: 10px;
	position: relative;
}

.fixed li span {
	display: block;
	width: 44px;
	line-height: 44px;
	text-align: center;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #efefef
}

.fixed li span img {
	width: 26px;
}

.fixed li .hbox {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 16px;
	border-radius: 6px;
	box-shadow: 0px 0px 15px 1px rgba(12, 57, 71, 0.14);
	display: none;

}

.fixed li .hbox p {
	font-size: 15px;
	color: #666;
}

.fixed li .hbox h3 {
	font-size: 16px;
	color: #005aa4;
	margin-bottom: 10px;
	white-space: nowrap;
}

.fixed li .hbox b.sj {
	display: block;
	width: 15px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.fixed li .hbox b.sj:after {
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	box-shadow: 0px 0px 15px 1px rgba(12, 57, 71, 0.14);
	position: absolute;
	right: 10px;
	top: 0%;
	transform: rotate(45deg);
}

.fixed li .hbox img {
	width: 110px;
}

.fixed li:hover .hbox {
	display: block;
}

.fixed li.return {
	cursor: pointer;
}

.sp {
	display: none !important;
}



@media all and (min-width: 992px) and (max-width: 1600px) {
	.sec .title h2 {
		font-size: 35px;
	}

	#gNavi li a.link {
		font-size: 16px;
	}

	#gFooter .dl dl dt {
		margin-bottom: 10px;
	}

	#gFooter .ewm {
		padding-top: 30px;
	}

	.sec .more a {
		line-height: 40px;
		width: 150px;
		background-size: 24px;
	}
}


@media all and (min-width: 992px) and (max-width: 1440px) {
	.container {
		width: 88%;
	}

	#gHeader {
		padding: 0 5%;
	}

	#gNavi li .drop {
		width: 800px;
	}

	#gNavi li:nth-child(5) .drop {
		width: 500px;
	}

	#gNavi li .drop {
		padding: 20px;
	}

	#gNavi li .drop .list a {
		font-size: 15px;
		line-height: 30px
	}

	#gFooter .ewm .wx {
		margin-left: 20px;
	}

	#gFooter .dl dl dd:last-child {
		font-size: 14px;
	}

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

	.sec .more a {
		width: 140px;
		line-height: 36px;
		background-size: 20px;
		font-size: 14px;
		padding-left: 20px;
	}
}

@media all and (min-width: 992px) and (max-width: 1400px) {
	#gHeader .logo {
		width: 220px;
		margin-top: 20px;
	}

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

	#gFooter .list li a {
		padding: 0 15px
	}
}


@media all and (min-width: 992px) and (max-width: 1280px) {
	#gNavi li a.link {
		padding: 0 15px;
	}

	#gHeader .logo {
		width: 200px;
		margin-top: 21px;
	}

	#gFooter .ewm {
		width: 24%;
	}

	#gFooter .ewm .wx {
		width: 36%;
	}

	#gFooter .dl {
		width: 75%;
	}

	#gFooter .dl dl dd {
		width: 90%;
	}
}

@media all and (min-width: 992px) and (max-width: 1024px) {
	#gHeader {
		padding: 0 3%;
	}

	#gHeader .logo {
		width: 190px;
		margin-top: 22px;
	}

	#gNavi li a.link {
		padding: 0 14px;
	}
}

@media all and (min-width: 0) and (max-width: 992px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}


	.container {
		width: 100%;
		box-sizing: border-box;
	}

	#gHeader {
		padding: 10px;
	}

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

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 16px;
		width: 34px;
	}

	#gHeader .tel {
		position: absolute;
		right: 50px;
		top: 17px;
		width: 34px;
	}

	#gHeader .tel, #gHeader .menu {
		background: #005aa4;
		border-radius: 50%;
		line-height: 34px;
		text-align: center;
	}

	#gHeader .tel img, #gHeader .menu img {
		width: 24px;
	}


	#gHeader .ss {
		width: 34px;
		line-height: 34px;
		height: 34px;
		text-align: center;
		position: absolute;
		right: 90px;
		top: 17px;
		background: #005aa4 url(../../images/ss2.png) no-repeat center;
		background-size: 20px;
		border-radius: 50%;
	}

	#gHeader .ss img {
		display: none;
	}

	#gHeader .form {
		top: 57px;
		padding: 30px 20px;
	}

	#gHeader .form form {
		width: 100%;
		max-width: 440px;
	}

	#gHeader .form form input[type='text'] {
		line-height: 32px;
	}

	#gHeader .form span {
		display: none
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 57px;
		background: #fff;
		padding: 10px 12px 30px;
		box-sizing: border-box;
		display: none;
		border-top: 1px solid #efefef;
		z-index: 999;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
	}

	#gNavi li a.link {
		text-align: left;
		background: url(../../images/jt6.png) no-repeat right center;
		background-size: 14px;
		font-size: 15px;
		line-height: 40px;
		color: #333;
		border-bottom: 1px dashed #eaeaea;
		padding: 0;
	}

	#gNavi li.on a.link {
		font-weight: 600;
		color: #005aa4;
		background-image: url(../../images/jt7.png);
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		width: 100%;
		padding: 0;
		border-radius: 0px;
		background: none;
		box-shadow: none;
	}

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

	#gNavi li .drop .list {
		width: 100%;
		padding: 10px 0;
	}

	#gNavi li .drop .list a {
		width: 48%;
		margin: 5px 1%;
		background: #f4f4f4;
		border-radius: 3px;
		text-align: center;
		line-height: 32px;
		font-size: 15px;
		padding: 0px 5px;
		box-sizing: border-box;
	}

	#gNavi li .drop .list a:hover, #gNavi li .drop .list a.on {
		color: #fff;
		background: #005aa4;
	}

	#gNavi li .drop .list a b {
		display: none
	}

	#gNavi li .drop .pic {
		display: none;
	}

	#gNavi li:nth-child(5) .drop {
		width: 100%;
	}


	#gNavi li:nth-child(5) .drop .list a {
		width: 30%;
	}

	#gNavi li:nth-child(2).on a.link, #gNavi li:nth-child(5).on a.link {
		background-image: url(../../images/jt9.png);
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		background: url(../../images/bg7.jpg) no-repeat center right;
		padding-top: 30px;
	}


	#gFooter .list li a {
		line-height: 27px;
		font-size: 14px;
		padding: 0px;
		overflow: hidden;
	}

	#gFooter .ftCon {
		margin: 20px auto;
	}

	#gFooter .dl {
		width: 100%;
	}

	#gFooter .dl dl {
		width: 50%;
		padding: 20px 0;
	}

	#gFooter .dl dl.dl3 {
		width: 100%;
		margin-top: 20px;
	}

	#gFooter .dl dl:before {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px;
	}

	#gFooter .dl dl dt span {
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin: -25px auto 0;
	}

	#gFooter .dl dl dt span img {
		width: 24px;
	}

	#gFooter .dl dl dt {
		margin-bottom: 10px;
	}

	#gFooter .dl dl dd strong {
		font-size: 16px;
	}

	#gFooter .dl dl dd {
		font-size: 15px;
	}

	#gFooter .ewm {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}

	#gFooter .ewm .wx {
		margin: 0 10px;
		width: 20%;
	}

	#gFooter .ewm .wx p {
		font-size: 14px;
	}

	#gFooter .fLink {
		margin: 20px 0;
		padding: 0 10px;
	}

	#gFooter .fLink strong {
		font-size: 15px;
	}

	#gFooter .power {
		font-size: 13px;
		padding: 8px 5px;
		line-height: 25px;
	}

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

	.sec .more a {
		width: 130px;
		line-height: 36px;
		background: #005aa4 url(../../images/jt1.png) no-repeat right 10px center;
		background-size: 20px;
		padding-left: 16px;
		border-radius: 18px;
		font-size: 14px;
	}


}


@media all and (min-width: 0) and (max-width: 600px) {
	#gHeader .logo {
		width: 160px;
	}

	#gHeader .logo h1 {
		line-height: 1;
	}

	#gHeader .menu, #gHeader .tel, #gHeader .ss {
		top: 11px;
	}

	#gFooter .ewm .wx {
		width: 26%;
	}

	#gFooter .list li {
		width: 25%;
	}

	#gFooter .dl dl dd:last-child {
		height: inherit;
	}

}