@charset "UTF-8";
@import url("reset.css");
/*===============================================
共通
===============================================*/
body{min-width: inherit; }
.wrapper {
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
main {
	display: block;
	margin-bottom: 100px;
}
#breadcrumb {
	background: #f3f3f3;
	padding: 13px 0 11px;
	margin-bottom: 46px;
}
#breadcrumb ul {
	float: left;
	width: 100%;
}
#breadcrumb ul li {
	float: left;
	font-size: 85%;
}
#breadcrumb ul li::after {
	content: ">";
	margin-right: 10px;
}
#breadcrumb ul li:last-child {
	color: #999;
}
#breadcrumb ul li:last-child::after {
	content: "";
}
#breadcrumb ul li a {
	text-decoration: underline;
	margin-right: 10px;
}
/*ボックス*/
.Onecol {
	width: 100%;
	text-align: left;
}
.Lcol {
	float: left;
	width: 73.5%;
	text-align: left;
}
.Rcol {
	float: right;
	width: 26.5%;
	text-align: left;
	padding-left: 35px;
}
.Rcol aside .link a {
	float: left;
	display: block;
	padding: 5px;
	width: 100%;
	margin-bottom: 14px;
	background: url(../img/common/main_icon.png) no-repeat 95% center #f0f0f0;
}
.Rcol aside .link a span {
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 15px 30px 15px 10px;
	font-size: 90%;
	font-weight: bold;
}
.Rcol aside .link02 a {
	float: left;
	width: 100%;
	height: 60px;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 15px;
	background: url(../img/common/link_arrow_01.png) 6px center no-repeat;
}
.Rcol aside .link02 a span {
	display: block;
	height: 100%;
	font-weight: bold;
	font-size: 110%;
	padding-top: 6.5%;
	padding-left: 17px;
}
.txtlink {
	border-bottom: 1px solid #009d52;
}
.col_2 {
	float: left;
	width: 50%;
}
.col_2-75 {
	float: left;
	width: 75%;
}
.col_3 {
	float: left;
	width: 33.333%;
}
.col_3-66 {
	float: left;
	width: 66.666%;
}
.col_4 {
	float: left;
	width: 25%;
}
.Lcol .col_2,.Lcol .col_4,.Lcol .col_2-75,.Lcol .col_3,.Lcol .col_3-66  {
	padding-left: 15px;
	padding-right: 15px;
}
.listbox_a {
	width: 100%;
	background: #f3f3f3;
	padding: 15px 20px 17px;
	position: relative;
}
.listbox_a::before {
	content:'';
	position: absolute;
	top:  0;
	width: 61px;
	height: 3px;
	display: block;
	background: #6ca9e5;
}
.listbox_a .listbox_a_title{
	font-size: 93.333%;
	margin-bottom: 10px;
}
.listbox_b {
	width: 100%;
	border: 2px solid #ccc;
	padding: 15px 20px 17px;
	position: relative;
}
.listbox_b::before {
	content:'';
	position: absolute;
	top:  -2px;
	width: 61px;
	height: 2px;
	display: block;
	background: #6ca9e5;
}
.listbox_b .listbox_b_title{
	font-size: 93.333%;
	margin-bottom: 10px;
}
/*タイトル、テキスト*/
.catch {
	font-weight: bold;
}
.common_h1 {
	margin-bottom: 30px;
	border-top: 3px solid #009d52;
	padding-top: 15px;
	line-height: 1;
	font-size: 167%;
	color: #333;
}
.common_h2 {
	margin-bottom: 30px;
	width: 100%;
	font-size: 146%;
	padding-top: 5px;
	border-top: 2px solid #ccc;
	position: relative;
	color: #333;
}
.common_h2::before {
	content:'';
	position: absolute;
	top:  -2px;
	width: 136px;
	height: 2px;
	display: block;
	background: #009d52;
}
.common_h3 {
	width: 100%;
	font-size: 120%;
	margin-bottom: 20px;
	line-height: 1.3;
	border-top: 1px solid #ccc;
	color: #333;
}
.common_h3 span {
	display: block;
	margin-top: 3px;
	padding-left: 10px;
	padding-top: 3px;
	border-left: 6px solid #009d52;
}
.common_h4 {
	font-size: 113%;
	margin-bottom: 15px;
	padding-left: 8px;
	border-left: 8px solid #009d52;
	line-height: 1;
	color: #333;
}
.common_h5 {
	width: 100%;
	font-size: 115%;
	margin-bottom: 10px;
	color: #009d52;
}
.common_lead{
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
	font-size: 120%;
}
a.common_txtlink{
	color: #009d52;
	text-decoration: underline;
}
a.common_txtlink:hover{
	text-decoration: none;
}
.common_pagelink{
	display: inline-block;
	padding-left: 1rem;
	position: relative;
	background: url(../img/common/link_arrow_01.png) 2px center no-repeat;
	background-size: 8px 12px;
}
.common_blankLink{
	display: inline-block;
	padding-left: 1rem;
	position: relative;
	background: url(../img/common/link_arrow_01.png) 2px center no-repeat;
	background-size: 8px 12px;
}
.common_blankLink::after {
	content: "";
	display: inline-block;
	background: url(../img/common/blank_icon.png) no-repeat center center/ cover;
	margin-left: 5px;
	width: 17px;
	height: 14px;
}
.common_tranlink{
	display: inline-block;
	padding-left: 1rem;
	position: relative;
	background: url(../img/common/link_arrow_02.png) 0 center no-repeat;
	background-size: 12px 8px;
}
.common_flieLink {
	display: inline-block;
	padding-left: 1rem;
	position: relative;
	background: url(../img/common/link_arrow_01.png) 2px center no-repeat;
	background-size: 8px 12px;
}
.common_flieLink img {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
	width: 24px;
}
/*ローカルナビ*/
#Lnav {
	float: left;
	width: 100%;
	padding: 3px;
	margin-bottom: 22px;
	border: 1px solid #e0e0e0;
	box-shadow: rgba(191, 185, 191, 0.65) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(191, 185, 191, 0.65) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(191, 185, 191, 0.65) 0px 0px 5px 0px;
}
#Lnav dt a {
	display: block;
	background: #009d52;
	color: #fff;
	text-align: center;
	font-size: 120%;
	padding: 13px 0;
}
#Lnav ul {
	float: left;
	width: 100%;
	padding: 0 3px;
	line-height: 1.4;
}
#Lnav ul li {
	width: 100%;
}
#Lnav ul li a {
	float: left;
	width: 100%;
	font-weight: bold;
	display: block;
	padding: 15px 10px 10px 23px;
	position: relative;
	border-bottom: 1px solid #d6d6d6;
	background: url(../img/common/Lnavi_arrow_01.png) no-repeat 5px 55%;
	background-size: 14px 14px;
}
#Lnav ul li .current {
	background: url(../img/common/Lnavi_arrow_01.png) no-repeat 5px 55% #f4f2e7;
	color: #009d52;
}
#Lnav ul li .currentchild {
	background: url(../img/common/Lnavi_arrow_02.png) no-repeat 5px 55%;
	background-size: 14px 14px;
}
#Lnav ul.child {
	padding: 0 0 0 20px;
}
#Lnav ul.child li a {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 90%;
	display: block;
	background: none;
	padding: 10px 10px 7px 20px;
	position: relative;
	border-bottom: 1px dotted #d6d6d6;
	background: url(../img/common/link_arrow_01.png) 10px center no-repeat;
	background-size: 7px 10px;
}
#Lnav ul.child li a::after {
	background: none;
	border-radius: 0;
	border: none;
}
#Lnav ul.child li .blank {
	display: block !important;
	padding-right: 15px;
	background: url(../img/common/blank_icon.png) no-repeat 97% center;
}
#Lnav ul.child li .current {
	color: #009d52;
	background: #f4f2e7 url(../img/common/link_arrow_03.png) 10px center no-repeat;
	background-size: 7px 10px;
}
#Lnav .nbdr a {
	border-bottom: none !important;
}
#Lnav .bdr_top a {
	border-top: 1px solid #d6d6d6;
}
.nbdr_bottom {
	border-bottom: none !important;
}
/*リンク*/
.pagetop {
	display: none;
	z-index: 500;
	position: fixed;
	right: 60px;
	bottom: 140px;
	width: 50px;
	height: 50px;
	background: url(../img/common/page_top.png) left center no-repeat;
	background-size: cover;
}
.pagetop:hover {
	opacity: 0.6;
}
.pagelink {
	width: 100%;
}
.pagelink li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 30px;
}
.pagelink li a {
	display: block;
	padding-left: 11px;
	background: url(../img/common/link_arrow_01.png) 0 center no-repeat;
	background-size: 7px 10px;
	position: relative;
}
.linkarea {
	width: 100%;
	padding: 20px 20px 15px;
	border: 1px solid #999;
}
.linkarea dt {
	font-size: 105%;
	font-weight: bold;
	width: 16.666%;
	float: left;
}
.linkarea dd {
	width: 83.333%;
	float: left;
}
.pagelink li a img {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
}
.pagelink li .inline {
	display: inline-block;
}
/*リスト*/
ol.numlist {
	list-style: none;
	counter-reset: li;
}
ol.numlist li {
	width: 100%;
	text-indent: -1.4em;
	padding-left: 1.4em;
	margin-bottom: 5px;
}
ol.numlist li::before {
	margin-right: .1em;
	counter-increment: li;
	content: counter(li) ". ";
	color: #6ca9e5;
	font-weight: bold;
}
ol.numlist li:last-child {
	margin-bottom: 0;
}
.dotlist li {
	position: relative;
	margin-bottom: 5px;
	display: block;
	padding-left: 13px;
}
.dotlist li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #6ca9e5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/*テーブル*/
table.tbl01, table.tbl01_02 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #999;
}
table.tbl01 thead th, table.tbl01_02 thead th {
	text-align: center;
	padding: 8px 10px;
	background: #d6d6d6;
	vertical-align: top;
	border-left: 1px dotted #999;
}
table.tbl01 thead tr th:first-child, table.tbl01_02 thead tr th:first-child {
	border-left: none;
}
table.tbl01 tbody th, table.tbl01_02 tbody th {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
}
table.tbl01 tbody td, table.tbl01_02 tbody td {
	vertical-align: middle;
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #ccc;
}
table.tbl01 tbody tr:last-child td, table.tbl01 tbody tr:last-child th, table.tbl01_02 tbody tr:last-child td, table.tbl01_02 tbody tr:last-child th {
	border-bottom: none;
}
table.tbl01 tr.bg, table.tbl01_02 tr.bg {
	background: #f3f3f3;
}
table.tbl01 tr.bgw, table.tbl01_02 tr.bgw {
	background: #fff !important;
}
table.tbl01 .pagelink a, table.tbl01_02 .pagelink a {
	color: #505050 !important;
	text-decoration: none !important;
}
table.tbl01_02 tr:nth-child(2n) {
	background: #f3f3f3;
}
table.tbl02 {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
table.tbl02 tbody th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding: 8px 10px;
	background: #f3f3f3;
	border-bottom: 1px solid #ccc;
}
table.tbl02 tbody td {
	vertical-align: middle;
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
}
table.tbl02 tbody tr:last-child td, table.tbl02 tbody tr:last-child th {
	border-bottom: none;
}
table.tbl02 .pagelink a {
	color: #505050 !important;
	text-decoration: none !important;
}

