﻿@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: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-family: "微软雅黑", "宋体";
}

#container {
	text-align: left;
}

.container {
	width: 80%;
	margin: 0 auto;
}

#main .container {
	max-width: 1440px;
}

.fl {
	float: left
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#gHeader {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
padding: 0px -6%;
 z-index: 1024;
 border-bottom: 1px solid rgba(255, 255, 255, .2);
}


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

#gHeader .heaCon .tel {
	line-height: 45px;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 14px;
	color: #787878;
}

#gHeader .heaCon .tel strong {
	font-size: 24px;
	color: #033c80;
	line-height: 34px;
	display: block;
	padding-left: 40px;
	background: url(../images/tel2.png) no-repeat left top 10px;
	background-size: 35px;
}

#gHeader .heaCon .tel img {
	width: 35px;
}

#gHeader.on {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 200;
}


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

#gNavi {
	width: 60%
}

#gNavi ul li {
	float: left;
	width: 12.5%;
	text-align: center;
}

#gNavi ul li>a {
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 90px;
	color: #333;
}

#gNavi ul>li>a:before {
	content: "";
	right: 50%;
	left: 50%;
	bottom: 6px;
	position: absolute;
	height: 3px;
	transition: 0.3s;
	background: #c40000;
	opacity: 0;
}

#gNavi ul li:hover>a:before, #gNavi ul li.on>a:before {
	right: 20%;
	left: 20%;
	opacity: 1;
}

#gNavi ul li:hover>a, #gNavi ul li.on>a {
	color: #333;
}

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

#gNavi li .drop a {
	display: inline-block;
	color: #333;
	background: #fafafa;
	margin: 0 10px 5px;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
}

#gNavi li .drop a:hover, #gNavi li .drop a.on {
	background: #00479d;
	color: #fff;
}

#gNavi li:hover .drop {
	display: block;
}

#gNavi li .drop1 {
	padding: 10px 5% 0;
	z-index: 1000;
}


#gNavi li .drop1 .lBox {
	width: 15%;
	padding: 10px 0
}

#gNavi li .drop1 .lBox a {
	background: url(../images/jt2.png) no-repeat right 10px center;
	background-size: 14px;
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px dashed #ededed;
	margin: 0
}

#gNavi li .drop1 .lBox a.on {
	color: #00479d;
	background-image: url(../images/jt3.png);
	background-size: 17px;
}

#gNavi li .drop1 .rBox {
	width: 83%;
	padding-top: 10px;
}

#gNavi li .drop1 .rBox dt a {
	display: block;
	box-sizing: border-box;
	width: 200px;
	color: #fff;
	border-radius: 0;
	margin: 0;
	padding-left: 40px;
	background: #00479d url(../images/sj.png) no-repeat left 12px center;
	background-size: 16px;
	text-align: left;
}

#gNavi li .drop1 .rBox dd {
	overflow: hidden;
	margin-top: 12px;
}

#gNavi li .drop1 .rBox dd a {
	display: block;
	width: 16.66%;
	float: left;
	margin: 0;
	background: none;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	line-height:35px;
	text-align: left;
}

#gNavi li .drop1 .rBox dd a.on, #gNavi li .drop1 .rBox dd a:hover {
	color: #00479d;
	background: none;
}

#gNavi li .drop1 .rBox .tjdl {
	margin-top: 20px;
}

#gNavi li .drop1 .rBox .tjdl h3 {
	background: url(../images/tj.png) no-repeat left center;
	background-size: 44px;
	color: #333;
	padding-left: 54px;
	font-size: 17px;
	text-align: left;
}

#gNavi li .drop1 .rBox .tjdl li {
	width: 20%;
	float: left;
	padding: 20px 20px 0;
	box-sizing: border-box;
}

#gNavi li .drop1 .rBox .tjdl li a {
	padding: 0;
	display: block;
	margin: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hot {
	background: #f4f4f4;
	padding: 20px 0;
}

.hot .form {
	margin: 0 40px
}

.hot .form form {
	width: 380px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	line-height: 40px;
	margin: 0 auto;
}

.hot ul {
	margin-top: 8px;
	text-align: center;
}

.hot ul li {
	display: inline-block;
	margin: 0 3px;
}

.hot ul li:first-child {
	font-weight: 600
}

