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

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

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 14px;
	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;
}

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

img {
	width: 100%;
}

/*------------------------------------------------------------
头部
------------------------------------------------------------*/

#gHeader .logo {
	width: auto;
	line-height: 90px;
}

#gHeader .ss {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin: 28px 0 0 20px;
	background: #048851 url(../../images/icon1.png) no-repeat center;
	background-size: 21px;
	cursor: pointer;
}

#gHeader .form {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	top: 90px;
	border-top: 1px solid #efefef;
	padding: 30px 0;
	display: none;
}

#gHeader .form .hot {
	text-align: center;
	line-height: 30px;
	color: #666;
}

#gHeader .form .hot a {
	display: inline-block;
	color: #666;
	margin: 0 5px;
}

#gHeader .form form {
	width: 360px;
	margin: 0px auto 30px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

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

#gHeader .form form input[type="submit"] {
	width: 55px;
	line-height: 36px;
	border: none;
	background: #048851;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	cursor: pointer;
}

#gHeader .form span {
	display: block;
	width: 34px;
	line-height: 30px;
	height: 34px;
	background: #fafafa;
	text-align: center;
	color: #333;
	position: absolute;
	right: 10%;
	top: 10px;
	font-size: 30px;
	cursor: pointer;
}

#gHeader .yy a {
	display:block;
	width:34px;
	line-height:34px;
	background:#048851;
	color:#fff;
	text-align:center;
	border-radius:50%;
	margin:28px 0 0 10px
	
}

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

#gNavi li {
	display: inline-block;
	position: relative;
}

#gNavi li>a {
	display: block;
	padding: 0 30px;
	font-size: 17px;
	line-height: 90px;
	position: relative;
	text-align: center;
}

#gNavi li.on>a {
	color: #048851;
	font-weight: 600;
}

#gNavi li .drop {
	position: absolute;
	left: -10px;
	background: #fff;
	text-align: center;
	z-index: 100;
	top: 88px;
	border-top: 2px solid #048851;
	display: none;
	padding: 10px;
}

#gNavi li .drop:after {
	content: "";
	width: 17px;
	height: 10px;
	background: url(../../images/sj.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 20%;
	top: -10px;
	margin-left: -8.5px;
	z-index: 100;
}

#gNavi li .drop a {
	display: block;
	line-height: 35px;
	font-size: 15px;
	text-align: left;
	padding: 0 10px;
	white-space: nowrap;
	border-bottom: 1px dashed #efefef;
	color: #555;
}

#gNavi li .drop a.on {
	color: #048851
}

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

.sec .title h2 {
	font-size: 34px;
	position: relative;
	line-height: 50px;
}

.sec .title p {
	font-size: 17px;
	color: #666;
	text-transform: uppercase;
	display: none
}

.sec .title .i {
	text-align: center;
	margin: 18px 0 10px;
}

.sec .title .i i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #048851;
	border-radius: 50%;
	margin-left: -6px;
	position: relative;
	z-index: 12;
}

.sec .title .i i.i2 {
	opacity: 0.8;
	z-index: 16;
}

.sec .title .i i.i3 {
	opacity: 0.6;
	z-index: 18;
}

.sec .title .i i.i4 {
	opacity: 0.4;
	z-index: 20;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 40px;
	background: url(../../images/bg7.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 15px;
}

#gFooter .fnav {
	margin-bottom: 20px;
}

#gFooter .fnav li {
	width: 14.28%;
	float: left;
}

#gFooter .fnav li a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

#gFooter .flogo {
	width: 30%;
}

#gFooter .flogo img {
	width: auto;
}

#gFooter h3 {
	font-size: 17px;
	margin: 12px 0;
}

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

#gFooter .box1 {
	width: 45%;
	padding: 0 20px;
	box-sizing: border-box;
}

#gFooter .box1 li {
	width: 50%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}

#gFooter .box1 a {
	display: block;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#gFooter .box2 {
	width: 25%;
	padding-top: 5%;
	text-align: right;
}


#gFooter .box2 .ewm {
	display: inline-block;
	width: 40%;
	max-width: 120px;
	margin-left: 20px;
}

#gFooter .power {
	border-top: 1px solid #efefef;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
}

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

#gFooter .power img {
	width: 21px;
	margin-top: 6px;
}

.sp {
	display: none !important;
}

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

.fixed li {
	margin-bottom: 8px;
	position: relative
}

.fixed li span {
	display: block;
	width: 46px;
	line-height: 46px;
	background: #f2f2f2;
	text-align: center
}

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

.fixed li .box {
	position: absolute;
	right: 46px;
	top: 0;
	background: #f2f2f2;
	font-size: 15px;
	padding: 10px 15px;
	transform: translateX(240px);
	border-right: 1px solid #ebebeb;
}

.fixed li .box strong {
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #048851;
	white-space: nowrap;
}

.fixed li .box a {
	display: block;
	font-size: 16px;
}

.fixed li .box img {
	width: 120px;
	display: block;
}

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

