@charset "utf-8";


@media only screen and (max-width: 799px) {


/* layout common setting
=========================================*/
/* container */


a:hover   { color: #95c604; }

body{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
 color:#555555;
 font-size:14px;
 line-height:1.5;
}
img{
	max-width:100%;
	height:auto;
}
p{
	margin-top:1em;
}
ul{
	margin-top:1em;
}
ol{
	margin-top:1em;
}
dl{
	margin-top:1em;
}
table{
	margin-top:1em;
}

a{
	text-decoration: none !important;
}


/* header
=========================================*/
#globalHeader {
	position: fixed !important;
	top: 0;
	left:0;
	height:70px;
	z-index: 15;
	width: 100%;
}
#head{
	display: none;
}
/* spGnavBlock */
#spGnavBlock{
	position: relative;
}
#spGnavBlock .headBlock{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	padding: 0 20px 0 10px;
	background-color: #ffffff;
	border-bottom:1px solid #e9e9e9;
}
#spGnavBlock .headBlock .siteLogo{
	width: 46vw;
	float: left;
}
#spGnavBlock .headBlock .siteLogo img{
	height: auto;
}
#spGnavBlock .headBlock .headLinkWrap{
	float: right;
	margin-top: 28px;
}
#spGnavBlock .headBlock .headLinkWrap li{
	float: left;
	margin-left: 10px;
}
#spGnavBlock .headBlock .headLinkWrap li:first-child{
	margin-left: 0;
}
#spGnavBlock .headBlock .headLinkWrap li a{
	padding-top: 28px;
	font-size: 12px;
}
#spGnavBlock .headBlock .headLinkWrap li.sitemenu{
	width: 50px;
}
#spGnavBlock .headBlock:after {
	display: none !important;
}
#spGnavBlock .headBlock .siteLogo{
	float: none;
}
#sitemenu {
	display: table;
	overflow: hidden;
	float: none;
}
#sitemenu a {
	position: relative;
	display: table-cell;
	width: 6.67vw;
	max-width: 25px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	transition: all .4s;
	text-decoration: none;
	overflow: hidden;
}
#sitemenu a span {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 4px;
	background-color: #007a48;
	border-radius: 3px;
	transition: all .4s;
}
#sitemenu a span:nth-of-type(1) {	top: 0px;}
#sitemenu a span:nth-of-type(2) {	top: 8px;}
#sitemenu a span:nth-of-type(3) {	top: 16px;}
#sitemenu.open a span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
					transform: translateY(8px) rotate(-45deg);
}
#sitemenu.open a span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar .8s forwards;
					animation: active-menu-bar .8s forwards;
}
#sitemenu.open a span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
					transform: translateY(-8px) rotate(45deg);
}
#sitemenu a em {
	display: none;
}

/* spMenu */
#spMenu{
	width: 100%;
	display: none;
	position: absolute;
	background-color: #ffffff;
	padding-bottom: 30px;
	z-index: 10000;
	-webkit-overflow-scrolling: touch;
}
#spMenu.open{
	display: block;
	overflow: auto;
}
#spMenu .searchBlock{
	margin-top: 1em;
	padding: 0 10px;
}
#spMenu .searchBlock .site-search form{
	width: 100%;
	position: relative;
}
#spMenu .searchBlock .site-search .iSearchAssist{
	width: 100%;
	height: 30px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding:6px 26px 4px 4px;
	font-size: 14px;
	box-shadow: none;
}
#spMenu .searchBlock .site-search .button{
	position: absolute;
	overflow: hidden;
	right: 7px;
	top: 50%;
	width: 19px;
	height: 20px;
	background: url(/common/img/header_ic02.png) no-repeat 100% 50%;
	background-size: auto 20px;
	border: none;
	margin-top: -9px;
	cursor: pointer;
	text-indent: -9999px;
}