.hot ul li a {
	color: #333;
	font-size: 14px;
}

.hot .form input[type="text"] {
	width: 100%;
	line-height: 40px;
	height: 40px;
	border: none;
	background: #fff;
	padding: 0 85px 0 10px;
	box-sizing: border-box;
	margin: 0;
}

.hot .form .submi {
	width: 80px;
	height: 34px;
	position: absolute;
	right: 3px;
	top: 3px;
	background: #00479d;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.hot .text {
	border-left: 1px solid #dedede;
	width: 60%;
	text-align: center;
	color: #333;
	box-sizing: border-box;
}

.hot .text strong {
	font-size: 25px;
	color: #e4662e;
}

.hot .text p {
	font-size: 16px;
	line-height: 30px;
}

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

.sec .title h2 {
	font-size: 38px;
	margin-bottom: 10px;
	font-weight: 500;
}

.sec .title h2:before, .sec .title h2:after {
	content: "";
	display: inline-block;
	width: 56px;
	height: 26px;
	background: url(../images/icon24.png) no-repeat center;
	background-size: 56px;
	margin: 0 30px;
}

.sec .title h2:after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.sec .title p {
	font-size: 15px;
	color: #666;
}

.sec .more a {
	display: block;
	width: 120px;
	line-height: 38px;
	padding-left: 7px;
	background: #00479d;
	color: #fff;
	text-align: center;
	margin: 30px auto 0;
	border-radius: 3px;
	font-size: 15px;
}

.sec .more a img {
	width: auto;
	filter: brightness(0) invert(100%);
	margin-top: -3px;
	opacity: 0.9;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#gFooter {
	background:#333;
	color: #fff;
	position: relative;
	background-size: cover;
}

#gFooter .fh {
	position: absolute;
	left: 50%;
	width: 50px;
	top: -25px;
	margin-left: -25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 50%;
	height: 50px;
	cursor: pointer;
	z-index: 100;
}

#gFooter .fTop {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}


#gFooter .fTop .nav li {
	width: 10%;
	float: left;
	text-align: center;
	line-height: 60px;
}

#gFooter .fTop .nav li a {
	display: block;
	font-size: 15px;
	color: #fff;
}

#gFooter .fBott .lxCon {
	width: 35%;
}

#gFooter .fBott h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

#gFooter .fBott .lxCon p {
	font-size: 15px;
	line-height: 30px;
}

#gFooter .fBott .midd {
	width: 30%;
	margin-left: 30px;
}

#gFooter .fBott .midd li {
	float: left;
	width: 50%;
	text-align: center;
}

#gFooter .fBott .midd a {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

#gFooter .fBott .fr .ewm {
	display: inline-block;
	margin-left: 20px;
	text-align: center;
}

#gFooter .fBott .fr .ewm img {
	width: 130px;
	margin-bottom: 5px;
}

#gFooter .power {
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	border-top:1px solid rgba(255,255,255,.1)
}

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

#gFooter .fLink {
    margin-top: 20px;
    display: block;
	opacity:0.8
}

#gFooter .fLink h3 {
    font-size: 16px;
    float: left;
    line-height: 30px;
}

#gFooter .fLink .link {
    float: left;
}

#gFooter .fLink a {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    line-height: 30px;
}

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

.fixed.on {
	display: block
}

.fixed li {
	font-size: 15px;
	text-align: center;
	margin: 10px 0;
	border-radius: 4px 0 0 4px;
	width: 50px;
	position: relative;
}

.fixed li span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #fafafa;
	position: relative;
	z-index: 100
}

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

.fixed li.return span {
	cursor: pointer;
}

.fixed li.return span img {
	width: 23px;
}

.fixed li .tex {
	width: 0px;
	position: absolute;
	right: -50px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	top: 0px;
	transition: 0.3s;
	z-index: 90
}

.fixed li .tex a {
	color: #fff
}

.fixed li p {
	font-size: 18px;
	line-height: 50px;
}

.fixed li:hover .tex {
	width: 150px;
	right: 50px;
}

.fixed li .box {
	padding: 12px 0;
	box-sizing: border-box;
}

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

.sp {
	display: none !important;
}

