﻿@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: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {}

.fl {
	float: left;
}

.fr {
	float: right
}

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

img {
	width: 100%;
	vertical-align: middle;
}

/*------------------------------------------------------------
头部
------------------------------------------------------------*/
#gHeader {
	padding: 0px 5%;
	position: relative;
}

#gHeader .logo img {
	width: auto;
	margin-top: 18px;
}

#gHeader:after {
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	width: 19%;
	position: absolute;
	background: linear-gradient(0, #1667b8 50%, #015cb9 99%);
	background: #f5f5f5;
	z-index: -1;

}

#gHeader .tel {
	font-size: 21px;
	color: #fff;
	background: url(../images/tel.png) #015cb9 no-repeat left 15px center;
	background-size: 28px;
	padding: 6px 14px 6px 56px;
	border-radius: 30px;
	margin-top: 27px;
	border: 2px solid #fff;

}

#gHeader .tel a {
	color: #fff;
}

#gNavi {
	width: 60%;
	margin-right: 50px;
}

#gNavi li {
	width: 13.666%;
	float: left;
	text-align: center;

}

#gNavi li>a {
	display: block;
	line-height: 100px;
	font-size: 17px;
	position: relative;
}

#gNavi li>a:after {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 27px;
	bottom: 27px;
	background: #015cb9;
	z-index: -1;
	border-radius: 5px;
	display: none;
}

#gNavi li.on>a {
	color: #fff;
	font-size: 16px;
}

#gNavi li.on>a:after {
	display: block;
}

#gNavi li .drop {
	padding: 20px 5%;
	text-align: center;
	border-top: 1px solid #fafafa;
	background: #fff;
	z-index: 100;
	position: absolute;
	left: 0;
	top: 100px;
	right: 0;
	display: none;
}

#gNavi li .drop a {

	display: inline-block;
	padding: 0 20px;
	font-size: 15px;
	line-height: 36px;
	background: #f5f5f5;
	border-radius: 4px;
	margin: 10px;
	color: #333;
}

#gNavi li .drop a.on {
	background: #015cb9;
	color: #fff;
}

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

.sec .title h2 {
	font-size: 36px;
	color: #333;
}

.sec .title p {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}

.sec .title p:before {
	content: "";
	width: 208px;
	height: 40px;
	background: url(../images/tl.png) no-repeat center;
	position: absolute;
	left: -220px;
	top: 0;
}

.sec .title p:after {
	content: "";
	width: 208px;
	height: 40px;
	background: url(../images/tr.png) no-repeat center;
	position: absolute;
	right: -220px;
	top: 0;
}

.sec .more a {
	display: block;
	width: 120px;
	line-height: 44px;
	margin: 0 auto;
	border-radius: 22px;
	padding-left: 40px;
	background: url(../images/icon2.png) #015cb9 no-repeat right 20px center;
	background-size: 25px;
	font-size: 15px;
	color: #fff;

}

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

#gFooter .fCon {
	position: relative;
	font-size: 15px;
}

#gFooter .container .l_box {
	width: 26%;
	background: #015cb9;
	padding: 40px 32px 30px;
	box-sizing: border-box;
	color: #fff;
}

#gFooter .container .l_box img {
	width: 220px;
	display: block;
	margin: 0px auto;
}

#gFooter .container .l_box h3 {
	font-size: 20px;
	margin: 20px 0;
}

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

#gFooter .container .l_box1 {
	width: 21%;
	color: #fff;
	padding: 40px 0 0 40px;
	box-sizing: border-box;
}

#gFooter .container .l_box1 h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
}

#gFooter .container .l_box1 h3:after {
	content: "";
	width: 40px;
	height: 5px;
	border-radius: 3px 0px 0px 3px;
	position: absolute;
	left: 0px;
	top: 13px;
	background: #469df3;
}

#gFooter .container .l_box1 li a {
	display: block;
	line-height: 36px;
	color: #fff;
}
#gFooter .container .l_box1 li {
width:50%;
float:left}
#gFooter .container .l_box2 {
	width: 30%
}

#gFooter .container .l_box2 li {
	width: 50%;
	float: left;
}

#gFooter .container .l_box3 {
	width: 23%;
}