#spMenu .linkBlock{
	width: 100%;
	padding: 0 10px;
	letter-spacing: -.40em;
}
#spMenu .linkBlock li{
	display: inline-block;
	vertical-align: middle;
	width: 31.7%;
	margin-left: 2%;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	letter-spacing: normal;
}
#spMenu .linkBlock li:first-child{
	margin-left: 0;
}
#spMenu .linkBlock li a{
	display: table;
	padding: 0px;
	color: #ffffff;
	font-size: 15px;
	line-height:1.3;
	width:100%;
}
#spMenu .linkBlock li p{
	margin-top: 0;
	display:table-cell;
	width:100%;
	vertical-align:middle;
	text-align:center;
	height:5em;
	padding-top: 38px;
}
#spMenu .linkBlock02{
	display: table;
	width: 195px;
	margin: auto;
	/*width: 100%;
	padding: 0 10px;*/
}
#spMenu .linkBlock02 li{
	vertical-align: middle;
}
#spMenu .linkBlock02 li:first-child{
	margin-left: 0;
}
#spMenu .linkBlock02 li a{
	display: block;
}
#spMenu .linkBlock02 li.camera{
	float: left;
}
#spMenu .linkBlock02 li.logo02{
	float: right;
}
#spMenu .linkBlock02 li.logo02 a > img{
	/*float: right;*/
	width: 30px;
	margin-right: 15px;
	/*margin-top: -5px;*/
}
#spMenu .linkBlock02 li.logo02 a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #3b5998;
	margin-top: 5px;
}
#spMenu .linkBlock02 li.camera{
	max-height: 30px;
	padding-right: 0;
	background: url(/common/img/header_ic03.png) no-repeat 8px 50%;
	background-size: 13px auto;
}
#spMenu .linkBlock02 li.camera a{
	padding: 5px 5px 5px 25px;
	color: #00743f;
	border: 1px solid #00743f;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold;
}

#spMenu .linkList{
	border-top: 1px solid #e1e1e1;
	margin: 10px 10px 0;
}
#spMenu .linkList a{
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #e1e1e1;
	color: #666666;
}
#spMenu .linkList.col2{
	margin-top: 0;
	border-top: none;
	margin: 0 10px;
}
#spMenu .linkList.col2 li{
	float: left;
	width: 48%;
}
#spMenu .linkList.col2 li:nth-child(2n){
	margin-left: 4%;
}
#spMenu .closeBtn{
	padding: 10px;
	margin-top: 10px;
}
#spMenu .closeBtn p{
	margin-top: 0;
}
#spMenu .closeBtn p a{
	display: block;
	padding: 15px 0;
	text-align: center;
	background-color: #e7e5d5;
	color: #666666;
}
#spMenu .closeBtn p a span{
	display: inline-block;
	background-size: 15px auto;
}


#sideOverlay {
	position: fixed;
	top: 0px;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#b3000000,EndColorStr=#b3000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#b3000000,EndColorStr=#b3000000)";
	z-index: 980;
}

#spMenu .linkList .langChoice {
	padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

#spMenu .linkList .langChoice a {
    display: inline;
    border: none;
}
/* pageContainer
=========================================*/
#globalContents {
	margin-top: 70px !important;
}
/* topicPath */
#topicPath {
	margin: 0 -10px;
	padding: 12px 10px;
	overflow-x: auto;
}
#topicPath > *:first-child {
	margin-top: 0 !important;
}
.breadcrumbs {
	display: table;
	white-space: nowrap;
}
.breadcrumbs > li {
	display: table-cell;
	font-size: 10px;
	vertical-align: middle;
}
.breadcrumbs > li + li {
	padding-left: 7px;
}
.breadcrumbs > li > em {
	color: #333333;
	font-style: normal;
}


/* footer
=========================================*/

