@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: 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: 80%;
	max-width: 1400px;
	box-sizing: border-box;
	margin: 0 auto;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 10%;
}

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

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

#gHeader .ss {
	width: 40px;
	height: 90px;
	background: url(../../images/icon1.png) no-repeat right center;
	background-size: 32px;
	cursor: pointer;
}

#gHeader .form {
	position: absolute;
	right: 0;
	left: 0;
	top: 90px;
	background: #fff;
	border-top: 1px solid #efefef;
	padding: 50px 0;
	z-index: 100;
	display: none;
}

#gHeader .form form {
	width: 400px;
	margin: 0 auto;
	background: #f3f3f3;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	line-height: 36px;
	padding: 0 90px 0 10px;
	box-sizing: border-box;
	border: none;
	background: none;
}

#gHeader .form form input[type="submit"] {
	width: 80px;
	line-height: 36px;
	background: #0e85d6;
	color: #fff;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	cursor: pointer;
}

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

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
}

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

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

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

#gNavi li .drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 90px;
	border-top: 1px solid #efefef;
	padding: 30px 0;
	background: rgba(255, 255, 255, .8);
	z-index: 100;
	display: none;
}

#gNavi li .drop .ldBox {
	width: 70%;
}

#gNavi li .drop .ldBox dt {
	font-size: 20px;
	margin: 20px 0 12px;
}

#gNavi li .drop .ldBox dt strong {
	font-weight: 500;
	font-size: 24px;
}

#gNavi li .drop .ldBox dd a {
	display: block;
	width: 25%;
	padding-right: 30px;
	color: #666;
	box-sizing: border-box;
	line-height: 40px;
	background: url(../../images/jt4.png) no-repeat right 20px center;
	background-size: 14px;
	float: left;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#gNavi li .drop .ldBox dd a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 20px;
	bottom: 0;
	height: 1px;
	background: #efefef;
}

#gNavi li .drop .ldBox dd a.on {
	color: #0e85d6;
	background-image: url(../../images/jt.png);
}

#gNavi li .drop .ldBox dd a.on:after {
	background: #1f96e6;
	opacity: 0.7;
}

#gNavi li .drop .rdBox {
	width: 30%;
}

#gNavi li .drop .rdBox a {
	display: block;
	background: #fff;
	text-align: center;
}

#gNavi li .drop .rdBox a img {
	width: 70%;
}

#gNavi li .drop .rdBox a h3 {
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
}

#gNavi li .drop2 {
	text-align: center;
}

#gNavi li .drop2 a {
	display: inline-block;
	padding: 8px 15px;
	background: #f5f5f5;
	color: #333;
	border-radius: 4px;
	margin: 5px 8px;
}

#gNavi li .drop2 a.on {
	background: #0e85d6;
	color: #fff;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/bg4.jpg) no-repeat center;
	background-size: cover;
	padding-top: 40px;
	color: #fff;
}

#gFooter .ftop li {
	width: 11.11%;
	float: left;
	padding-bottom: 20px;
}

#gFooter .ftop li a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 15px;
	border-right: 1px dashed rgba(255, 255, 255, .2);
}

#gFooter .ftop li:last-child a {
	border-right: none;
}

#gFooter .fbot {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

#gFooter .fbot dl {
	float: left;
}

#gFooter .fbot dl dt {
	font-size: 18px;
	font-weight: 600;
}

#gFooter .fbot dl dd {
	overflow: hidden;
	margin-top: 10px;
	padding-left: 4px;
}

#gFooter .fbot dl dd a {
	display: block;
	color: #fff;
	line-height: 30px;
}

#gFooter .fbot dl.dl1 {
	width: 43%;
}

#gFooter .fbot dl.dl1 dd a {
	width: 50%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#gFooter .fbot dl.dl3 {
	width: 25%;
}

#gFooter .fbot dl.dl3 .wx .ewm {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 14px;
}

#gFooter .fbot dl.dl3 .img {
	background: url(../../images/ewmbG.png) no-repeat center;
	background-size: cover;
	width: 120px;
	padding: 10px;
	margin: 0 auto 8px;
}

#gFooter .fbot dl.dl2 {
	width: 32%;
}

#gFooter .fbot dl.dl2 p {
	line-height: 30px;
	margin-bottom: 8px;
	text-indent: -30px;
	margin-left: 27px;

}

#gFooter .fbot dl.dl2 p img {
	width: 22px;
	margin-right: 5px;
}

#gFooter .fLink {
	margin: 15px auto 10px;
	opacity: 0.4;
}

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

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

#gFooter .power {
	line-height: 40px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

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

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

.sec {
	padding: 40px 0;
}

.sec .title {
	padding-bottom: 30px;
	text-align: center;
}

.sec .title h2 {
	font-size: 36px;
	font-weight: 500;
}

.sec .more a {
	display: block;
	line-height: 38px;
	text-align: center;
	background: #0e85d6;
	text-align: center;
	margin: 30px auto 0;
	width: 140px;
	color: #fff;
	border-radius: 3px;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 101;
	display: none;
}

.fixed li {
	position: relative;
}