/*===============================================
ヘッダー
===============================================*/
header {
	width: 100%;
	position: relative;
	z-index: 100;
	padding-top: 13px;
	box-shadow: rgba(194, 194, 194, 0.8) 0px 5px 6px -6px;
	-webkit-box-shadow: rgba(194, 194, 194, 0.8) 0px 5px 6px -6px;
	-moz-box-shadow: rgba(194, 194, 194, 0.8) 0px 5px 6px -6px;
}
header .headlogo {
	float: left;
	margin-top: 5px;
	width: 192px;
}
header .headlogo img{
	width: 139px;
}
header .sp_gnavbtn{
	display: none;
}
#headcol {
	float: right;
	width: 570px;
	clear: both;
	margin-top: -34px;
	margin-bottom: 23px;
}
#headcol nav ul {
	float: left;
	margin-top: 3px;
}
#headcol nav ul li {
	float: left;
	display: block;
	font-size: 13px;
	margin-right: 25px;
	background: none;
	position: relative;
	background: url(../img/common/link_arrow_01.png) 0 center no-repeat;
	background-size: 7px 10px;
}
#headcol nav ul li:nth-child(2) {
	margin-right: 30px;
}
#headcol nav ul li a {
	padding-left: 10px;
	position: relative;
}
#headcol nav ul li a:hover {
	opacity: 0.6;
}
#headcol #textsizer {
	float: left;
}
#headcol #textsizer h2 {
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin-right: 5px;
	padding-top: 3px;
}
#headcol #textsizer ul.textresizer {
	float: left;
}
#headcol #textsizer ul.textresizer li {
	float: left;
}
#headcol #textsizer ul.textresizer li a {
	display: inline-block;
	width: 23px;
	padding-top: 2px;
	height: 23px;
	margin-right: 4px;
	font-size: 13px;
	background: #f0f0f0;
}
#headcol #textsizer ul.textresizer li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#headcol #textsizer ul.textresizer .textresizer-active {
	background: #999;
	color: #fff;
}
#language {
	float: right;
}
#language li {
	float: left;
	font-size: 11px;
	display: inline-block;
}
#language li:last-child {
	margin-left: 18px;
}
#language li a {
	padding-left: 10px;
	position: relative;
	background: url(../img/common/link_arrow_01.png) 0 center no-repeat;
	background-size: 7px 10px;
}
#language li a:hover {
	opacity: 0.6;
}
/*検索ボックス*/
#gsc {
	float: right;
	margin: 0 auto;
	position: relative;
}
#gsc form input[type="text"] {
	border: none !important;
	background: #f0f0f0 !important;
	font-size: 13px;
	font-weight: normal;
	height: 23px;
	padding: 3px;
	width: 130px;
}
.searchbtn {
	float: right;
	cursor: pointer !important;
	text-indent: -99999px;
	background: url(../img/common/search_icon.png) no-repeat;
	background-size: 100% auto;
	width: 25px;
	height: 23px;
	border: 0;
}
.searchbtn:hover {
	opacity: 0.7;
}

