﻿@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;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: middle;
	width: 100%;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

a, a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}



#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container1 {
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
    max-width:1440px;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}


#gFooter {
	background:#464646;
	background-size: cover;
	overflow: hidden;
}

.Flink {
	margin-top: 30px;
	padding-left: 190px;
	background: url(../images/icon2.png) no-repeat left center;
	min-height: 70px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.Flink a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	margin-right: 7px;
	padding-left: 6px;
}

#gFooter .ftCon {
	padding: 40px 40px 22px;
	border-radius: 12px;
	margin: 30px 0 20px;
}

#gFooter .ftCon .fl {
	width: 78%;
}

#gFooter .ftCon .fl dl {
	float: left;
	width: 33%;
}

#gFooter .ftCon .fl dl:nth-child(2) {
	width: 67%;
}

#gFooter .ftCon .fl dl dt {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}

#gFooter .ftCon .fl dl a {
	display: block;
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

#gFooter .ftCon .fl dl:nth-child(2) a {
	width: 25%;
}

#gFooter .ftCon ul {
	margin-top: 30px;
}

#gFooter .ftCon li {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding-left: 60px;
	background: url(../images/icon4_1.png) no-repeat left center;
	background-size: 50px;
}

#gFooter .ftCon li:nth-child(2) {
	background-image: url(../images/icon5_1.png);
}

#gFooter .ftCon li:nth-child(3) {
	background-image: url(../images/icon6.png);
}

#gFooter .ftCon li span {
	font-size: 14px;
	color: #efefef;
	line-height: 20px;
}

#gFooter .ftCon li p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
#gFooter .ftCon .lxText li:nth-child(3) p {
	font-size:15px
}
#gFooter .ftCon p.ts {
	text-align: center;
	margin-top: 20px;
	opacity: 0.8;
}

#gFooter .power {
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

#gFooter .ftCon .fr {
	width: 20%;
	text-align: center;
	color: #fff;
}

#gFooter .ftCon .fr .img {
	width: 60%;
	padding: 2px;
	box-sizing: border-box;
	margin: 0 auto 8px;
	background: url(../images/icon3_1.png) no-repeat;
	background-size: 100% 100%;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;
	display:none
}

.fixed ul {
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
	padding: 6px 5px;
}

.fixed ul li.li2 {
	margin: 5px 0;
	position: relative;
}


.fixed ul li span {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.fixed ul li:last-child span {
	border-bottom:none
}
.fixed ul li span img {
	width: 28px;
}

.fixed ul li.li2 .box {
	position: absolute;
	right: 50px;
	top: 0;
	padding: 10px;
	font-size: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 3px;
	min-width: 150px;
	display: none;
}

.fixed ul li.li2 .box strong {
	color: #088af4;
	font-size: 20px;
	display: block;
	margin-top:5px;
}

.fixed ul li.li2:hover .box {
	display: block;
}

.fixed .return span {
	cursor: pointer;
}

.sp {
	display: none !important;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.container {
		width: 82%;
	}

	#gHeader .container {
		width: 90%;
	}
	#gNavi {
		width:56%
	}
	.sec .title h2 {
		font-size:32px
	}
	#gFooter .ftCon .fr .img {
		width: 55%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	#gHeader .logo {
		width: 220px;
		margin-top: 15px;
	}

	#gHeader .tel {
		font-size: 22px;
		background-size: 30px;
		padding-left: 35px;
		margin-top: 20px;
	}

	#gHeader .ss {
		line-height:86px;
	}

	#gHeader .form1 {
		top:86px
	}

	#gHeader .yy a {
		margin-top:28px
	}

	#gNavi li {
		font-size: 15px;
	}

	#gNavi li>a {
		line-height: 86px;
	}

	#gNavi li .drop {
		top: 86px;
	}

	#gNavi li .drop .list a {
		margin: 5px 10px;
	}

	.sec .title {
		padding: 10px 0;
	}

	.sec .title h2 {
		font-size: 30px;
	}

	.sec .title p {
		font-size: 14px;
	}

	.Flink {
		padding-left: 150px;
		background-size: 138px;
	}

	#gFooter .ftCon li p {
		font-size: 15px;
	}

	#gFooter .ftCon li {
		background-size: 38px;
		padding-left: 45px;
	}

	#gFooter .ftCon .fl dl dt {
		font-size: 18px;
	}

	#gFooter .ftCon {
		padding: 30px 20px 14px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1400px) {
	.container {
		width: 85%;
	}
}
@media all and (min-width: 1024px) and (max-width: 1366px) {
	.container {
		width: 88%;
	}

	#gHeader .tel {
		font-size: 20px;
	}

	#gHeader .logo {
		width: 200px;
		margin-top:16px
	}
	

	#gFooter .ftCon .fl dl a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.container {
		width: 92%;
	}
	#gHeader .tel {
		display:none
	}
	#gHeader .container {
		width:94%
	}
}

