@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 { width: 100%; vertical-align: middle; }
a, a:link { color: #333; text-decoration: none; }
a:visited { color: #333; }
a:hover { color: #333; }
a:active { color: #333; }
.footeryd{
	display: none;
  }
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body { color: #333; font-size: 13px; 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; }
#gHeader { position: absolute; top: 0; left: 0; right: 0; padding: 0px 5%; z-index: 999; border-bottom: 1px solid rgba(255, 255, 255, .2); background-color: rgba(255, 255, 255, 0.8); }
#gHeader.on { background: rgba(0, 0, 0, .3); }
#gHeader .logo img { width: 240px; margin-top: 20px; }
#gHeader .tel { min-width: 200px; background: #007ad6; color: #fff; padding: 15px 18px; box-sizing: border-box; height: 100px; }
#gHeader .tel strong { display: block; float: left; font-weight: 500; font-size: 22px;  }
#gHeader .tel p { float: left; position: relative; margin-left: 10px; }
#gHeader .tel p:before { content: ""; left: 5px; right: 5px; top: 50%; position: absolute; height: 1px; background: rgba(255, 255, 255, .6); }
#gHeader .tel span { display: block; line-height: 35px; font-size: 20px; letter-spacing: 1px; font-family: 'Source Han Sans CN'; }
#gNavi { width: 60%; }
#gNavi li { width: 12.5%; float: left; }
#gNavi li>a { display: block; text-align: center; color: #666; font-size: 18px; line-height: 100px; position: relative; font-family: 'Source Han Sans CN'; }
#gNavi li>a:before { content: ""; width: 10px; height: 10px; position: absolute; left: 50%; transform: translateX(-50%); border-radius: 50%; border: 2px solid #fff; bottom: 10px; display: none; }
#gNavi li.on>a:before, #gNavi li:hover>a:before { display: block; }
#gNavi li .drop { position: absolute; left: 10%; right: 10%; top: 100px; background: #fff; border-top: 2px solid #007ad6; z-index: 100; padding: 40px; opacity: 0; visibility: hidden; }
#gNavi li:hover .drop { opacity: 1; visibility: inherit; }
#gNavi li .sj { width: 17px; height: 10px; position: absolute; left: 50%; bottom: -2px; transform: translateX(-50%); background: url(../images/icon29.png) no-repeat; background-size: cover; display: none; z-index: 999; }
#gNavi li:nth-child(8) .sj { display: none !important; }
#gNavi li:hover .sj { display: block; }
#gNavi li .drop dl { width: 12.5%; float: left; margin-bottom: 20px; }
#gNavi li .drop dl a { display: block; color: #fff; }
#gNavi li .drop dl dt a { font-size: 18px; color: #5c5c5c; font-weight: 600; padding-left: 35px; background: url(../images/icon30.png) no-repeat left center; background-size: 30px; }
#gNavi li .drop dl:hover dt a, #gNavi li .drop dl.on dt a { color: #007ad6; }
#gNavi li .drop dl dd { margin-top: 10px; padding-left: 30px; }
#gNavi li .drop dl dd a { font-size: 15px; color: #555; line-height: 30px; }
#gNavi li .drop dl dd a:hover, #gNavi li .drop dl dd a.on { color: #007ad6; }
#gNavi li .drop1 { text-align: center; }
#gNavi li .drop1 a { display: inline-block; line-height: 40px; font-size: 15px; text-align: center; padding: 0 40px; border-radius: 5px; margin: 0 5px 15px; background: #f1f0f0; }
#gNavi li .drop1 a:hover, #gNavi li .drop1 a.on { background: #007ad6; color: #fff; }
.sec .title { text-align: center; overflow: hidden; }
.sec .title h2 { position: relative; display: inline-block; font-size: 40px; line-height: 80px; color: #032946; }
.sec .title h2:before { content: ""; width: 160px; height: 70px; background: url(../images/lt.png) no-repeat center; background-size: 160px; position: absolute; left: -180px; top: 0; }
.sec .title h2:after { content: ""; width: 160px; height: 70px; background: url(../images/rt.png) no-repeat center; background-size: 160px; position: absolute; right: -180px; top: 0; }
.sec .title p { font-size: 16px; color: #666; margin-top: 30px; }
.sec .title .i { width: 56px; margin: 10px auto; display: flex; }
.sec .title .i i { position: relative; display: block; width: 14px; letter-spacing: 0.5px; height: 14px; background: #2891fd; border-radius: 50%; margin-left: -3px; }
.sec .title .i i.i1 { z-index: 11; }
.sec .title .i i.i2 { opacity: 0.7; z-index: 10; }
.sec .title .i i.i3 { opacity: 0.4; z-index: 9; }
.sec .title .i i.i4 { opacity: 0.24; z-index: 8; }
.container { width: 85%; box-sizing: border-box; margin: 0 auto; }
/*------------------------------------------------------------
	底部
------------------------------------------------------------*/
#gFooter { background: url(../images/bg6.jpg) no-repeat; background-size: cover; padding-top: 40px; color: #fff; font-size: 14px; }
#gFooter ul.nav { margin-bottom: 25px; }
#gFooter ul.nav li { width: 10%; float: left; text-align: center; }
#gFooter ul.nav li a { display: block; font-size: 15px; color: #fff; line-height: 15px; border-right: 1px dashed rgba(255, 255, 255, .4); }
#gFooter ul.nav li:last-child a { border-right: none; }
#gFooter .box1 { width: 30%; margin-left:3%;}
#gFooter .fl h3 { font-size: 18px; line-height: 40px; margin-bottom: 14px; }
#gFooter .box1 p { padding-left: 20px; line-height: 33px; }
#gFooter .box2 { width: 30%; padding-left: 50px; box-sizing: border-box; }
#gFooter .box2 ul { padding-left: 20px; overflow: hidden; }
#gFooter .box2 li { float: left; width: 50%; }
#gFooter .box2 li a { display: block; color: #fff; line-height: 33px; }
#gFooter .box3 { width: 30%; }
#gFooter .box3 .ewm { margin-top: 30px; }
#gFooter .box3 .ewm div { width: 50%; float: left; text-align: center; }
#gFooter .box3 .ewm div img { width: 140px; margin-bottom: 5px; }
#gFooter .link { margin-top: 20px; }
#gFooter .link h3 { font-size: 17px; margin-bottom: 10px; color: #2987ca; }
#gFooter .link a { display: inline-block; color: #fff; font-size: 14px; padding: 0 5px; color: #2987ca; }
#gFooter .power { text-align: center; font-size: 14px; line-height: 38px; margin-top: 30px; padding: 6px 0; border-top: 1px solid rgba(255, 255, 255, .4); }
#gFooter .power a { color: #fff; }
#gFooter .power a img { width: 20px; }
.sp { display: none !important; }
.fixed { position: fixed; right: 0; top: 50%; margin-top: -205px; z-index: 999; }
.fixed span.close { display: block; width: 30px; line-height: 30px; border: 1px solid #007ad6; color: #007ad6; text-align: center; margin: 0 auto 20px; border-radius: 50%; font-size: 25px; cursor: pointer; }
.fixed span.close:after { content: ""; width: 1px; height: 20px; background: #007ad6; position: absolute; left: 50%; top: 32px; }
.fixed li.first { background: #007ad6; padding: 12px 0; border-color: #007ad6; }
.fixed li { width: 60px; padding: 8px 0; border: 1px solid #efefef; border-top: none; box-sizing: border-box; transition: 0.3s; position: relative; background: #fff; }
.fixed li .zbox { position: absolute; left: 0; transform: translateX(-100%); overflow: hidden; top: 0; padding: 20px; background: #fff; display: none; box-shadow: 0 0 10px rgba(0, 0, 0, .3); }
.fixed li .zbox h6 { font-size: 15px; line-height: 32px; }
.fixed li .zbox a { display: block; width: 105px; line-height: 30px; background: url(../images/icon6.png) no-repeat left 10px center; background-size: 22px; border-radius: 15px; padding-left: 36px; box-sizing: border-box; box-shadow: 0 0 10px rgba(0, 0, 0, .3); margin: 10px 5px; }
.fixed li.first.on { background: #F06E1B; border-color: #F06E1B; }
.fixed li .ewm img { width: 126px; }
.fixed li:hover .zbox { display: block; }
.fixed li span { display: block; width: 30px; height: 30px; margin: 0 auto 3px; overflow: hidden; }
.fixed li span img { width: 30px; }
.fixed li.li:hover span img { margin-top: -30px; }
.fixed li:hover { background: #007ad6; border-top: 1px solid #007ad6; }
.fixed li p { font-size: 14px; color: #dedede; text-align: center; }
.fixed li:hover p { color: #fff; }
.fixed li.last { border-top: 1px solid #efefef; margin-top: 20px; cursor: pointer; }
.fixed li.li.on { transform: translateX(60px); }
 @media all and (min-width: 1024px) and (max-width:1600px) {
#gHeader .logo img { margin-top: 18px; width: 220px; }
#gNavi li>a { line-height: 90px; font-size: 17px; }
#gHeader .tel { padding: 10px 18px; height: inherit; }
#gHeader .tel strong { font-size: 20px; margin-top: 20px; }
#gHeader .tel span { font-size: 18px; }
#gNavi li .drop { top: 90px; }
.sec .title h2 { font-size: 36px; line-height: 70px; }
.sec .title h2:before, .sec .title h2:after { width: 140px; height: 60px; background-size: 140px; }
.sec .title p { margin-top: 20px; }
#gFooter .container { width: 90%; }
#gFooter .container .box1 { width: 30%; }
#gFooter .container .box2 { width: 33% }
}
 @media all and (min-width: 1024px) and (max-width: 1440px) {
.container { width: 90%; }
#gFooter { font-size: 13px; }
#gFooter .box3 .ewm div img { width: 120px; }
}
 @media all and (min-width: 1024px) and (max-width:1366px) {
#gNavi li>a { font-size: 16px; }
#gNavi li .drop dl dt a { font-size: 16px; }
#gNavi li .drop dl dd a { font-size: 14px; }
.sec .title h2 { font-size: 32px; line-height: 60px; }
.sec .title h2:before { width: 120px; height: 60px; background-size: 100%; left: -140px; }
.sec .title h2:after { width: 120px; height: 60px; background-size: 100%; right: -140px; }
.sec .title p { margin-top: 10px; font-size: 15px; }
#gFooter .box2 { padding-left: 30px; width: 34%; }
#gFooter .box2 ul { padding-left: 0px; }
#gFooter .box3 { width: 33%; }
}
 @media all and (min-width: 0) and (max-width: 767px) {
	   .footeryd{background-color:rgba(11,129,222,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
	.footeryd{display: block;}
	.footeryd{width:370px !important; left:50%;margin-left:-184px;}
	.footeryd a{float: left;width:33.33%;text-align: center;}
	.footeryd img{display: inline-block;height:24px;width: 24px;margin:5px 0 0;}
	.footeryd strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
.sp { display: block !important; }
.pc { display: none !important; }
.fl { float: inherit; }
.fr { float: inherit; }
#gHeader { padding: 10px; background: #fff; position: relative; }
#gHeader .logo img { width: 200px; margin-top: 0px; }
#gHeader .stel { position: absolute; right: 60px; top: 18px; width: 32px; }
#gHeader .menu { position: absolute; right: 10px; top: 18px; width: 32px; }
#gNavi { width: 100%; left: 0; top: 70px; right: 0; position: absolute; padding: 20px 20px 40px; box-sizing: border-box; background-color: #fff; display: none; }
#gNavi li { width: 100%; float: inherit; }
#gNavi li>a { text-align: left; color: #333; font-size: 15px; background: url(../images/icon32.png) no-repeat right center; background-size: 22px; line-height: 40px; border-bottom: 1px dashed #d8e9f7; }
#gNavi li.on>a:before { display: none; }
#gNavi li.on>a { color: #007ad6; background-image: url(../images/icon55.png); }
#gNavi li .drop { position: inherit; left: inherit; right: inherit; top: inherit; border-top: inherit; padding: 10px; opacity: 1; visibility: inherit; display: none; }
#gNavi li:hover .drop { opacity: 1; visibility: inherit; }
#gNavi li:hover .sj { display: none; }
#gNavi li .drop dl { width: 50%; padding: 8px; box-sizing: border-box; margin-bottom: 0px; }
#gNavi li .drop dl dt a { font-size: 14px; color: #fff; line-height: 36px; font-weight: 500; text-align: center; padding-left: 0px; border-radius: 4px; background: #aaa; }
#gNavi li .drop dl.on dt a { color: #fff; background: #007ad6; }
#gNavi li .drop dl dd { display: none; }
#gNavi li .drop1 a { line-height: 36px; font-size: 14px; padding: 0 10px; }
.sec .title h2 { font-size: 26px; line-height: 50px; }
.sec .title h2:before { width: 120px; height: 50px; background-size: 120px; left: -130px; }
.sec .title h2:after { width: 120px; height: 50px; background-size: 120px; right: -130px; }
.sec .title p { font-size: 14px; margin-top: 13px; }
.sec .title .i { width: 28px; }
.sec .title .i i { width: 10px; height: 10px; }
.container { padding: 0 10px; width: 100%; }
/*------------------------------------------------------------
		底部
	------------------------------------------------------------*/
#gFooter { padding: 20px 0px; font-size: 14px; }
#gFooter ul.nav { margin-bottom: 16px; }
#gFooter ul.nav li { width: 25%; padding: 6px 0; }
#gFooter ul.nav li a { font-size: 14px; line-height: 14px; }
#gFooter ul.nav li:nth-child(4n) a { border-right: none; }
#gFooter .box1 { width: 100%; margin-left:0;}
#gFooter .fl h3 { font-size: 17px; margin-bottom: 12px; }
#gFooter .box1 p { padding-left: 13px; line-height: 27px; }
#gFooter .box2 { width: 100%; padding: 20px 0px; }
#gFooter .box2 ul { padding-left: 0px; }
#gFooter .box3 { width: 100%; }
#gFooter .box3 .ewm { margin-top: 20px; }
#gFooter .box3 .ewm div img { width: 110px; }
#gFooter .power { font-size: 13px; line-height: 24px; margin-top: 20px; }
}