#globalFooter{
	margin-top: 70px;
	background-color: #e7e5d5;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 52px;
	height: 52px;
	margin-top: 0;
	background: url(/common/img/com_ic01.png) no-repeat 0 0;
	-webkit-background-size: 52px 52px;
	background-size: 52px 52px;
	text-indent: -9999px;
	z-index: 1000;
}
#pageTop a {
	display: block;
}
.footerBlock .inner{
	padding: 0 10px;
}
.footerBlock.type01 {
	background-color: #ffffff;
	padding-bottom: 20px;
}
.footerBlock.type01 .logoWrap,
.footerBlock.type01 .footerLink{
	display: none;
}
.footerBlock .inner .snsBlock{
	margin: 0 auto;
	width: 220px;
}
.footerBlock .inner .snsBlock p{
  margin: auto 8px auto 7px;
	/*margin-top: 0;
  margin-right: 13px;*/
  display: inline-block;
	/*font-size: 9px;
	font-size: 0.9rem;*/
}
/*.footerBlock .inner .snsBlock p span{
	font-size: 12px;
	font-size: 1.2rem;
}*/
.footerBlock .inner .snsBlock p a{
	display: block;
	width: 35px;
	/*padding: 6px 11px 6px 44px;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	background: #ffffff url(/common/img/header_logo03.png) no-repeat 12px 50%;
	background-size: 23px auto;
	color: #3b5998;*/
}
.footerBlock .inner .snsBlock p a:link, .footerBlock .inner .snsBlock p a:visited, .footerBlock .inner .snsBlock p a:active {
	color: #3b579d !important;
}
.footerBlock .footerLink{
	margin-top: 0;
}
.footerBlock.type01 .footerLink li{
	float: left;
	margin: 1em 15px 0 0;
	font-size: 12px;
}
.footerBlock .footerLink li a:link, .footerBlock .footerLink li a:visited, .footerBlock .footerBlock .footerLink li a:active {
	color: #4c483b !important;
}
.footerBlock .footerLink li a{
	padding: 0 0 0 10px;
	background: url(/common/img/com_ic02.png) no-repeat 0 0.5rem;
	background-size: 6px auto;
}
.footerBlock.type02 .inner .logoWrap .siteLogo{
	float: left;
	width: 50%;
	margin: 20px 20px 10px 0;
}
.footerBlock.type02 .inner .logoWrap .siteLogo.spOnly{
	width: 10%;
}
.footerBlock.type02 .inner .linkWrap .footerLink li{
	margin: 10px 15px 0 0;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second{
	padding-top: 5px;
	margin-top: 10px;
	background-image: linear-gradient(to right, #595750, #595750 1px, transparent 2px, transparent 3px);
	background-size: 6px 1px;
	background-position: top;
	background-repeat: repeat-x;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second li{
	float: left;
	width: 50%;
	margin: 10px 0 0 0;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second li.first{
	width: 130px;
	float: inherit;
	padding: 3px 0;
	margin: 10px 0 0 0;
	background-color: #7a7769;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
}
.footerBlock.type02 .inner .linkWrap .footerLink.second li.longtitle{
	width: 100%;
}

#copy{
	display: block;
	padding: 15px 0 60px;
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	color: #595750;
	background-color: #e7e5d5;
}


#footerContactBlock .footerContactBlockIn{
	margin:0 auto;
}
#footerContactBlock .footerContactTitle{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
}
#footerContactBlock .footerContactTitle strong{
	color:#21753c;
	font-size:22px;
}
#footerContactBlock .footerContactText{
	font-size:12px;
	margin-top:7px;
	text-align:center;
	color:#555555;
}
#footerContactBlock .footerContactBtnList{
	text-align:center;
}
#footerContactBlock .footerContactBtnList ul{
	margin:15px auto 0;
	padding-left:10px;
	padding-right:10px;
}
#footerContactBlock .footerContactBtnList ul li{
	float:left;
	width:48%;
	margin-right:4%;
}
#footerContactBlock .footerContactBtnList ul li.footerContactBtn02{
	margin-right:0px;
}
#footerContactBlock .footerContactBtnList ul li a span{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	text-align:center;
	height:68px;
}
#footerContactBlock .footerContactTitle .ast{
	font-size:12px;
	font-weight:normal;
}




/* aside
=========================================*/
#main {
	float: none;
	width: auto;
	overflow: hidden;
}
#main > .mainLayout {
	padding: 0 15px;
}
#main > .mainLayout > [class^="section"]:first-child {
	margin-top: 0;
}
.noSide #main > .mainLayout {
	width: auto;
}
.noSide #main > .mainLayout + .mainLayout {
	margin-top: 30px;
}

#aside {
	display: none;
}


/* extra
=========================================*/


/*=================================

	clearfix

=================================*/
#spGnavBlock .headBlock:after,
#spGnavBlock .headBlock .headLinkWrap:after,
#spMenu .linkBlock:after,
#spMenu .linkBlock02:after,
#spMenu .linkList.col2:after,
.footerBlock:after,
.footerBlock.type02 .inner .logoWrap:after,
.footerBlock .inner .footerLink:after,
#footerContactBlock .footerContactBtnList ul:after {
	content: "";
	display: block;
	clear: both;
}
/*=================================

	20240315追記

=================================*/
.visionWrap{
	display: flex;
	color: #007a48;
	text-align: center;
	line-height: 1.2;
	justify-content: center;
	font-size: 18px;
	font-weight:bold;
	background-color: #faf8f2;
}
.visionWrap p{
	font-size: 18px;
	margin-top: 15px;
}
.visionWrap .small{
    font-size: 13px;
	margin-top: 6px;
    margin-bottom: 15px;
}
.fontColorInherit{
    color: inherit !important;
}

}