/* ナビゲーション -- */
nav#gnavi {
	margin: 0 auto;
}
/* nav#gnavi ul {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
}
nav#gnavi ul li {
	display: table-cell;
	height: 35px;
}
nav#gnavi ul li:nth-child(1),nav#gnavi ul li:nth-child(8),nav#gnavi ul li:nth-child(9) {
	display: none;
} */
nav#gnavi ul li a {
	display: block;
	height: 35px;
	padding-top: 7px;
	font-size: 94%;
}
/* nav#gnavi ul li:nth-child(7){
	border-right: 1px solid #ccc;
} */
nav#gnavi ul li span {
	margin: 0 1px;
	display: block;
	position: relative;
	height: 35px;
}
nav#gnavi ul li span:hover {
	height: 38px;
	border-bottom: 4px solid #009d52;
}

/*20180620 追加　カレント処理*/
/* #recruit nav#gnavi li:nth-child(7) a span {
	height: 38px;
	border-bottom: 4px solid #009d52;
}

@media screen and (max-width: 750px) {
	#recruit nav#gnavi li:nth-child(7) a span {
		height:inherit;
		border-bottom: none;
		}
} */
/*20180620 追加　カレント処理 end*/


/*===============================================
フッター
===============================================*/
footer {
	background: #f3f3f3;
	border-top: 2px solid #009d52;
	text-align: left;
}
footer #footernav {
	width: 100%;
	font-size: 106.666%;
	font-weight: normal;
	position: relative;
	color: #666;
	background: url(../img/common/close.png) left center no-repeat;
	background-size: 14px 14px;
}
footer .active {
	background: url(../img/common/open.png) left center no-repeat;
	background-size: 14px 14px !important;
}
footer ul {
	float: left;
	width: 280px;
}
footer ul li {
	float: left;
	display: block;
	width: 100%;
	font-size: 105%;
	color: #505050;
}
footer ul li a {
	padding-left: 20px;
	background: url(../img/common/Lnavi_arrow_01.png) 0 center no-repeat;
	background-size: 14px 14px;
}
footer ul li a:hover {
	color: #009d52;
}
footer ul.child {
	margin-left: 15px;
}
footer ul.child li {
	font-size: 90%;
	color: #505050;
	margin-bottom: 3px;
	margin-left: 4px;
}
footer ul.child li a {
	padding-left: 10px;
	background: none;
	position: relative;
	background: url(../img/common/link_arrow_01.png) 0 center no-repeat;
	background-size: 7px 10px;
}
footer ul.arrow01 li {
	color: #505050;
	margin-bottom: 3px;
	margin-left: 4px;
}
footer ul.arrow01 li a {
	padding-left: 10px;
	position: relative;
	background: url(../img/common/link_arrow_01.png) 0 center no-repeat;
	background-size: 7px 10px;
}
#footernav {
	font-weight: bold;
	cursor: pointer;
	padding: 15px 15px 15px 18px;
}
#fnavbox {
	float: left;
	width: 100%;
	display: none;
	padding-bottom: 40px;
}

