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

	font-size: 1em;
}

body {
	font-size: 62.5%;
}



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: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

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

}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 0px 5%
}

#gHeader .logo {
	margin-top: 18px
}

#gHeader .logo img {
	width: auto
}

#gHeader .form {
	margin-left: 30px;
	width: 13%;
	margin-top: 33px;
	border-bottom: 1px solid #fff;
}

#gHeader .form form {
	position: relative;
}

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

input::-webkit-input-placeholder {
	color: #fff;
}

input:-moz-placeholder {
	color: #fff;
}

/* Mozilla Firefox 19+*/
input::-moz-placeholder {
	color: #fff;
}

/* Internet Explorer 10+*/
input:-ms-input-placeholder {
	color: #fff8;
}

#gHeader .form form input[type="submit"] {
	width: 36px;
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	background: url(../../images/ss.png) no-repeat center;
	background-size: 30px;
	border: none;
	padding: 0;
	margin: 0;
}


#gNavi {
	width: 60%;
}

#gNavi li {
	width: 12.5%;
	float: left;
}

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

#gNavi li>a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

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

#gNavi li .drop {
	background: #fff;
	position: absolute;
	left: 0;
	top: 100px;
	right: 0;
	padding: 50px 0;
	text-align: center;
	display: none;
}

#gNavi li .drop a {
	display: inline-block;
	padding: 0 20px;
	border-radius: 5px;
	line-height: 40px;
	background: #eee;
	color: #333;
	font-size: 16px;
	margin: 0 10px;
}

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

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: #017fe6;
	padding-top: 60px;
}

#gFooter .ftop {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 30px;
}

#gFooter .ftop .logo {
	width: 200px;
}

#gFooter .ftop .text {
	text-align: right;
	line-height: 1;
	color: #fff;
}

#gFooter .ftop .text h3 {
	font-size: 20px;
}

#gFooter .ftop .text p {
	font-size: 20px;
	margin-bottom: 15px;
}

#gFooter .mbox {
	padding: 20px 0;
}

#gFooter .mbox dl {
	color: #fff;
	width: 26%;
}

#gFooter .mbox dl a {
	color: #fff;
	display: block;
}

#gFooter .mbox dl dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
	text-align: left;
}

#gFooter .mbox dl dt:before {
	content: "";
	width: 20px;
	height: 5px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}

#gFooter .mbox dl dd {
	line-height: 30px;
	font-size: 15px;
}

#gFooter .mbox dl.dl1 dd a {
	width: 50%;
	float: left;
}

#gFooter .mbox .lxbox {
	width: 30%;
}

#gFooter .mbox .ewm {
	width: 18%;
	text-align: center;
	font-size: 15px;
}

#gFooter .mbox .ewm img {
	width: 120px;
	display: block;
	margin: 0 auto 8px;
}

#gFooter .flink {
	margin: 20px 0;
	line-height: 30px;
	color: #fff;
}

#gFooter .flink a {
	color: #fff;
	display: inline-block;
	margin-right: 8px;
}

#gFooter .power {
	line-height: 50px;
	text-align: center;
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
}
#gFooter .power a{
	color:#fff;
}

.sec .title {
	text-align: center;
	color: #fff;
	padding-bottom: 25px;
}

.sec .title h2 {
	color: #333;
	font-size: 34px;
	display: inline-block;
	position: relative;
	margin-bottom: 26px
}

.sec .title h2:after {
	content: "";
	width: 110px;
	height: 51px;
	background: url(../../images/tr.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -90px;
	top: 15px;
}

.sec .title h2:before {
	content: "";
	width: 110px;
	height: 51px;
	background: url(../../images/tl.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: -90px;
	top: 15px;
}

.sec .title p {
	font-size: 16px;
	color: #888;
}

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

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

.fixed li {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 70px;
	position: relative;
}

.fixed li span {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

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

.fixed li .box {
	width: 180px;
	font-size: 20px;
	position: absolute;
	left: -180px;
	top: 0;
	background: rgba(0, 0, 0, .5);
	line-height: 70px;
	text-align: center;
	transform: translateX(250px);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
}

.fixed li .box a {
	display: block;
	color: #fff;
}

.fixed li .wx {
	padding: 20px;
	box-sizing: border-box;
}

.fixed li:hover .box {
	transform: translateX(0);
}


.sp {
	display: none !important;
}



@media all and (min-width: 1024px) and (max-width:1600px) {
	.sec .title h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.sec .title h2:before, .sec .title h2:after {
		width: 90px;
		height: 42px;
	}

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

	#gFooter .mbox dl dt {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#gFooter .mbox dl dd {
		font-size: 14px;
		line-height: 27px;
	}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
	#gNavi li>a {
		font-size: 16px;
	}

	#gHeader .tel {
		margin-left: 30px;
		padding-left: 40px;
		font-size: 24px;
		background-size: 32px;
	}

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

	#gFooter .mbox dl {
		width: 29%;
	}

	#gFooter .mbox .lxbox {
		width: 33%;
	}

	#gFooter .mbox dl:nth-child(1) {
		width: 20%;
	}

}

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