#gFooter .container .l_box3 .img {
	text-align: center;
}

#gFooter .container .l_box3 img {
	width: 150px;
}

#gFooter .container .l_box3 p {
	line-height: 40px;
}

#gFooter .fLink {
	padding: 14px 0;
	border-top: 1px solid #a9c8de;
}

#gFooter .fLink h3 {
	color: #a9c8de;
	font-size: 17px;
}

#gFooter .fLink a {
	display: inline-block;
	margin: 5px 0;
	padding: 0 8px 0 5px;
	border-right: 1px solid #a9c8de;
	color: #a9c8de;
	line-height: 16px;
}

#gFooter .power {
	line-height: 30px;
	padding: 6px 0;
	text-align: center;
	font-size: 14px;
	color: #fefefe;
	border-top: 1px solid #a9c8de;
}

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

.sp {
	display: none !important;
}


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

.fixed ul {
	border-radius: 3px;
}

.fixed ul span {
	display: inline-block;
	width: 80px;
	line-height: 60px;
	text-align: center;
}

.fixed ul li {
	background: rgba(0, 0, 0, .4);
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #fefefe;
}

.fixed ul span img {
	width: 35px;
}

.fixed ul li a {
	color: #333;
}

.fixed ul li .h_box {
	position: absolute;
	right: -185px;
	width: 150px;
	top: 8px;
	padding: 10px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	font-size: 20px;
	color: #333;
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	display: none;
}

.fixed ul li .h_box:after {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/sj1.png) no-repeat center;
	background-size: 25px;
}

.fixed ul li .ewm:after {
	top: 22px;
	transform: translateY(0%);

}

.fixed ul li:hover .h_box {
	display: block;
}

