@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
html, body {
	min-width: 980px;/*これが大事*/
}
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 0;
	line-height: 1.4
}
h1, h2, h3, h4, p {
	margin: 0px;
	padding: 0px;
}
ul, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}
a, a:visited {
	color: #047f0b;
}
a:hover {
	text-decoration: none;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse: collapse;
	border: 1px solid #333333;
}
h1 {
	font-size: 12px;
	width: 525px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #929292;
	line-height: 1.5
}
address {
	font-style: normal;
	margin-left: 110px;
	margin-top: -56px;
	line-height: 1.2em;
}
.mb_only {
	display: none
}
/*-------------------------------------------
header
---------------------------------------------*/
#HeaderWrapper {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -1px;
	padding-top: 10px;
}
#Header {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#Header p {
	font-size: 12px;
	width: 525px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #929292;
	line-height: 1.5
}
#SiteName {
	width: 315px;
	float: left;
	margin-bottom: 11px;
}

#SiteName img{
	width: 315px;
	}


#HeaderOtoiawse {
	width: 455px;
	float: right;
	margin-top: -26px;
}
#HeaderOtoiawse > img:first-child {
	display: block;
	width: 455px;
	height: 19px;
	margin-bottom: 4px;
}
#HeaderOtoiawse > img:nth-of-type(2) {
	width: 231px;
	margin-top: 14px;
	clear: both;
	float: left;
}
#HeaderOtoiawse a {
	float: right;
	width: 211px;
	height: 58px;
	margin-bottom: 4px;
	display: block;
}
/*-------------------------------------------
navi
---------------------------------------------*/
#MainNavi {
	clear: both;
	overflow: hidden;
	height: 54px
}
#MainNavi ul li {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#MainNavi ul li a {
	display: block;
	overflow: hidden;
	background-image: url("../img/navi.gif");
	background-repeat: no-repeat;
}
#NFreee a {
	width: 140px;
	height: 55px;
	background-position: 0px 0px;
}
#NFreee a:hover {
	background-position: 0px -64px;
}
#NSouzoku a {
	width: 167px;
	height: 55px;
	background-position: -140px 0px;
}
#NSouzoku a:hover {
	background-position: -140px -64px;
}
#NZeirishi a {
	width: 139px;
	height: 55px;
	background-position: -307px 0px;
}
#NZeirishi a:hover {
	background-position: -307px -64px;
}
#NSetsuritsu a {
	width: 150px;
	height: 55px;
	background-position: -446px 0px;
}
#NSetsuritsu a:hover {
	background-position: -446px -64px;
}
#NZeirishiIndex a {
	width: 136px;
	height: 55px;
	background-position: -596px 0px;
}
#NZeirishiIndex a:hover {
	background-position: -596px -64px;
}
#NJimusyo a {
	width: 137px;
	height: 55px;
	background-position: -732px 0px;
}
#NJimusyo a:hover {
	background-position: -732px -64px;
}
#NRecruit a {
	width: 111px;
	height: 55px;
	background-position: -869px 0px;
}
#NRecruit a:hover {
	background-position: -869px -64px;
}

#MiddleRow {
	width: 100%;/*1カラムの時*/
	overflow: hidden;
	margin: 0 auto;
}
/*-------------------------------------------
footer
---------------------------------------------*/	
#FooterWrapper {
	clear: both;
	background: #ececec;
}
#Footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
}
#FooterInfo {
	width: 960px;
	background: #f7f7f7;
	border-radius: 5px;
	overflow: hidden;
	padding: 15px 30px 10px;
	margin: 0px auto 20px;
	clear: both
}
#FooterLogo {
	float: left;
	width: 347px;
}
#FooterLogo > img:nth-of-type(2) {
	vertical-align: top;
}
#FooterOtoiawase {
	float: right;
	margin-left: 40px;
	width: 513px;
	height: 109px;
	background: url(../img/footer_otoiawse.gif) no-repeat left top;
}
#FooterTel {
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	width: 209px;
	height: 38px;
}
#FooterTel a {
	display: block;
}
#FooterMail {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	width: 223px;
	height: 48px;
}
#FooterMail a {
	display: block;
}
#Footer ul li {
	margin-bottom: 4px;
}

#FooterWrapper #Footer p{
		font-size: 13px;
	}

#FooterWrapper #Footer p a{
	color: #333;
	text-decoration: none;
	}

.PageTop {
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 1000;
 display: none
}
.PageTop a {
	background-image: url(../img/pagetop.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 51px;
}
.PageTop a:hover {
opacity: 0.85
}

#Copyright {
	width: 100%;
	overflow: hidden;
	text-align: center;
	clear: both;
	padding: 8px 0px;
	background: #ababab;
}