.fixed li span {
	display: block;
	width: 44px;
	line-height: 44px;
	background: #f8f9f7;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}

.fixed li span img {
	width: 24px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.fixed li span.return {
	border-bottom: none;
	cursor: pointer;
}

.fixed li .box {
	position: absolute;
	right: 60px;
	top: 0;
	background: #fafafa;
	padding: 10px;
	z-index: 101;
	display: none;
	color: #999;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	white-space: nowrap;
}

.fixed li .box:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 10px 15px;
	border-color: transparent transparent transparent #fafafa;
}


.fixed li .box strong {
	display: block;
	font-size: 20px;
	color: #0e85d6;
}

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

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

.sp {
	display: none !important;
}



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


	#gHeader .ss {
		background-size: 30px;
	}

	.sec {
		padding: 30px 0;
	}

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

	#gFooter .container {
		width: 85%;
	}

}

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

	#gHeader .ss {
		background-size: 26px;
	}


	.container {
		width: 85%;
	}

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

	.sec .more a {
		width: 130px;
	}
}


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


	#gNavi {
		width: 65%;
	}

	#gNavi li .drop .ldBox dd a {
		width: 24%;
	}

	#gNavi li .drop .ldBox dt {
		margin-top: 0;
	}

	#gNavi li .drop .rdBox a img {
		width: 100%;
	}

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

	#gFooter .container {
		width: 88%;
	}

	#gFooter .fbot dl.dl1 {
		width: 60%;
	}

	#gFooter .fbot dl.dl2 {
		width: 40%;
	}

	#gFooter .fbot dl.dl3 {
		width: 30%;
	}

	#gFooter .fbot dl.dl3 .img {
		width: 110px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.container {
		width: 90%;
	}


	#gFooter .container {
		width: 90%;
	}

	#gFooter {
		font-size: 14px;
	}

}


@media all and (min-width: 768px) and (max-width: 1024px) {}

@media all and (min-width: 0) and (max-width: 1024px) {
	body {
		font-size: 14px;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	.container {
		width: 100%;
		max-width: inherit;
		padding: 0 10px;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px;
	}

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

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

	#gHeader .ss {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: url(../../images/icon.png) #0e85d6 no-repeat center;
		background-size: 22px;
		position: absolute;
		right: 10px;
		top: 16px;
	}

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

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

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

	#gHeader .form form input[type="submit"] {
		line-height: 34px;
	}

	#gHeader .form span {
		display: none
	}

	#gHeader .menu {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: url(../../images/menu.png) #0e85d6 no-repeat center;
		background-size: 20px;
		position: absolute;
		right: 50px;
		top: 16px;
	}

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

	#gNavi li {
		width: 100%;
		float: inherit;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li a.link {
		line-height: 36px;
		font-size: 15px;
		text-align: left;
		background: url(../../images/jt4.png) no-repeat right center;
		background-size: 15px;
	}

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

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		border-top: inherit;
		padding: 0px 0;
		background: none;
	}

	#gNavi li .drop .ldBox {
		width: 100%;
	}

	#gNavi li .drop .ldBox dt {
		display: none;
	}

	#gNavi li .drop .ldBox dd a {
		width: 48%;
		margin: 5px 1%;
		padding-right: 0px;
		color: #333;
		line-height: 30px;
		background: none;
		background: #fafafa;
		text-align: center;
		border-radius: 4px;
		font-size: 14px;
	}

	#gNavi li .drop .ldBox dd a:after {
		display: none;
	}

	#gNavi li .drop .ldBox dd a.on {
		color: #fff;
		background: #0e85d6;
	}

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


	#gNavi li .drop2 {
		text-align: center;
		overflow: hidden;
	}

	#gNavi li .drop2 a {
		display: block;
		width: 48%;
		line-height: 30px;
		float: left;
		padding: 0;
		background: #fafafa;
		margin: 5px 1%;
		font-size: 14px;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding-top: 25px;
	}

	#gFooter .ftop li {
		width: 20%;
		padding-bottom: 10px;
	}

	#gFooter .ftop li:nth-child(5n) a {
		border-right: none;
	}


	#gFooter .fbot dl {
		float: inherit;
	}

	#gFooter .fbot dl dt {
		font-size: 17px;
	}

	#gFooter .fbot dl dd {
		margin-top: 5px;
		padding-left: 0px;
	}

	#gFooter .fbot dl dd a {
		line-height: 26px;
	}

	#gFooter .fbot dl.dl1 {
		width: 100%;
	}

	#gFooter .fbot dl.dl1 dd a {
		width: 50%;
	}

	#gFooter .fbot dl.dl3 {
		width: 100%;
	}

	#gFooter .fbot dl.dl3 .img {
		width: 110px;
	}

	#gFooter .fbot dl.dl2 {
		width: 100%;
		margin: 10px 0;
	}

	#gFooter .fbot dl.dl2 p {
		line-height: 30px;
		margin-bottom: 5px;
	}

	#gFooter .fbot dl.dl2 p img {
		width: 20px;
		margin-right: 3px;
	}


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

	#gFooter .power {
		line-height: 25px;
	}

	.sec {
		padding: 20px 0;
	}

	.sec .title {
		padding-bottom: 20px;
	}

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

	.sec .more a {
		line-height: 32px;
		margin: 20px auto 0;
		width: 120px;
	}


}


@media all and (min-width: 0) and (max-width: 450px) {
	#gFooter .fbot dl.dl1 dd a {
		width: 100%;
		float: inherit;
	}
}