@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	width: 85%;
	max-width: 1440px;
	margin: 0 auto;
}

/*------------------------------------------------------------
头部
------------------------------------------------------------*/
#gHeader {
	padding: 0 5%;
}

#gHeader .logo {
	width: 400px;
	margin-top: 26px;
}

#gHeader .logo img.logo1 {
	display: none;
}

#gHeader span.sear {
	width: 34px;
	height: 34px;
	display: none;
}

#gHeader .ss form {
	border: 1px solid #ececec;
	position: relative;
	border-radius: 18px;
	margin: 27px 0 0 10px;
	width: 200px
}

#gHeader .ss form input[type="text"] {
	width: 100%;
	line-height: 34px;
	padding: 0 40px 0 10px;
	border: none;
	margin: 0;
	background: none;
	box-sizing: border-box;
}

#gHeader .ss form input[type="submit"] {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background: url(../../images/ss1.png) no-repeat center;
	background-size: 20px;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi>ul>li {
	display: inline-block;
}

#gNavi>ul>li a.link {
	display: block;
	font-size: 17px;
	line-height: 90px;
	padding: 0 20px;
}

#gNavi>ul>li.on a.link {
	color: #0068b7;

}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 90px;
	right: 0;
	padding: 20px 6% 0;
	z-index: 100;
	background: #fff;
	border-top: 1px solid #efefef;
	display: none;
}

#gNavi li .drop dl {
	width: 14.28%;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

#gNavi li .drop dl dt {
	margin-bottom: 6px;
}

#gNavi li .drop dl dt a {
	display: block;
	color: #222;
	font-size: 17px;
	font-weight: 600;
	background: url(../../images/jt1.png) no-repeat right center;
	background-size: 22px;
}

#gNavi li .drop dl dd a {
	display: block;
	line-height: 30px;
	color: #555;
	padding-left: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#gNavi li .drop1 {
	text-align: center;
	padding-bottom: 30px;
}

#gNavi li .drop1 a {
	display: inline-block;
	background: #f9f8f7;
	padding: 0 20px;
	margin: 0 10px;
	line-height: 36px;
}

#gNavi li .drop1 a.on {
	background: #0068b7;
	color: #fff;
}


#gNavi li .drop dl:hover dt a, #gNavi li .drop dl dd a:hover {
	color: #0068b7;
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
#gFooter {
	padding: 40px 0 0;
	background: url(../../images/bg2.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	margin-top: 30px;
}

#gFooter a {
	color: #fff;
}

#gFooter .ul1 li {
	width: 11.11%;
	float: left;
}

#gFooter .ul1 li a {
	display: block;
	text-align: center;
}

#gFooter .lbox {
	width: 35%;
	padding-right: 50px;
	box-sizing: border-box;
}

#gFooter .fl h3 {
	font-size: 18px;
	padding-left: 10px;
	position: relative;
	line-height: 20px;
	margin: 20px 0 10px;
}

#gFooter .lbox p {
	line-height: 28px;
}

#gFooter .fl h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #FFF;
}

#gFooter .list {
	width: 35%;
}

#gFooter .list a {
	display: block;
	float: left;
	width: 33.33%;
	padding-right: 5px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
}

#gFooter .ewm {
	width: 30%;
	padding-top: 60px;
}

#gFooter .ewm .img {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
}

#gFooter .ewm .img img {
	max-width: 120px;
	margin-bottom: 8px;
}

#gFooter .fLink {
	margin-top: 14px;
}

#gFooter .fLink strong {
	color: rgba(255, 255, 255, .3);
	font-size: 16px;
}

#gFooter .fLink a {
	display: inline-block;
	margin-left: 3px;
	color: rgba(255, 255, 255, .3);
}

#gFooter .power {
	line-height: 30px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 20px;
}

/*------------------------------------------------------------
	公共部分
------------------------------------------------------------*/
.sec {
	padding-top: 40px;
}

.sec .title {
	text-align: center;
}

.sec .title h2 {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 24px;
}

.sec .more a {
	display: block;
	width: 120px;
	line-height: 36px;
	border-radius: 18px;
	color: #FFF;
	background: #0068b7;
	text-align: center;
	margin: 20px auto 0;
	font-size: 15px;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 110;
}

.fixed li {
	position: relative;
	margin-bottom: 10px;
}

.fixed li span {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #f3f3f3;
}

.fixed li span img {
	width: 26px;
}

.fixed li .box {
	position: absolute;
	top: 0;
	padding: 10px;
	background: #fff;
	color: #666;
	right: -45px;
	opacity: 0;
}

.fixed li .box strong {
	color: #0068b7;
	font-size: 18px;
}

.fixed li .box img {
	width: 100px;
}

.fixed li span.return {
	cursor: pointer;
}

.fixed li:hover .box {
	right: 40px;
	opacity: 1;
}

.sp {
	display: none !important;
}

@media all and (min-width: 992px) and (max-width: 1700px) {
	#gNavi>ul>li a.link {
		font-size: 16px;
		padding: 0 18px
	}

	#gHeader .logo {
		width: 380px;
	}
}

@media all and (min-width: 992px) and (max-width: 1600px) {
	#gHeader {
		padding: 0 3.5%
	}

	#gHeader .logo {
		width: 360px;
	}

	#gNavi>ul>li a.link {
		padding: 0 16px
	}
}