@media all and (min-width: 1024px) and (max-width:1366px) {
	.sec .title h2 {
		font-size: 28px;
	}
}

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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl, .fr {
		float: inherit;
	}


	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		padding: 12px 4%;
		z-index: 120;
	}

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

	#gHeader .logo img {
		width: 100%
	}

	#gHeader .form {
		width: 100%;
		padding: 30px 20px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		right: 0;
		top: 74px;
		background: rgba(0, 0, 0, .5);
		margin: 0;
		border: none;
		display: none;
	}

	#gHeader .form form input[type="text"] {
		border-bottom: 1px solid #fff;
		font-size: 14px;
	}


	#gHeader .ss {
		width: 36px;
		height: 36px;
		position: absolute;
		right: 54px;
		top: 20px;
		background: url(../../images/ss.png) no-repeat center;
		background-size: 36px;
	}

	.menu {
		width: 34px;
		height: 34px;
		position: absolute;
		right: 12px;
		top: 21px;
		background: url(../../images/menu2.png) no-repeat center;
		background-size: 34px;
	}

	#gNavi {
		width: 100%;
		position: absolute;
		left: 0;
		top: 74px;
		right: 0;
		z-index: 100;
		background: rgba(0, 0, 0, .5);
		display: none;
		z-index: 999;
	}

	#gNavi li {
		width: 100%;
		float: inherit;
	}

	#gNavi li>a {
		font-size: 16px;
		line-height: 50px;
		padding: 0 20px 0 20px;
		text-align: left;
		background: url(../../images/more2.png) no-repeat right 16px center;
		background-size: 20px;
		border-bottom: 1px dashed rgba(255, 255, 255, .4);
	}

	#gNavi li>a:after {
		width: 20px;
		height: 5px;
		border-radius: 0%;
		border: none;
		position: absolute;
		bottom: 23px;
		left: 10px;
		transform: translateX(0%);
		display: none;
		background: #fff;
		border-radius: 3px;
	}

	#gNavi li.on>a {
		padding-left: 40px;
	}

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

	#gNavi li .drop {
		background: rgba(0, 0, 0, .4);
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		padding: 0px 0;
		text-align: left;
		padding-left: 30px;
		display: none;
	}

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

	#gNavi li .drop a {
		display: block;
		padding: 0 0px;
		border-radius: 0px;
		line-height: 40px;
		background: none;
		color: #fff;
		font-size: 15px;
		margin: 0 0px;
	}

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

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding-top: 40px;
	}

	#gFooter .ftop {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		padding-bottom: 30px;
	}

	#gFooter .ftop .flogo {
		width: 200px;
		margin: 0 auto;
	}

	#gFooter .ftop .text {
		display: none;
	}


	#gFooter .mbox {
		padding: 20px 0;
	}

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

	#gFooter .mbox dl dt {
		font-size: 17px;
		margin-bottom: 10px;
	}

	#gFooter .mbox dl dt:before {
		height: 4px;
	}

	#gFooter .mbox dl dd {
		line-height: 26px;
		font-size: 14px;
		overflow: hidden;
	}

	#gFooter .mbox dl.dl1 dd a {
		width: 25%;
	}

	#gFooter .mbox dl.dl1:nth-child(2) dd a {
		width: 50%;
	}

	#gFooter .mbox dl.dl1:nth-child(2) {
		margin: 10px 0;
	}

	#gFooter .mbox .lxbox {
		width: 100%;
	}

	#gFooter .mbox .ewm {
		width: 100%;
		font-size: 14px;
	}


	#gFooter .flink {
		margin: 10px 0;
	}

	#gFooter .power {
		line-height: 24px;
		padding-top: 8px;
	}

	.sec .title {
		padding-bottom: 14px;
	}

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

	.sec .title h2:after {
		width: 80px;
		height: 36px;
		right: -70px;
	}

	.sec .title h2:before {
		width: 80px;
		height: 36px;
		left: -70px;
	}

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

	.container {
		width: 100%;
		padding: 0 5%;
	}

}