#copyright {
	background: #505050;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
}
#copyright p {
	float: left;
	text-align: left;
	font-family: Arial;
	font-size: 13px !important;
	color: #999;
}
#copyright ul {
	float: left;
	width: 100%;
}
#copyright ul li {
	float: left !important;
	width: auto;
	font-size: 90%;
	margin-bottom: 3px;
	margin-right: 20px;
}
#copyright ul li a {
	color: #999;
	padding-left: 10px;
	position: relative;
	background: url(../img/common/link_arrow_03.png) 0 center no-repeat;
	background-size: 7px 10px;
}
.filter{
	display: none;
}

@media screen and (max-width: 1023px) and (min-width: 751px) {
	.wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 750px) {
	main {
		margin-bottom: 0;
	}
	#breadcrumb {
		padding: 8px 10px 6px;
		margin-bottom: 40px;
	}
	.Lcol {
		float: none;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.Rcol {
		float: none;
		width: 100%;
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.Rcol.Lnav {
		padding-left: 0;
		padding-right: 0;
	}
	.Rcol aside {
		display: none;
	}
	table.tbl02 {
		display: block;
		width: 100%;
	}
	table.tbl02 tbody {
		display: table;
		width: 100%;
	}
	table.tbl02 tbody th {
		display: block;
		width: 100%;
		padding: 10px 15px;
	}
	table.tbl02 tbody td {
		display: block;
		width: 100%;
		padding: 15px;
	}
	/*ローカルナビ*/
	#Lnav {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 0;
		border: none;
		box-shadow: none;
	}
	#Lnav dt a {
		text-align: left;
		padding: 13px 0 13px 25px;
	}
	#Lnav ul {
		float: none;
		padding: 0;
	}
	#Lnav ul li {
		float: none;
		width: 100%;
	}
	#Lnav ul li a {
		float: none;
		width: 100%;
		font-weight: 400;
		padding: 18px 10px 18px 43px;
		background: url(../img/common/Lnavi_arrow_01.png) no-repeat 25px center;
		background-size: 14px 14px;
	}
	#Lnav ul li .current {
		background: url(../img/common/Lnavi_arrow_01.png) no-repeat 25px center #f4f2e7;
		background-size: 14px 14px;
	}
	#Lnav ul li .currentchild {
		background: url(../img/common/Lnavi_arrow_02.png) no-repeat 25px center;
		background-size: 14px 14px;
	}
	#Lnav ul.child {
		padding: 0;
	}
	#Lnav ul.child li a {
		float: none;
		width: 100%;
		font-weight: normal;
		font-size: 14px;
		display: block;
		padding:  18px 10px 15px 50px;
		background: url(../img/common/link_arrow_01.png) 38px 55% no-repeat;
		background-size: 7px 10px;
	}
	#Lnav ul.child li .current {
		background: #f4f2e7 url(../img/common/link_arrow_03.png) 38px 55% no-repeat;
		background-size: 7px 10px;
	}
	#Lnav ul.child li a::after {
		background: none;
		border-radius: 0;
		border: none;
	}
	.linkarea dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.linkarea dd {
		width: 100%;
	}

	/*===============================================
	ヘッダー
	===============================================*/
	header {
		width: 100%;
		position: relative;
		z-index: 1000;
		box-shadow: none;
		padding-top: 0;
		background: #fff;
	}
	header .headlogo {
		float: left;
		margin-top: 10px;
		padding-left: 12px;
		width: 92px;
	}
	header .headlogo img{
		width: 92px;
	}
	#headcol #textsizer,#language,#headcol {
		display: none;
	}
	header .menubar{
		border-bottom: 1px solid #ccc;
		height: 50px;
		box-shadow: rgba(194, 194, 194, 0.8) 0px 5px 6px -6px;
		-webkit-box-shadow: rgba(194, 194, 194, 0.8) 0px 5px 6px -6px;
		-moz-box-shadow: rgba(194, 194, 194, 0.8) 0px 5px 6px -6px;
	}
	header .menubar.menu_open{
		box-shadow: none;
	}
	header .sp_gnavbtn{
		display: block;
		height: 50px;
		border-bottom:  1px solid #bbb;
	}
	header .sp_gnavbtn .hm_btn{
		width: 50px;
		height: 50px;
		background: #009d52;
		position: relative;
		float: right;
	}
	header .sp_gnavbtn .hm_btn span{
		position: absolute;
		top: 15px;
		left: 15px;
		width: 20px;
		height: 2px;
		background-color: #fff;
	}
	header .sp_gnavbtn .hm_btn span:nth-child(1){
		top: 16px;
	}
	header .sp_gnavbtn .hm_btn span:nth-child(2){
		top: 23px;
	}
	header .sp_gnavbtn .hm_btn span:nth-child(3){
		top: 30px;
	}
	header .sp_gnavbtn .hm_btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	header .sp_gnavbtn .hm_btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	header .sp_gnavbtn .hm_btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	header .sp_gnavbtn .sp_gsc{
		float: right;
		width: 50px;
		height: 50px;
		background: url(../img/common/sp_search.png) no-repeat center center;
		background-size: 17px 17px;
		border-left: 1px solid #ccc;
	}
	header .sp_gnavbtn .sp_gsc.open{
		float: right;
		width: 50px;
		height: 50px;
		background:  #009d52 ;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
		position: relative;
	}
	header .sp_gnavbtn .sp_gsc.open span{
		position: absolute;
		top: 16px;
		left: 14px;
		width: 20px;
		height: 2px;
		background-color: #fff;
	}
	header .sp_gnavbtn .sp_gsc.open span:nth-child(1){
		top: 16px;
	}
	header .sp_gnavbtn .sp_gsc.open span:nth-child(2){
		top: 30px;
	}
	header .sp_gnavbtn .sp_gsc.open span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	header .sp_gnavbtn .sp_gsc.open span:nth-of-type(2) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	header .sp_gnavbtn .sp_gsc_form {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 99px);
		height: 50px;
		background: url(../img/common/sp_search.png) no-repeat center center;
		border-left: 1px solid #ccc;
		background-size: 17px 17px;
	}
	header .sp_gnavbtn .sp_gsc_form form input[type="text"] {
		border: none !important;
		background: #fff !important;
		font-size: 13px;
		font-weight: normal;
		height: 49px;
		padding: 3px 10px;
		width: calc(100% - 50px);
		border-bottom: 1px solid #bbb;
	}
	.searchbtn {
		float: right;
		cursor: pointer !important;
		text-indent: -99999px;
		background: #009d52 url(../img/common/sp_search_open.png) no-repeat center center;
		background-size: 17px 17px;
		width: 50px;
		height: 50px;
		border: 0;
		border-right: 1px solid #eff8f4;
	}
	.searchbtn:hover {
		opacity: 1;
	}
	header .sp_gnavbtn .sp_contact{
		float: right;
		width: 50px;
		height: 50px;
		background: url(../img/common/sp_contact.png) no-repeat center center;
		background-size: 19px 15px;
		border-left: 1px solid #ccc;
	}
	header .sp_gnavbtn .sp_contact a{
		width: 50px;
		height: 50px;
		display: block;
	}
	.filter{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: .5;
		z-index: 600;
	}
	nav#gnavi {
		display: none;
		margin: 0 auto;
		position: absolute;
		top: 50px;
		width: 100%;
		background: #fff;
		z-index: 1000;
	}
	nav#gnavi.open {
		display: block;
	}
	nav#gnavi ul {
		display: block;
		width: 100%;
		margin-bottom: 0;
		text-align: left;
	}
	nav#gnavi ul li {
		display: block;
		height: auto;
	}
	/* nav#gnavi ul li:nth-child(1),nav#gnavi ul li:nth-child(8),nav#gnavi ul li:nth-child(9) {
		display: block;
	} */
	nav#gnavi ul li a {
		display: block;
		height: auto;
		padding: 12px 20px;
		border-left: none;
		border-bottom: 1px solid #ccc;
		font-size: 16px;
		position: relative;
		background: url(../img/common/Lnavi_arrow_01.png) no-repeat right 10px top 50%;
		background-size: 14px 14px;
	}
	nav#gnavi ul.gnavi-add li:last-child a{
		background: none;
	}
	nav#gnavi ul.gnavi-add li:last-child a::before{
		content: "";
		position: absolute;
		top: 45%;
		right: 15px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #009d52;
		border-right: 2px solid #009d52;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background: none;
		border-radius: 0;
	}
	nav#gnavi ul li:nth-child(7){
		border-right: none;
	}
	nav#gnavi ul li span {
		margin: 0;
		display: block;
		position: relative;
		height: auto;
	}
	nav#gnavi ul li span:hover {
		height: auto;
		border-bottom: none;
	}


	/*===============================================
	フッター
	===============================================*/
	footer {
		border-top: 1px solid #c4c4c4;
	}
	footer #footernav {
		background: url(../img/common/close.png) left 25px top 50% no-repeat;
		padding: 18px 10px 18px 43px;
		background-size: 14px 14px;
		font-weight: 400;
	}
	footer .active {
		background: url(../img/common/open.png) left 25px top 50%  no-repeat;
		background-size: 14px 14px !important;
	}
	footer ul {
		float: none;
		width: 100%;
		padding-left: 25px;
	}
	footer ul li {
		float: none;
		display: block;
		width: 100%;
	}
	footer ul li a {
		padding-left: 20px;
	}
	footer ul.child {
		margin-left: 0;
	}
	footer ul.child li {
		margin-bottom: 10px;
		margin-left: 0;
	}
	footer ul.child li a {
		padding-left: 10px;
	}
	footer ul.arrow01 li {
		margin-left: 0;
	}
	#fnavbox {
		float: none;
		width: 100%;
	}
	#copyright {
		padding: 0;
	}
	#copyright .wrapper{
		padding: 20px 10px;
	}
	#copyright p {
		float: none !important;
		text-align: center;
		font-size: 11px !important;
	}
	#copyright ul {
		float: left;
		width: 100%;
	}
	#copyright ul li {
		float: none !important;
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: 5px;
	}
	.pagetop {
		right: 20px;
		bottom: 126px;
		width: 40px;
		height: 40px;
	}
}


/* 202503 コンテンツ改修 */
@media screen and (min-width: 751px) {
  .gnavi-def {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    margin-bottom: 10px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
  .gnavi-def > li + li {
    border-left: 1px solid #ccc;
  }
  nav#gnavi ul li:nth-child(1),
  .gnavi-add {
    display: none;
  }
  #company nav#gnavi ul .nav-company span,
  .page-products nav#gnavi ul .nav-products span,
  #business nav#gnavi ul .nav-business span,
  #rd nav#gnavi ul .nav-rd span,
  #ir nav#gnavi ul .nav-ir span,
  #csr nav#gnavi ul .nav-csr span,
  #recruit nav#gnavi ul .nav-recruit span {
    height: 38px;
    border-bottom: 4px solid #009d52;
  }
}
@media screen and (max-width: 750px) {
  .gnavi-add {
    display: block;
  }
  nav#gnavi ul li:nth-child(1) {
    display: block;
  }
}
