@charset "UTF-8";
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
	font-size: 16px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #333;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
body {
	font-size: 14px;
}
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, a, table, input, textarea, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input { /* outline: none; */
}
abbr, acronym {
	border: 0;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
}
@media print {
html, html body {
*zoom: 0.65;
}
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
	min-width: 1000px;
}
.inner {
	width: 950px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
#wrapper {
	min-width: inherit;
}
.inner {
	width: auto;
	margin: auto;
	padding: 0 10px;
}
}
/* !header
---------------------------------------------------------- */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
#header {
	background:url(../img/bg_header.png) 0 0 repeat;
	padding:40px 50px 20px;
}
@media screen and (max-width: 1250px) {
#header {
	padding:40px 10px 20px;
}
}
.headerin {
	position:relative;
}
@media screen and (max-width: 767px) {
#header {
	padding:10px 10px 10px 20px;
}
.headerin {
	overflow:hidden;
}
.headerin .headerlogo {
	max-width:70%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
}
.navbarToggle {
	float:right;
	width:40px;
	height:40px;
}
}
/* !gnavi
---------------------------------------------------------- */
#gnavi {
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
}
#gnavi a {
	display:inline-block;
	color:#fff;
	font-weight:500;
}
#gnavi a+a {
	margin-left:40px;
}
@media screen and (max-width: 1250px) {
#gnavi a {
	font-size:14px;
}
#gnavi a+a {
	margin-left:20px;
}
}
@media screen and (max-width: 767px) {
#gnavi {
	display: none;
}
}
/* !navbarCollapse
---------------------------------------------------------- */
.navbarCollapse {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background:#fff;
}
.navbarCollapse ul li {
	border-bottom: 1px #70b52c solid;
}
.navbarCollapse ul li a {
	display: block;
	padding: 10px 20px;
	color: #70b52c;
	font-size:12px;
}
/* !contents
---------------------------------------------------------- */
#contents {
	padding:100px 0 50px;
}
@media screen and (max-width: 767px) {
#contents {
	padding:30px 0;
}

}
/* !hdl
---------------------------------------------------------- */



/* !footer
---------------------------------------------------------- */
#footer		{ text-align:center;clear: both; }
.innerBox		{ text-align:left;width:94%; margin:0px 3%;}
.innerBox img	{ max-width:100%; }
#footMenu {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	position: relative;
	font-size:12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 white;
	box-shadow: inset 0 1px 0 white;
}
#footMenu .innerBox {
	width: 100%;
	margin: 0;
}
#footMenu .menu {
	display: block;
	overflow: hidden;
}
#footMenu .menu li {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	font-size: 12px;
}
#footMenu .menu li a {
	background: url(images/arrow_gray.png) right bottom no-repeat;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 3%;
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#footMenu .menu li a:hover {
	background: url(images/arrow_bk.png) right bottom no-repeat #e6e6e6;
}
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#back-top {
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:2;
}
#footerSection {
	background: #70b52c;
	padding-bottom:170px;
}
#footer {
	margin: 0px;
	padding: 20px 0px 20px;
	display: block;
	overflow: hidden;
}
#footer {

	background: #70b52c;
	text-align: left;
}

#footer dl#footerOutline dt {
	color: #d2d2d3;
	margin-bottom: 8px;
	line-height: 150%;
}


#footer dl#footerOutline dd {
	color: #fff;
	font-size:15px;
	line-height: 150%;
}

#footerSiteMap {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 15px;

}
#footerSiteMap .menu {
	font-size: 87.5%;
	vertical-align: text-top;
}
#footerSiteMap .menu a {
	color: #d2d2d3;
	text-decoration: none;
}
#footerSiteMap .menu a:hover {
	color: #5ead3c;
}
#footerSiteMap .menu li {
	text-shadow: 0 -1px #333;
	display: block;
	margin-bottom: 6px;
	vertical-align: text-top;
	line-height: 116.7%;
}
#footerSiteMap .menu li a {
	border-bottom: 1px solid #5f5e63;
	box-shadow: 0px 1px #8a898c;
	background: url(../img/arrow_gray_s.png) right bottom no-repeat;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	overflow: hidden;
	display: block;
}
#footerSiteMap .menu li a:hover {
}
#footerSiteMap .menu li ul {
	margin-top: 6px;
}
#footerSiteMap .menu li li {
	display: block;
	padding: 0px 0px;
}
#footerSiteMap .menu li li a {
	font-size: 12px;
	box-shadow: none;
	border-bottom: none;
	background: none;
	font-weight: normal;
	border-bottom: 1px solid #626168;
}
#footerSiteMap .menu li li a:hover {
}
#footerSiteMap .menu li li li {
	margin-right: 0;
	border-bottom: none;
	background: none;
}
#footerSiteMap .menu li li li a {
	font-size: 10px;
	background: none;
	background-position: 6px 12px;
}
#footerSiteMap .menu li ul ul {
}
		#footer dl#footerOutline dt img {
	margin-bottom: 5px;
	max-width: 100%;
}

#footer dl#footerOutline {
	margin: 0px;
	line-height: 150%;
	width: 100%;
}

#footer .a:link{
	color: #ffffff
}



/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 770px) {
#footerSiteMap .menu {
	font-size: 12px;
}
#footerSiteMap .menu li {
	width: 23%;
	margin-right: 2%;
	display: block;
	overflow: hidden;
	display: block;
	float: left;
}
#footerSiteMap .menu li a {
	padding: 2px 20px 6px 0px;
}
#footerSiteMap .menu li li {
	width: 100%;
	margin-right: 0%;
	float: none;
}
#footerSiteMap .menu li li a {
	background-position: 0px 3px;
}
#footerSiteMap .menu li li li a {
	padding-left: 10px;
}
#content form span.wpcf7-form-control-wrap .wpcf7-list-item {
	padding-top: 2px;
	padding-bottom: 2px;
}
#footerSiteMap .menu li li li a {
	display: block;
	background-position: 0px 3px;
}
#footerSection {
	padding-bottom:0;
}
.footer_btn {width: 200px;text-align: center;background: #fff;padding: 10px;border-radius: 10px;margin-top: 20px}

.footer_btn a{color: #70b52c;text-decoration: none}
	
	.frimg2 {
	float:right;
}
	
#footer dl#footerOutline dt img {
	margin-bottom: 5px;
	max-width: 360px;
}

#footer dl#footerOutline {
	margin: 0px;
	line-height: 150%;
	width: 360px;
}


}
 @media (min-width: 970px) {
.innerBox, #gMenu #gMenuInner.innerBox {
	width: 950px;
	margin: 0px auto;
}
#footerSiteMap {
	width: 400px;
	padding-top: 0px;
	font-size: 12px;
	float: right;
}
#footer dl#footerOutline {
	float: left;
}
}
#siteBottom {

	background:#70b52c;
	clear: both;
	padding: 15px 0px 40px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;

}
#siteBottomInner {
	text-align: center;
}
#siteBottom a {
	color: #fff;
	text-decoration: none;
}
#siteBottom #copy {
	text-align: center;
}
#siteBottom #powerd, #siteBottom #powerd a {
	color: #cccccc;
}
.footer_btn {width: 100%;text-align: center;background: #fff;padding: 10px;border-radius: 10px;
margin: 30px auto}

.footer_btn a{color: #70b52c;text-decoration: none}

	.frimg2 {
	text-align: center;
}