@media all and (min-width: 1023px) and (max-width:1680px) {
	.container {
		width: 86%;
	}

	#gHeader .heaCon .tel {
		margin-left: 2%;
	}
}

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


	#gNavi li>a {
		line-height: 60px;
	}

	#gHeader .heaCon .tel strong {
		line-height: 60px;
	}

	#gNavi li .drop1 {
		padding: 0 1%
	}

	#gNavi li .drop1 .rBox .tjdl li {
		padding: 20px 14px 0
	}

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

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

	#gHeader .heaCon .logo {
		width: 220px
	}

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

	.sec .title h2:before, .sec .title h2:after {
		width: 50px;
		height: 20px;
		background-size: 100%;
		margin: 0 20px;
	}

	#gFooter .fBott .lxCon p {
		font-size: 14px;
	}

	.hot .form form {
		width: 300px;
	}

	.hot .text strong {
		font-size: 22px;
	}
}

@media all and (min-width: 1023px) and (max-width:1366px) {
	.sec .title h2 {
		font-size: 30px;
	}
	#gNavi li .drop1 .lBox a {
		font-size:15px
	}
}

@media all and (min-width: 0) and (max-width: 1300px) {
	.container {
		width: 92%;
	}

	#gHeader .heaCon .tel {
		display: none
	}

	#gNavi li .drop1 .rBox dd a {
		width: 20%
	}
	#gNavi li .drop1 .lBox {
		width:18%
	}
	#gNavi li .drop1 .rBox {
		width:80%
	}

	.sec .more a {
		width: 110px;
		line-height: 35px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.fl {
		float: inherit !important
	}

	.fr {
		float: inherit !important;
	}

	#main {
		padding-bottom: 50px;
	}

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

	#gHeader .heaCon .tel {
		display: none;
	}

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

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 20px;
		width: 35px;
		height: 35px;
		line-height: 32px;
		text-align: center;
		border-radius: 5px;
		overflow: hidden;
		background: #00479d;
	}

	#gHeader .menu img {
		width: 25px;
	}

	#gHeader .container {
		position: inherit;
	}

	#gHeader .dh {
		position: absolute;
		right: 60px;
		top: 20px;
	}

	#gHeader .dh a {
		display: block;
		width: 35px;
		height: 35px;
		background: #00479d;
		border-radius: 5px;
		line-height: 32px;
		text-align: center;
	}

	#gHeader .dh a img {
		width: 25px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: 73px;
		padding: 0 10px 30px;
		box-sizing: border-box;
		display: none;
		background: rgba(255, 255, 255, 1);
	}

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

	#gNavi ul li>a {
		line-height: 40px;
		text-align: left;
		background: url(../images/jt2.png) no-repeat right 10px center;
		background-size: 15px;
	}

	#gNavi ul li:hover>a:before, #gNavi ul li.on>a:before {
		display: none;
	}

 #gNavi ul li.on>a {
 color:#00479d;
 font-weight:600;
	background-image:url(../images/jt3.png);
	background-size:17px;
 }

	#gNavi ul li .drop {
		position: relative;
		top: 0px;
		right: 0;
		left: 0;
		padding: 10px 0;
		overflow: hidden;
	}

	#gNavi ul li .drop1 .lBox {
		width: 100%;
		overflow: hidden;
		padding-top: 0
	}

	#gNavi ul li .drop1 .lBox a {
		width: 48%;
		float: left;
		padding: 0;
		line-height: 32px;
		font-size: 15px;
		margin: 5px 1%;
		background: #f5f5f5;
		color: #333;
		text-align: center;
		border-bottom: none;
	}

	#gNavi ul li .drop1 .lBox a.on {
		background: #00479d;
		color: #fff;
	}

	#gNavi ul li .drop1 .rBox {
		display: none;
	}

	#gNavi ul li.on .drop {
		display: block;
	}

	#gNavi ul li .drop>a {
		display: block;
		color: #333;
		line-height: 40px;
		font-size: 15px;
		text-align: center;
		width: 48%;
		float: left;
		padding: 0;
		margin: 5px 1%;
	}


	#gNavi ul li:nth-child(2).on>a, #gNavi ul li:nth-child(3).on>a, #gNavi ul li:nth-child(6).on>a, #gNavi ul li:nth-child(7).on>a {
		background: url(../images/jt5.png) no-repeat right 10px center;
		background-size: 20px;
	}

	.hot {
		padding: 12px;
	}

	.hot .form {
		margin: 0;
	}

	.hot .form form {
		width: 100%;
		line-height: 32px;
	}

	.hot ul {
		display: none;
	}

	.hot .form input[type="text"] {
		line-height: 32px;
		height: 32px;
		padding: 0 65px 0 5px;
	}

	.hot .form .submi {
		right: 2px;
		top: 2px;
		width: 60px;
		height: 28px;
	}

	.hot .text {
		display: none;
	}

	.sec .title {
		text-align: center;
		margin-bottom: 15px;
	}

	.sec .title h2 {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.sec .title h2:before, .sec .title h2:after {
		width: 38px;
		height: 18px;
		background: url(../images/icon24.png) no-repeat center bottom;
		background-size: 100%;
		margin: 0 10px;
	}

	.sec .title p {
		font-size: 14px;
	}

	.sec .more a {
		width: 100px;
		line-height: 32px;
	}

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

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		color: #fff;
		position: relative;
	}

	#gFooter .fh {
		position: absolute;
		left: 50%;
		width: 50px;
		top: -25px;
		margin-left: -25px;
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
		border-radius: 50%;
		height: 50px;
		cursor: pointer;
		z-index: 100;
	}

	#gFooter .fTop {
		padding: 40px 0;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	#gFooter .fTop .logo {
		display: none;
	}

	#gFooter .fTop .nav {
		margin-left: 0px;
	}

	#gFooter .fTop .nav li {
		width: 25%;
		line-height: 25px;
	}

	#gFooter .fTop .nav li a {
		font-size: 13px;
	}

	#gFooter .fBott {
		padding: 0 10px;
	}

	#gFooter .fBott .lxCon {
		width: 100%;
	}

	#gFooter .fBott h3 {
		font-size: 16px;
		margin-bottom: 6px;
		text-align: left;
	}

	#gFooter .fBott .lxCon p {
		font-size: 13px;
		line-height: 25px;
	}

	#gFooter .fBott .midd {
		width: 100%;
		margin-left: 0px;
		margin: 10px 0 10px;
	}

	#gFooter .fBott .midd li {
		width: 33.33%;
	}

	#gFooter .fBott .midd a {
		font-size: 14px;
		line-height: 25px;
	}

	#gFooter .fBott .fr {
		text-align: center;
	}

	#gFooter .fBott .fr .ewm img {
		width: 90px;
	}

	#gFooter .power {
		line-height: 20px;
		font-size: 13px;
		padding: 4px 0;
	}

	input {
		appearance: none;
		-webkit-appearance: none;
	}
	#container {
		padding-bottom: 66px;

	}

	.fot {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 999;
		background: #00479d;
	}

	.fot li {
		width: 33.33%;
		float: left;
	}

	.fot li a {
		display: block;
		padding: 8px 0 7px;
		text-align: center;
		position: relative;
	}

	.fot li a button {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
	}

	.fot li span {
		display: block;
		width: 24px;
		height: 24px;
		margin: 0 auto 4px;
	}

	.fot li a p {
		font-size: 15px;
		font-weight: 300;
		color: #fff;
	}

	.wha {
		position: fixed;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
		z-index: 1000;
		display: none;
	}

	.wha .tex {
		position: absolute;
		left: 15%;
		right: 15%;
		top: 50%;
		transform: translateY(-50%);
		padding: 25px 0px;
		background: #fff;
		border-radius: 10px;
		z-index: 1100;
		text-align: center;
	}
	.wha .tex span {
		display:block;
		position:absolute;
		right:10px;
		top:0px;
		font-size:25px;
		color:#666;
	}

	.wha .tex b {
		display: block;
		width: 32px;
		margin: 0 auto;
	}

	.wha .tex strong {
		font-size: 17px;
		line-height: 34px;
	}

	.wha .tex p {
		color: #777;
		font-size: 14px;
		line-height: 27px;
	}

	.wha .tex a {
		display: block;
		width: 130px;
		line-height: 34px;
		background: #00479d;
		color: #fff;
		margin: 10px auto 0;
		border-radius: 5px;
	}
	.embed-icon {
		bottom:30% !important
	}
	.col-6 img{width:125px;}
	
	
	
}