.fixed li.return {
	cursor: pointer
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gNavi li .drop:after {
		left: 22%;
	}

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

	.sec .title .i i {
		width: 10px;
		height: 10px
	}

	.sec .title .i {
		margin: 8px 0
	}

	.sec .title h2:before {
		width: 44px;
		height: 32px;
		left: -60px
	}

	.sec .title h2:after {
		width: 44px;
		height: 32px;
		right: -60px
	}
}

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



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

	.sec .title h2:before {
		width: 44px;
		height: 30px;
		top: 10px;
		left: -60px;
	}

	.sec .title h2:after {
		width: 44px;
		height: 30px;
		top: 10px;
		right: -60px;
	}

	.sec .title .i {
		margin: 8px 0;
	}
}

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

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

}

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

	#gHeader .logo {
		width: 210px;
	}


	#gNavi li .drop:after {
		left: 20%;
	}
}


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

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl, .fr {
		float: inherit;
	}

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

	#gHeader {
		padding: 10px;
	}

	#gHeader .logo {
		width: 200px;
		line-height: 1;

	}

	#gHeader .ss {
		position: absolute;
		right: 45px;
		top: 16px;
		width: 34px;
		height: 34px;
		background: url(../../images/icon40.png) no-repeat center;
		background-size: 30px;
		margin: 0;
	}

	#gHeader .form {
		top: 65px;
		padding: 20px 10px;
	}

	#gHeader .form span {
		display: none
	}

	#gHeader .form .hot {
		line-height: 24px;
		text-align: left;
	}

	#gHeader .form form {
		width: 100%;
		max-width: 380px;
		margin: 0px auto 20px;
	}

	#gHeader .form form input[type="text"] {
		line-height: 32px;
		font-size: 14px;
	}

	#gHeader .form form input[type="submit"] {
		line-height: 32px;
	}

	#gHeader .menu {
		position: absolute;
		right: 10px;
		top: 16px;
		width: 32px;
	}

	#gHeader .yy {
		position:absolute;
		right:84px;
		top:16px
	}

	#gHeader .yy a {
		margin:0;
		width:32px;
		line-height:32px;
	}

	#gNavi {
		width: 100%;
		display: none;
		position: absolute;
		left: 0;
		top: 65px;
		z-index: 100;
		background: #fff;
		padding: 0 15px 20px;
		border-top: 1px solid #dedede;
		box-sizing: border-box;
	}

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

	#gNavi li>a {
		font-size: 15px;
		line-height: 44px;
		text-align: left;
		background: url(../../images/icon41.png) no-repeat right center;
		background-size: 24px;
		padding: 0;
	}

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

	#gNavi li.on>a {
		background-image: url(../../images/icon42.png);
	}

	#gNavi li .drop {
		position: inherit;
		left: inherit;
		right: inherit;
		top: inherit;
		border-top: inherit;
		overflow: hidden;
		padding: 0
	}

	#gNavi li .drop:after {
		display: none;
	}

	#gNavi li .drop a {
		display: block;
		line-height: 34px;
		font-size: 14px;
		color: #555;
		width: 48%;
		float: left;
		padding: 0;
		text-align: center;
		margin: 5px 1%;
		background: #eaeaea;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sec .title {
		padding: 10px 0 14px;
	}

	.sec .title h2 {
		font-size: 27px;
		line-height: 42px;
	}

	.sec .title h2:before {
		width: 40px;
		height: 27px;
		left: -56px;
		top: 7px;
	}

	.sec .title h2:after {
		width: 40px;
		height: 27px;
		right: -56px;
		top: 7px;
	}

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

	.sec .title .i {
		margin: 6px 0;
	}

	#gFooter {
		padding: 20px 10px 0;
	}

	#gFooter .flogo {
		width: 100%;
	}

	#gFooter .flogo img {
		width: auto;
		display: block;
		margin: 0 auto 10px;
	}

	#gFooter .box1 {
		width: 100%;
		padding: 0;
	}

	#gFooter .box1 li {
		width: 25%;
	}

	#gFooter .box1 a {
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}

	#gFooter .fl:nth-child(3) li {
		width: 50%;
	}

	#gFooter .box2 {
		width: 100%;
		text-align: center;
	}

	#gFooter .box2 img {
		width: 120px;
	}

	#gFooter .power {
		line-height: 25px;
		font-size: 14px;
	}

}


@media all and (min-width: 0) and (max-width: 600px) {
	#gHeader .logo {
		width: 180px;
	}

	#gHeader .ss, #gHeader .menu {
		top: 14px;
	}

	#gHeader .form, #gNavi {
		top: 61px;
	}

	#gHeader .yy {
		top:15px
	}

	#gNavi li .drop a {
		padding: 0 5px;
		box-sizing: border-box;
	}

	#gFooter {
		font-size: 14px;
	}

	#gFooter .fnav li {
		width: 25%;
	}

	#gFooter .box1 li {
		width: 50%;
	}
}