@media all and (min-width:992px) and (max-width: 1500px) {
	#gHeader {
		padding: 0 2.5%
	}

	#gNavi>ul>li a.link {
		padding: 0 15px
	}
}

@media all and (min-width: 0px) and (max-width: 1440px) {
	#gHeader span.sear {
		display: block;
		margin: 28px 0 0 15px;
	}

	#gHeader .ss {
		position: absolute;
		right: 0;
		left: 0;
		top: 90px;
		z-index: 100;
		margin: 0;
		background: #fff;
		border-top: 1px solid #efefef;
		display: none;
	}

	#gHeader .ss form {
		margin: 40px auto 30px;
		width: 300px;
	}

	#gHeader .ss span {
		display: block;
		width: 30px;
		height: 30px;
		background: url(../../images/close.png) no-repeat center;
		background-size: cover;
		position: absolute;
		top: 10px;
		right: 5%;
	}

	.sec .title h2 {
		font-size: 30px;
	}

}


@media all and (min-width: 992px) and (max-width: 1360px) {
	#gHeader .logo {
		width: 340px;
		margin-top: 27px;
	}

	#gNavi>ul>li a.link {
		padding: 0 12px
	}

	#gFooter .ewm .img img {
		max-width: 110px;
	}
}

@media all and (min-width: 992px) and (max-width: 1300px) {
	.sec {
		padding-top: 30px;
	}

	.container {
		width: 88%;
	}
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	#gHeader .logo img.logo1 {
		display: block;
	}

	#gHeader .logo img.logo0 {
		display: none;
	}

	#gHeader .logo {
		width: 110px;
		margin-top: 23px
	}
}

@media all and (min-width: 0px) and (max-width: 992px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container {
		width: 90%;
		padding: 0 10px;
		box-sizing: border-box;
		max-width: inherit;
	}

	#gHeader {
		padding: 10px;
	}

	#gHeader .logo img.logo1 {
		display: block;
	}

	#gHeader .logo img.logo0 {
		display: none;
	}

	#gHeader .logo {
		width: 90px;
		margin-top: 0px
	}

	#gHeader .menu {
		display: block;
		width: 34px;
		height: 34px;
		background: url(../../images/menu.png) no-repeat center;
		background-size: cover;
		position: absolute;
		right: 10px;
		top: 11px
	}

	#gHeader span.sear {
		position: absolute;
		right: 54px;
		top: 11px;
		margin: 0;
	}

	#gHeader .ss {
		position: absolute;
		right: 0;
		left: 0;
		top: 54px;
		z-index: 100;
		margin: 0;
		background: #fff;
		border-top: 1px solid #efefef;
	}

	#gHeader .ss span {
		display: none;
	}

	#gHeader .ss form {
		width: 80%;
		max-width: 400px;
	}

	#gHeader .tel {
		position: absolute;
		right: 98px;
		top: 11px;
	}

	#gHeader .tel a {
		display: block;
		width: 34px;
		height: 34px;
		background: url(../../images/icon35.png) no-repeat center;
		background-size: 25px;
	}

	#gNavi {
		position: absolute;
		right: 0;
		left: 0;
		top: 55px;
		border-top: 1px solid #efefef;
		z-index: 110;
		background: #fff;
		display: none;
	}

	#gNavi>ul>li {
		display: block;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi>ul>li a.link {
		line-height: 40px;
		font-size: 15px;
		padding: 0 20px;
		background: url(../../images/jt3.png) no-repeat right 20px center;
		background-size: 18px;
	}

	#gNavi>ul>li.on a.link {
		background-image: url(../../images/jt2.png);
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		padding: 0 10px 10px;
		border-top: none;
	}

	#gNavi li .drop dl {
		width: 25%;
		margin-bottom: 6px;
	}

	#gNavi li .drop dl dt {
		margin-bottom: 0;
	}

	#gNavi li .drop dl dt a {
		background: #fafafa;
		text-align: center;
		line-height: 32px;
		font-weight: 500;
		font-size: 15px;
		border-radius: 3px;
	}

	#gNavi li .drop dl dd {
		display: none;
	}

	.sec {
		padding-top: 24px;
	}

	.sec .title h2 {
		font-size: 26px;
		padding-bottom: 18px;
	}

	#gFooter .lbox, #gFooter .list, #gFooter .ewm {
		width: 100%;
		float: inherit;
		margin-top: 12px;
	}

	#gFooter .list a {
		width: 20%;
	}

	#gFooter .ewm {
		padding-top: 0;
	}
}



@media all and (min-width: 0) and (max-width: 767px) {
	.fl, .fr {
		float: inherit;
	}

	.container {
		width: 100%;
		max-width: inherit;
	}

	#gNavi li .drop dl {
		width: 50%;
	}

	.sec .more a {
		width: 100px;
		line-height: 32px;
	}

	#gFooter .list a {
		width: 25%;
	}

	#gFooter .ewm .img img {
		max-width: 110px;
	}

	#gFooter .ul1 li {
		width: 25%;
	}

	#gFooter .ul1 li:last-child {
		display: none;
	}

}

@media all and (min-width: 0) and (max-width: 500px) {
	body {
		font-size: 14px;
	}

	#gFooter .list a {
		width: 50%;
	}

}