@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;
}

.container {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

#gHeader .logo {
	width: auto;
	line-height: 90px;
}

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

#gHeader .form {
	width: 18%;
}

#gHeader .form form {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 28px;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	line-height: 34px;
	background: #fafafa;
	border: none;
	padding: 0 50px 0 10px;
	font-size: 15px;
	box-sizing: border-box;
}

#gHeader .form form .btn {
	width: 34px;
	height: 34px;
	background: url(../../images/ss.png) no-repeat center;
	background-size: 20px;
	border: none;
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

#gHeader .form span.close {
	display: block;
	font-size: 38px;
	position: absolute;
	right: 12%;
	top: 20px;
	cursor: pointer;
	background: #fafafa;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}

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


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

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

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

#gNavi li .drop1 {
	position: absolute;
	left: 0;
	top: 90px;
	background: rgba(255, 255, 255, 1);
	z-index: 100;
	border-top: 1px solid #f8f9f7;
	display: none;
}

#gNavi li .drop1 a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 35px;
	padding: 0 8px;
	color: #666;
	border-bottom: 1px dashed #efefef;
}

#gNavi li .drop1 a.on {
	color: #0973c9;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: #f6f6f6 url(../../images/bg5.jpg) no-repeat bottom center;
	background-size: cover;
	padding-top: 40px;
	color: #666;
	font-size: 14px;
}

#gFooter .fnav {
	margin-bottom: 40px;
	overflow: hidden;
}

#gFooter .fnav li {
	width: 14.28%;
	float: left;
}

#gFooter .fnav li a {
	display: block;
	line-height: 15px;
	border-right: 1px dashed #aaa;
	color: #333;
	text-align: center;
}

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

#gFooter .dl {
	width: 40%;
}

#gFooter h3 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #0973c9
}

#gFooter .dl dl.dl2 a {
	width: 50%;
	padding-left: 6px;
	line-height: 28px;
	display: block;
	color: #666;
	box-sizing: border-box;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#gFooter .lx {
	width: 35%;
}

#gFooter .lx p {
	margin-bottom: 4px;
	line-height: 28px;
}

#gFooter .lx p img {
	width: 24px;
	margin-right: 4px;
	opacity: 0.6;
}

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

#gFooter .ewm img {
	width: 120px;
	margin-left: 20px;
}

#gFooter .fLink {
	opacity: 0.7;
	margin-top: 20px;
}

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

#gFooter .fLink a {
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-left: 5px;
}

#gFooter .power {
	line-height: 40px;
	font-size: 14px;
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
	text-align: center;
}

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

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


.sec .title {
	text-align: center;
	padding: 40px 0 25px;
}

.sec .title strong {
	font-size: 38px;
	font-weight: 500;
}

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

.sec .more a {
	display: block;
	width: 120px;
	line-height: 35px;
	margin: 30px auto 0;
	background: #0973c9;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
}

.sec .more a img {
	width: 21px;
}

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

.fixed li {
	position: relative;
}

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

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

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

.fixed li .box {
	position: absolute;
	right: 55px;
	background: #fafafa;
	padding: 10px;
	top: 0;
	color: #666;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: none;
}

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

}

.fixed li .box strong {
	display: block;
	font-size: 20px;
	color: #0973c9;
	white-space: nowrap;
	font-weight: 500;
}

.fixed li .box a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
}

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

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

