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

body,
table,
input, textarea, select, option {
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

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: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

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

#container {
	text-align: left;
}

#main {
	margin-bottom: 53px;

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	height: 100px;
	z-index: 999;
	background-color: #FFF;
}

#gHeader h1 {
	padding: 27px 10px 27px 30px;
	float: left;
}

#gHeader .inner {
	min-width: 1140px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
}

#gHeader.fixed .inner {
	position: fixed;
}

#gHeader .link01 {
	padding-top: 27px;
	float: left;
}

#gHeader .link01 img {
	width: 140px;
    margin-top: 4px;
}

#gHeader .link02 {
	margin-left: 25px;
	float: right;
}

#gHeader .link02 li {
	padding-left: 1px;
	float: left;
}

#gHeader .link02 a {
	padding: 55px 10px 22px;
	display: block;
	width: 100px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background: #ff711c url(../image/icon02.png) no-repeat center 25px;
}

#gHeader .link02 a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}

#gHeader .link02 li:first-child a {
	background: #7eb825 url(../image/icon01.png) no-repeat center 25px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	float: right;
}

#gNavi > ul > li {
	position: relative;
	float: left;
}

#gNavi > ul > li > a {
	padding: 40px 12px 0 16px;
	display: block;
	min-height: 60px;
	font-size: 14px;
	font-weight: bold;
}

#gNavi > ul a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}

#gNavi .subNav {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 99;
}

#gNavi .subNav > li {
	position: relative;
}

#gNavi .subNav li a {
    padding: 1em;
	width: 12.5em;
    color: #fff;
    background-color: #7eb825;
    display: block;
    text-decoration: none;
    border-top: 1px solid #9BD542;
}

#gNavi .subNav li a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	text-decoration: none;
    background-color: #9BD542;
}

#gNavi .subNav01 {
	position: absolute;
	top: 0;
	left: 13.5em;
	z-index: 99;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
}

#gFooter .fNavi {
	margin: 0 auto 43px;
	width: 1115px;
}

#gFooter .fNavi ul {
	float: left;
}

#gFooter .fNavi li {
	margin-right: 11px;
	display: inline-block;
}

#gFooter .fNavi li a {
	margin-right: 13px;
	font-size: 12px;
	color: #666;
}

#gFooter .copyright {
	padding-right: 11px;
	font-size: 10px;
	color: #999;
	float: right;
}

#gFooter .copyright br {
	display: none;
}	

#gFooter .inner {
	padding-top: 28px;
	min-height: 72px;
	background-color: #ff711c;
}

#gFooter .inner .section {
	margin: 0 auto;
	padding-left: 29px;
	width: 1150px;
}

#gFooter .inner .section img {
	float: left;
	margin-right: 29px;
}

#gFooter .inner .section img:first-child {
	margin-right: 35px;
}
	
.sp {
	display: none !important;
}

#sidr {
	display: none;
}

.pageTop {
	position: fixed;
	bottom: 50px;
	right: 65px;
	z-index: 2000;
}

.pageTop a img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.pageTop a {
	display: block;
}

.pageTop a:hover img {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}


@media all and (min-width: 768px) {
	#sidr {
		display: none !important;
	}
}

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


	a:hover {
		text-decoration: none !important;
	}
	
	a:hover img {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}
	
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	body {
		min-width: inherit;
	}
	
	#main {
		margin-bottom: 22px;
	}
	
	#container {
		padding-top: 50px;
	}
		
	#gHeader {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		height: auto !important;
		z-index: 999;
		background-color: #FFF;
	}

	#gHeader .inner {
		min-width: inherit;
		position: relative;
	}
			
	#gHeader .link01 img {
		width: 90px;
		margin-top: 0;
	}

	#gHeader h1 img {
		width: 100px;
	}

	#gHeader h1 {
		padding: 15px 15px 13px 20px;
		float: left;
	}
	
	#gHeader .link01 {
		padding-top: 15px;
		float: left;
	}
	
	#gHeader .link02 {
		display: none;
	}
	
	#gHeader #gNavi {
		display: none;
	}
	
	.menu {
		margin: 17px 20px 0 0;
		float: right;
		display: block;
		position: relative;
		float: right;
		height: 20px;
		width: 20px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
		
	.menu span {
		background: #7eb825;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	
	.menu span:nth-of-type(3) {
		top: 14px;
	}	
	
	#sidr.on {
		right: 0;
	}
	
	#sidr  li a {
		padding: 10px 20px;
		display: block;
		font-size: 12px;
		font-weight: bold;
	}
	
	#sidr {
		background-color: #7eb825;
		display: block;
		height: 100%;
		overflow: auto;
		position: fixed;
		right: -260px;
		top: 0;
		transition: right 0.2s ease 0s;
		width: 260px;
		z-index: 10000;
	}
	
	#sidr li a span {
		background-color: #fff;
		color: #333;
		display: initial;
		margin-right: 10px;
		padding: 5px 10px;
	}
	
	#sidr .subNav,
	#sidr .subNav01 {
		display: none;
	}
	
	#sidr li a {
		position: relative;
		display: block;
		border-bottom: 1px dotted #fff;
	}
	
	#sidr li li a {
		background-color: #89C330;
	}	
	
	#sidr li.off > a:after,
	#sidr li.off > a.on:after{
	  font-size: 12px;
	  position: absolute;
	  right: 12px;
	  top: 12px;
	  color: #FFF;
	}
	
	#sidr li.off > a:after{
	  content: "▼";
	}
	
	#sidr li.off > a.on:after{
	  content: "▲";
	}

	#gFooter .fNavi {
		margin-bottom: 31px;
		width: auto;
		text-align: center;
	}
	
	#gFooter .fNavi li {
		clear: both;
	}
	
	#gFooter .fNavi li:first-child {
		margin-left: 20px;
	}
	
	#gFooter .fNavi ul {
		float: none;
	}
	
	#gFooter .fNavi li a {
		font-size: 10px;
	}
	
	#gFooter .inner .section {
		width: auto;
		padding: 0;
	}
	
	#gFooter .copyright {
		margin-top: 11px;
		float: none;
	}	
	
	#gFooter .copyright br {
		display: inline-block;
	}
	
	#gFooter .inner {
		padding: 26px 20px 12px;
		min-height: inherit;
		position: relative;
	}
	
	#gFooter .inner .section img {
		margin: 0;
		clear: both;
		float: left;
		width: auto;
		height: 22px;
	}
	
	#gFooter .inner .section a {
		margin: 0;
		display: block;
		float: right;
		height: 22px;
	}
	
	#gFooter .inner .section a img {
		margin: 0 !important;
		height: 22px;
		width: auto;
	}
	
	#gFooter .inner img:first-child {
		margin: 0;
		width: 100%;
		height: auto;
		float: none;
	}
	
	#gFooter .inner .section > img:first-child {
		margin: 0 0 0 -140px;
		position: absolute;
		top: -13px;
		left: 50%;
		width: 280px;
	}
	
	.pageTop {
		bottom: 45px;
		right: 10px;
	}
	
	.pageTop img {
		width: 50px;
	}

	.pageTop a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}	
}