@media screen and (min-width: 768px) {
#MenuWrapper {
	padding-top: 20px;
	clear: both;
	background: #ececec;
	border-top: 5px solid #49ab4e;
}
#Menu {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
}
#Menu a {
	font-size: 14px;
	background: url(../img/link_arrow.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none
}
#Menu ul li {
	margin-bottom: 4px;
}
#Menu ul li a {
	font-size: 12px;
	background: url(../img/link_arrow02.gif) no-repeat left center;
	margin-left: 8px;
	padding-left: 12px;
	font-weight: normal;
}
#Menu ul li ul li a {
	background: url(../img/link_arrow03.gif) no-repeat left center;
	margin-left: 25px;
	padding-left: 12px;
}
#Menu a:hover {
	text-decoration: underline
}
#ShoukaiMenu {
	width: 330px;
	float: left;
	margin-right: 50px;
}
#GyoumuMenu {
	width: 240px;
	float: left;
	margin-right: 50px;
}
#JimusyoMenu {
	width: 220px;
	float: left;
}
#ShoukaiMenu > ul {
	margin-top: 5px;
	padding-top: 5px;
	border-top: dotted 1px #047f0b;
}
#GyoumuMenu > ul {
	margin-top: 5px;
	padding-top: 5px;
	border-top: dotted 1px #047f0b;
}
#GyoumuMenu > ul ul {
	padding-top: 5px;
	margin-bottom: 5px;
}
#JimusyoMenu > ul {
	margin-top: 5px;
	padding-top: 5px;
	border-top: dotted 1px #047f0b;
}
#Menu p {
	font-size: 14px;
	font-weight: bold;
	color: #047f0b
}
}

@media screen and (max-width: 767px) {
body, html {
	min-width: 100%;/*これが大事*/
}
h1 {
	font-size: 10px;
	width: 100%;
	margin-bottom: 5px;
}
address {
	font-style: normal;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 1.2em;
}
.pc_only {
	display: none !important
}
.mb_only {
	display: block
}
.scroll {
	color: #fc021a !important;
	background: url(../img/scroll.png) no-repeat left center;
	background-size: 50px auto;
	padding: 10px 0px 10px 50px;
	margin-bottom: 0px !important;
	font-weight: normal !important
}
#HeaderWrapper {
	padding: 0px;
}
#Header {
	width: 100%;
	padding: 0px 10px 0px 5px;
	max-width: 767px;
	height: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec
}
#Header p {
	font-size: 10px;
	width: 100%;
	margin-bottom: 5px;
}
#SiteName {
	width: 230px;
}
#SiteName img {
	max-width: 230px;
}
#SiteInfoWrapper {
	display: none;
}
#MiddleRow {
	width: 100%;
	max-width: 767px;
	overflow: hidden;
}
#Contents {
	width: 100%;
	float: none;
}
#MenuWrapper {
	width: 100%
}
#Menu {
	width: 100%;
	float: none;
	padding: 0;
}
#Menu div {
	float: none;
	margin-right: 0px;
}
#Menu li {
	display: block;
}
#Menu ul li ul li a {
	padding-left: 34px;
}
/*ー-------------------------------------------------------
	ここからハンバーガーメニュー
ー-------------------------------------------------------*/
	
#SpMenu {
	display: block;
	float: right;
	font-size: 15px;
	width: 30px;
	margin: 3px 0px 0px;
}
#BtnMenu, #BtnMenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#BtnMenu {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 20px;
}
#BtnMenu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #047f0b;
	border-radius: 2px;
}
#BtnMenu span:nth-of-type(1) {
	top: 0;
}
#BtnMenu span:nth-of-type(2) {
	top: 9px;
}
#BtnMenu span:nth-of-type(3) {
	bottom: 0;
}
#BtnMenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
#BtnMenu.active span:nth-of-type(2) {
	opacity: 0;
}
#BtnMenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}
/*ー-------------------------------------------------------
	ここからアコーデォオン
ー-------------------------------------------------------*/
.menu_cate {
	margin: 0;
	background-color: #047f0b;
	display: block;
	cursor: pointer;
	color: #fff;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
	padding-left: 20px;
	position: relative;
}
.menu_cate.active {
	border-bottom: 1px solid #E2EFF3;
}
.menu_cate::after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 18px;
	width: 40px;
	height: 34px;
	border-left: 1px dotted #ccc;
	background-image: url(../img/accordion_close.png);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_cate.active::after {
	background-image: url(../img/accordion_open.png);
}
.menu_cate a {
	color: #fff;
	text-decoration: none
}
#Menu li a {
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #E2EFF3;
}
#Menu li a::after {
	position: absolute;
	content: ">";
	font-size: 12px;
	margin-top: -10px;
	top: 50%;
	right: 10px;
}
/*-------------------------------------------

footer

---------------------------------------------*/	

	
#Footer {
	width: 100%;
}
#FooterInfo {
	width: 100%;
	background: none;
	padding: 0px;
	text-align: center
}
#FooterLogo {
	float: none;
	width: 100%;
}
#FooterLogo > img:first-child {
	display: block;
	margin: 0 auto;
	width: 104px;
}
#FooterLogo > img:nth-of-type(2) {
	display: block;
	margin: 0 auto 10px;
	width: 215px;
}
#FooterOtoiawase {
	background: #f7f7f7;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 94%;
	padding: 20px 10px;
	height: auto;
	text-align: center
}
#FooterMessage01 {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 546px;
	padding-bottom: 15px;
	border-bottom: dotted #ccc 1px;
}
#FooterTel {
	float: none;
	margin: 0 auto 20px;
}
#FooterMail {
	float: none;
	margin: 0 auto 20px;
}
#FooterMessage02 {
	display: block;
	width: 90%;
	max-width: 498px;
	margin: 0 auto 15px;
}
#Footer ul li {
	margin-bottom: 4px;
}

#FooterWrapper #Footer p{
	margin-right: 20px;
	margin-left: 20px;
	}

.PageTop {
	right: 64px;
	bottom: 20px;
}
#MbTell {
	display: block;
	position: fixed;
	right: 8px;
	bottom: 20px;
	overflow: hidden;
	z-index: 99;
	float: right;
}
#MbTell a {
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 51px;
}
}