@media all and (min-width: 0) and (max-width: 1024px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container,#gHeader .container {
		width: 100%;
		padding: 0 13px;
    max-width:inherit;
	}

	.fl, .fr {
		float: inherit;
	}

	#gHeader {
		padding: 8px 0px;
		position:inherit;
		left:inherit;
		top:inherit;
		right:inherit
	}
	#gHeader .container {
		padding:0 8px
	}

	#gHeader .logo {
		width: 180px;
		margin:0
	}

	#gHeader .menu {
		width: 32px;
		height: 32px;
		border-radius:5px;
		position: absolute;
		right: 8px;
		top: 15px;
		background: url(../images/menu.png) #088af4  no-repeat center;
		background-size: 22px;
	}

	#gHeader .ss {
		width: 32px;
		line-height: 32px;
		margin-left:0px;
		opacity:1;
		border-radius:5px;
		position:absolute;
		right:84px;
		top:15px;
		background:url(../images/ss1.png) #088af4 no-repeat center;
		background-size:22px;
	}

	#gHeader .ss img {
		opacity:0;
	}

	#gHeader .form1 {
		top: 62px;
		padding: 30px 15px !important;
	}

	#gHeader .form1 form {
		width: 100%;
		font-size: 14px;
	}

	#gHeader .form1 form input[type="text"] {
		line-height: 36px;
		padding: 0 80px 0 9px;
	}

	#gHeader .form1 form input[type="submit"] {
		width: 70px;
		line-height: 36px;
	}

	#gHeader .form1 span.close {
		display: none
	}

	#gHeader .yy {
		position:absolute;
		right:122px;
		top:15px;
	}
	#gHeader .yy a{
		margin:0;
		border-radius:5px;
		width:32px;
		line-height:32px;
	}

	#gNavi {
		width: 100%;
		position: absolute;
		left: 0%;
		top: 62px;
		background:rgba(255,255,255,.9);
		padding:10px 20px;
		box-sizing:border-box;
		z-index:200;
		border-top:1px solid #efefef;
		display:none
	}

	#gNavi.on {
		box-shadow: 10px -10px 10px rgba(0, 0, 0, 0.1);
	}

	#gNavi span.close {
		content: "";
		width: 36px;
		height: 36px;
		position: absolute;
		right: 10px;
		top: 10px;
		background: url(../images/close.png) no-repeat center;
		background-size: cover;
	}

	#gNavi li {
		float: inherit;
		width: 100%;
		text-align: left;
		font-size: 15px;
	}

	#gNavi li>a {
		line-height: 46px;
		border-bottom: 1px dashed #dedede;
		color: #333;
		background: url(../images/jt1.png) no-repeat center right;
		background-size: 18px;
	}

	#gNavi li>a:before {
		display: none !important;
	}

	#gNavi li>a:after {
		display: none !important;
	}

	#gNavi li.on>a:after, #gNavi li.on>a:before {
		display: none;
	}

	#gNavi li.on>a {
		border-bottom: 2px solid #088af4;
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: inherit;
		z-index: 100;
		font-size: 14px;
		border-top: none;
		padding: 8px 0;
	}

	#gNavi li.on .drop {
		display: block;
	}

	#gNavi li .drop .container {
		padding: 0;
	}

	#gNavi li .drop .list {
		overflow: hidden;
	}

	#gNavi li .drop .list a {
		display: block;
		width: 48%;
		padding: 0;
		margin: 5px 1%;
		float: left;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
		background: #efefef;
		color: #333;
		border-radius: 3px;
	}
	#gNavi li.on>a {
		color:#088af4;
		background-image:url(../images/jt3.png)
	}
	#gNavi li:nth-child(2).on>a, #gNavi li:nth-child(5).on>a, #gNavi li:nth-child(6).on>a {
		background: url(../images/jt2.png) no-repeat center right;
		background-size: 18px;
	}

	#gHeader .tel {
		display: none;
	}

	#gHeader .spTel {
		position: absolute;
		right: 46px;
		top: 15px;
	}

	#gHeader .spTel a {
		display: block;
		background: url(../images/icon1_1.png)  #088af4 no-repeat center;
		width: 32px;
		height: 32px;
		border-radius:5px;
		background-size: 22px;
	}

	.sec {
		padding: 15px 0;
	}

	.sec .title {
		padding: 10px 0 12px;
	}

	.sec .title h2 {
		font-size: 26px;
	}

	.sec .title p {
		line-height: 20px;
		font-size: 14px;
	}

	.sec .title b {
		font-size: 12px;
	}

	/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
	.Flink {
		margin-top: 20px;
		padding-left: 90px;
		min-height: 40px;
		font-size: 13px;
		background-size: 80px;
	}

	#gFooter .ftCon {
		padding: 20px 10px 10px;
		border-radius: 8px;
		margin: 20px 0 10px;
	}

	#gFooter .ftCon .fl {
		width: 100%;
	}

	#gFooter .ftCon .fl dl {
		float: inherit;
		width: 100%;
		margin-bottom: 10px;
	}

	#gFooter .ftCon .fl dl dd {
		overflow: hidden;
	}

	#gFooter .ftCon .fl dl dt {
		font-size: 17px;
		line-height: 26px;
		margin-bottom: 0px;
	}

	#gFooter .ftCon .fl dl a {
		width: 20%;
		font-size: 13px;
	}

	#gFooter .ftCon .fl dl:nth-child(2) {
		width: 100%;
	}

	#gFooter .ftCon .fl dl:nth-child(2) a {
		width: 50%;
	}

	#gFooter .ftCon ul {
		margin-top: 18px;
	}

	#gFooter .ftCon li {
		width: 100%;
		float: inherit;
		padding-left: 45px;
		background-size: 36px;
		margin-bottom: 10px;
	}

	#gFooter .ftCon li span {
		display: none;
	}

	#gFooter .ftCon li p {
		font-size: 15px;
		line-height: 40px;
	}

	#gFooter .ftCon p.ts {
		margin-top: 0px;
	}

	#gFooter .power {
		line-height: 20px;
		font-size: 12px;
	}

	#gFooter .ftCon .fr {
		width: 100%;
	}

	#gFooter .ftCon .fr .img {
		width: 40%;
		padding: 1px;
		max-width: 120px;
	}
}