.fixed ul li:hover {
	background: linear-gradient(-30deg, #056abf 0, #1c89e4 50%, #379cf1 99%);
}

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


@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gHeader .logo img {
		width: 220px;
	}

	#gNavi li>a {
		line-height: 90px;
		font-size: 16px;
	}

	#gNavi li .drop {
		top: 90px;
	}

	#gHeader .tel {
		margin-top: 20px;
		font-size: 20px;
	}

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

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

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

	.sec .title p:before {
		width: 195px;
		height: 25px;
		left: -200px;
		background-size: cover;
		top: 7px;
	}

	.sec .title p:after {
		width: 195px;
		background-size: cover;
		height: 25px;
		right: -200px;
		top: 7px;
	}

	#gFooter .container .l_box img {
		width: 200px;
	}

	#gFooter .fCon {
		font-size: 14px;
	}

	#gFooter .container .l_box p {
		font-size: 14px;
		line-height: 27px;
	}

	#gFooter .container .l_box1 h3 {
		font-size: 17px;
		padding-left: 40px;
	}

	#gFooter .container .l_box1 h3:after {
		width: 34px;
		height: 3px;
	}

	#gFooter .container .l_box3 img {
		width: 130px;
	}
}

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

	.container {
		width: 88%;
	}

	#gFooter .container .l_box1 li a {
		line-height: 30px;
	}

	#gFooter .container .l_box {
		padding: 20px 18px 18px;
	}

	#gFooter .container .l_box h3 {
		margin: 15px 0 10px;
	}

	#gFooter .container .l_box1 {
		padding-top: 27px;
	}
}

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

	.container {
		width: 90%;
	}

	#gHeader {
		padding: 0 3%;
	}

	#gNavi {
		margin-right: 30px;
	}

	#gHeader .tel {
		padding: 5px 20px 5px 48px;
		background-size: 25px;
		font-size: 18px;
	}

	#gNavi li .drop {
		padding: 20px;
	}

	#gNavi li .drop a {
		font-size: 14px;
	}

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

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

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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}


	.fl, .fr {
		float: inherit;
	}


	.container {
		width: 100%;
		max-width: inherit;
	}


	/*------------------------------------------------------------
	头部
	------------------------------------------------------------*/
	#gHeader {
		padding: 10px 5%;
		position: relative;
		border-bottom: 1px solid #fafafa;
	}

	#gHeader .menu {
		width: 36px;
		height: 36px;
		position: absolute;
		right: 10px;
		top: 15px;
		background: url(../images/menu.png) #015cb9 no-repeat center;
		background-size: 24px;
		border-radius: 50%;
		z-index: 99;
	}

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

	#gHeader:after {
		display: none;

	}

	#gHeader .tel {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: url(../images/tel.png) #015cb9 no-repeat center;
		background-size: 22px;
		padding: 0;
		margin-top: 0px;
		border: none;
		position: absolute;
		right: 60px;
		top: 15px;
		z-index: 90;
		overflow: hidden;

	}

	#gHeader .tel a {
		opacity: 0;
		width: 0;
	}

	#gNavi {
		width: 100%;
		margin-right: 0px;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 100;
		top: 68px;
		background: #fff;
		padding: 15px 22px;
		box-sizing: border-box;
		display: none;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
		text-align: left;

	}

	#gNavi li>a {
		line-height: 40px;
		background: url(../images/jt5.png) no-repeat right center;
		background-size: 13px;
		font-size: 15px;
	}

	#gNavi li>a:after {
		display: none;
	}

	#gNavi li.on>a {
		background-image: url(../images/jt6.png);
		color: #015cb9;
		font-size: 15px;
	}

	#gNavi li.on>a:after {
		display: none;
	}

	#gNavi li .drop {
		padding: 0px 0 20px;
		text-align: center;
		border-top: 1px solid #fafafa;
		background: #fff;
		z-index: 100;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		text-align: left;
	}

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

	#gNavi li .drop a {
		display: block;
		padding: 0px;
		font-size: 14px;
		line-height: 32px;
		background: none;
		border-radius: 0;
		border-bottom: 1px dashed #f3f3f3;
		background: url(../images/jt5.png) no-repeat right center;
		background-size: 13px;
	}

	#gNavi li .drop a.on {
		background-image: url(../images/jt6.png);
		color: #015cb9;
	}

	.sec .title {
		padding: 20px 0;
		overflow:hidden
	}

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

	.sec .title p {
		font-size: 13px;
		line-height: 30px;
	}

	.sec .title p:before {
		width: 108px;
		height: 20px;
		background: url(../images/tl.png) no-repeat right center;
		background-size: cover;
		left: -120px;
		top: 5px;
	}

	.sec .title p:after {
		width: 108px;
		height: 20px;
		background: url(../images/tr.png) no-repeat left center;
		background-size: cover;
		right: -120px;
		top: 5px;
	}

	.sec .more a {
		width: 100px;
		line-height: 38px;
		border-radius: 19px;
		padding-left: 20px;
		background: url(../images/icon2.png) #015cb9 no-repeat right 10px center;
		background-size: 20px;
		font-size: 14px;

	}

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

	#gFooter .fCon {
		font-size: 13px;
		padding: 20px;
	}

	#gFooter .container .l_box {
		width: 100%;
		padding: 20px 0px;
		background: none;
	}

	#gFooter .container .l_box img {
		width: 200px;
	}

	#gFooter .container .l_box h3 {
		font-size: 17px;
		margin: 10px 0;
	}

	#gFooter .container .l_box p {
		line-height: 24px;
		font-size: 13px;
	}

	#gFooter .container .l_box1 {
		width: 100%;
		padding: 0px;
	}

	#gFooter .container .l_box1 h3 {
		font-size: 17px;
		margin-bottom: 10px;
		padding-left: 30px;
	}

	#gFooter .container .l_box1 h3:after {
		width: 26px;
		height: 3px;
	}

	#gFooter .container .l_box1 li {
		width: 25%;
		float: left;
	}

	#gFooter .container .l_box1 li a {
		line-height: 26px;
	}

	#gFooter .container .l_box2 {
		width: 100%;
		margin: 18px 0;
	}

	#gFooter .container .l_box2 li {
		width: 50%;
	}

	#gFooter .container .l_box3 {
		width: 100%;
	}

	#gFooter .container .l_box3 img {
		width: 130px;
	}

	#gFooter .container .l_box3 p {
		line-height: 30px;
	}

	#gFooter .fLink {
		padding: 14px;
	}

	#gFooter .fLink h3 {
		color: #a9c8de;
		font-size: 17px;
	}

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


}