.sp {
	display: none !important;
}


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

	#gHeader .logo {
		width: 230px;
	}

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

	#gHeader .form {
		width: 20%;
	}

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

	#gNavi li .drop1 {
		width: 300px;
	}

	#gNavi li .drop1 a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#gFooter .ewm img:nth-child(1) {
		margin-left: 0;
	}

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

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

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

	#gHeader {
		padding: 0 6%;
	}

	.container {
		width: 82%;
	}

	.sec .title {
		padding: 40px 0 20px;
	}

	#gFooter .ewm img {
		width: 110px;
	}
}

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

	#gHeader .logo {
		width: 220px;
	}

	.sec .more a {
		line-height: 34px;
		width: 128px;
	}

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

	#gFooter .lx {
		padding-left: 10px;
		box-sizing: border-box;
	}

	#gFooter .lx p strong {
		font-size: 32px;
	}

	#gFooter .ewm img:nth-child(1) {
		margin-left: 0;
	}

}

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

	.container {
		width: 86%;
	}

	#gHeader .logo {
		width: 210px;
		line-height: 1;
		margin-top: 17px;
	}

	#gNavi li a.link {
		line-height: 80px;
		padding: 0 20px;
	}

	#gNavi li .drop1, #gNavi li .drop2 {
		top: 80px;
	}

	#gHeader .ss {
		height: 80px;
	}

	#gHeader .form form {
		margin-top: 23px;
	}

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

	.sec .title strong {
		font-size: 28px;
	}

	#gFooter .dl, #gFooter .lx {
		width: 50%;
	}

	#gFooter .ewm {
		width: 100%;
		text-align: center;
		margin: 0 10px;
	}

	#gFooter .ewm:nth-child(1) {
		margin: 0 10px;
	}

}

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

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

	#gHeader .form form .btn {
		right: 0;
	}

	.container {
		width: 90%;
	}

}


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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	body {
		font-size: 14px;
	}

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

	.fl, .fr {
		float: inherit;
	}


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

	#gHeader .logo {
		width: 180px;
		line-height: 1;
	}

	#gHeader .menu {
		width: 34px;
		height: 34px;
		position: absolute;
		right: 10px;
		top: 13px;
		background: url(../../images/menu.png) no-repeat center;
		background-size: cover;
	}

	#gHeader .ss {
		width: 34px;
		height: 34px;
		position: absolute;
		right: 50px;
		top: 13px;
		opacity: 0.6;
	}

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

	#gHeader .form form {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

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

	#gHeader .form form .btn {
		width: 40px;
		line-height: 34px;
	}


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

	#gNavi li {
		display: block;
		border-bottom: 1px dashed #efefef;
	}

	#gNavi li a.link {
		line-height: 40px;
		font-size: 16px;
		background: url(../../images/jt7.png) no-repeat right center;
		background-size: 16px;
		text-align: left;
		padding: 0;
	}

	#gNavi li.on a.link {
		color: #0973c9;
		background-image: url(../../images/jt9.png);
	}

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

	#gNavi li .drop1 {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		padding: 3px 0px;
		overflow: hidden;
		border-top: none;
	}

	#gNavi li .drop1 a {
		display: block;
		width: 48%;
		float: left;
		margin: 3px 1%;
		line-height: 30px;
		border: none;
		background: #fafafa;
		text-align: center;
		padding: 4px 5px;
		box-sizing: border-box;
	}

	#gNavi li .drop1 a.on {
		background: #0973c9;
		color: #fff;
	}

	/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
	#gFooter {
		background: #f6f6f6 url(../../images/bg5.jpg) no-repeat bottom left;
		background-size: cover;
		padding-top: 20px;
	}

	#gFooter .dl {
		width: 100%;
	}

	#gFooter h3 {
		font-size: 17px;
		margin-bottom: 8px;
	}

	#gFooter .dl dl dd {
		overflow: hidden;
	}

	#gFooter .dl dl a {
		line-height: 26px;
		padding-left: 5px;
	}

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

	#gFooter .dl dl.dl1 a {
		width: 20%;
		float: left;
	}

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

	#gFooter .dl dl.dl2 a {
		width: 50%;
	}

	#gFooter .lx {
		width: 100%;
		padding-left: 0px;
	}

	#gFooter .lx p {
		line-height: 26px;
	}

	#gFooter .lx p img {
		width: 22px;
	}

	#gFooter .lx p strong {
		font-size: 26px;
		margin-left: 5px;
	}

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

	#gFooter .ewm img {
		margin: 0 10px;
	}

	#gFooter .fLink {
		margin-top: 12px;
	}

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

	#gFooter .power {
		line-height: 25px;
		font-size: 13px;
		margin-top: 12px;
	}

	.sec .title {
		padding: 24px 0 20px;
	}

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

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

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

	.sec .more a img {
		width: 19px;
	}



}


@media all and (min-width: 0) and (max-width: 600px) {
	#gFooter .fnav {
		margin-bottom: 0;
	}

	#gFooter .fnav li {
		width: 25%;
		margin-bottom: 10px;
	}

	#gFooter .ewm img {
		width: 110px
	}
}