@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?jd2qqs');
  src:  url('/fonts/icomoon.eot?jd2qqs#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?jd2qqs') format('truetype'),
    url('/fonts/icomoon.woff?jd2qqs') format('woff'),
    url('/fonts/icomoon.svg?jd2qqs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-spinner:before {
  content: "\e984";
}
.icon-search:before {
  content: "\e986";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-app-fd:before {
  content: "\e901";
}
.icon-arrow_down:before {
  content: "\e90b";
}
.icon-arrow_left:before {
  content: "\e90c";
}
.icon-arrow_right:before {
  content: "\e90d";
}
.icon-arrow_up:before {
  content: "\e90e";
}
.icon-cancel:before {
  content: "\e90f";
}
.icon-plus:before {
  content: "\e910";
}
.icon-minus:before {
  content: "\e911";
}
.icon-blank:before {
  content: "\e912";
}
.icon-login:before {
  content: "\e913";
}
.icon-pdf:before {
  content: "\e914";
}
.icon-tel:before {
  content: "\e915";
}
.icon-youtube:before {
  content: "\e916";
}
.icon-fax:before {
  content: "\e917";
}
.icon-arrpw_left_double:before {
  content: "\e918";
}
.icon-arrow_right_double:before {
  content: "\e919";
}

html {}

body {
	background: #fff;
	color: #222;
	min-width: 1000px;
}

html,
body {
	width: 100%;
}

.sp {
	display: none !important;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -.5em;
}

article {
	width: 100%;
	overflow: hidden;
}

.wrapper {
  background: #fff;
	margin: 0 auto;
}

section {
	width: 1000px;
	margin: 0 auto;
	position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ttL_section  {
  padding-bottom: 20px;
}
section h1 {
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
section span.ttl_L1 {
  font-size: 54px;
  color: #002400;
  font-weight: normal;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
section span.subttl {
  display: block;
  font-size: 30px;
  color: #333;
  margin-top: 20px;
  font-weight: normal;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
section h2.ttl_L2{
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  color: #336600;
  line-height: 1.3;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
section h3 {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 30px;
  text-align: center;
}
section h3 span.txt_small {
	font-size: 0.6em;
} 
section h2 .inovate {
	position: relative;
}

section h2 .inovate img {
	padding: 0;
	margin: 0;
}
section .content {
	width: 858px;
  margin: 0 auto;
}
section h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

section h4.ttl_gline {
  background: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  padding: 10px 16px;
  border-left: #336600 solid 6px;
  font-size: 24px;
}
section h4.ttl_gline span {
  color: #336600;
  margin-right: 20px;
}


a:link {
	text-decoration: none;
	color: #333;
}

a:visited {}

a:hover {
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	filter: alpha(opacity=70);
}

a:active {}

.contentWrap {
	width: 1000px;
	/**/
	margin: 0 auto;
	position: relative;

}

/*Clearfix*/

.clr {
	/zoom: 1;
}

.clr:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.center, .pc_center {
	text-align: center;
}

.right {
	text-align: right;
}
.left {
  text-align: left;
}




.bottom-20 {
	margin-bottom: 20px!important;
}

.bottom-30 {
	margin-bottom: 30px!important;
}

.bottom-40 {
	margin-bottom: 40px!important;
}

.bottom-50 {
	margin-bottom: 50px!important;
}

.top-50 {
	margin-top: 50px!important;
}

.top-40 {
	margin-top: 40px!important;
}

.top-30 {
	margin-top: 30px!important;
}

.top-20 {
	margin-top: 20px!important;
}

.top-10 {
	margin-top: 10px!important;
}

.txt_L {
  font-size: 20px;
  font-weight: bold;
}
.txt_s {
  font-size: 12px;
}

.content p sub {
	vertical-align: bottom;
	font-size: 11px;
}

.bg_1 {
  background: #eef2f1;
  width: 100%;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
header .pc {
  display: none !important;
}
header .sp {
  display: none !important;
}



/* --------------------------------------------------------------------------------*/

/* ナビゲーション下層ページPC */

/* --------------------------------------------------------------------------------*/

/*gnavAll2 (dropmenu)ADD @KAWANO  
---------------------------------------*/

#gnavAll2.float {
	display: block;
}

#gnavAll2 {
	z-index: 1200;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
  line-height: 1;
}

#gnavAll2 .naviWrap {
	background: url(../img/bg_navi.png) left top repeat-x;
	height: 92px;
}

#gnavAll2 .navi {
	width: 980px;
	margin: 0 auto;
}

#gnavAll2 .navi p {
	margin: 6px 0 0 5px;
	width: 38px;
	height: 90px;
	float: left;
}

#gnavAll2 ul.subnav {
	width: 760px;
	height: 15px;
	float: right;
	margin: 0 0 18px;
	padding: 12px 0 0;
}

#gnavAll2 ul.subnav li {
	float: left;
	margin: 0 31px 0 0;
}

#gnavAll2 ul.subnav li.last {
	margin: 0;
}


#gnavAll2 ul.nav {
	*zoom: 1;
	width: 901px;
	height: 42px;
	float: left;
	padding: 0 0 0 2px;
	background: url(../img/line_gnavi.png) left top no-repeat;
}



#gnavAll2 .nav:before,
#gnavAll2 .nav:after {
	content: "";
	display: table;
}

#gnavAll2 .nav:after {
	clear: both;
}


#gnavAll2 ul.nav li {
	position: relative;
	float: left;
	height: 18px;
	text-align: center;
}

#gnavAll2 ul.nav li.nav01 a,
#gnavAll2 ul.nav li.nav02 a,
#gnavAll2 ul.nav li.nav03 a,
#gnavAll2 ul.nav li.nav04 a,
#gnavAll2 ul.nav li.nav05 a,
#gnavAll2 ul.nav li.nav06 a {
	display: block;
	padding: 15px 0 11px;
	height: 42px;
	background: url(../img/line_gnavi.png) right top no-repeat;
}


#gnavAll2 ul.nav {
	width: 901px;
	height: 42px;
	float: left;
	padding: 0 0 0 2px;
	background: url(../img/line_gnavi.png) left top no-repeat;
}

#gnavAll2 ul.nav li {
	float: left;
	height: 18px;
	text-align: center;
}

#gnavAll2 ul.nav li a {
	display: block;
	padding: 12px 2px 12px 0;
	background: url(../img/line_gnavi.png) right top no-repeat;
}

#gnavAll2 ul.nav li.nav01 a {
	width: 185px;
}

#gnavAll2 ul.nav li.nav02 a {
	width: 93px;
}

#gnavAll2 ul.nav li.nav03 a {
	width: 118px;
}

#gnavAll2 ul.nav li.nav04 a {
	width: 100px;
}

#gnavAll2 ul.nav li.nav05 a {
	width: 119px;
}

#gnavAll2 ul.nav li.nav06 a {
	width: 134px;
}

#gnavAll2 ul.nav li.nav00 a {
	width: 138px;
}

#gnavAll2 ul.nav li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 258%;
	left: 0;
	margin: 0;
	padding: 0;
	background: #6e7c0c;
}


#gnavAll2 ul.nav li ul li {
	width: 100%;
	/*height: 42px;*/
}

#gnavAll2 ul.nav li.nav06 ul li {
	/*width: 154px;*/
	width: 148px;
}


#gnavAll2 ul.nav li.nav04 ul li {
	width: 100px;
}

#gnavAll2 ul.nav li ul li a {
	padding: 13px 15px;
	padding: 13px 0;
	border-top: 1px solid #bfa156;
	text-align: left;
	text-decoration: none;
	background: #093e10;
}

#gnavAll2 ul.nav li.nav06 ul li a {
	padding: 13px 15px 0 0;
	border-top: 1px solid #bfa156;
	text-align: left;
	text-decoration: none;
	background: #093e10;
}

#gnavAll2 ul.nav li.nav04 ul li a {
	padding: 13px 15px 0 15px;
	padding: 13px 15px 0 0;
	border-top: 1px solid #bfa156;
	text-align: left;
	text-decoration: none;
	background: #093e10;
}

#gnavAll2 ul.nav li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}

#gnavAll2 ul.nav li:hover ul li {
	overflow: visible;
	height: 45px;
}


.btnArea .bnr_cap {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1;
}

@media screen and (min-width: 837px){
  /*.header {
    display: none;
  }*/
  
/* ボタンエリア PC ------------------------------------- */
  .btnArea {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 35px 0 25px;
  }

  .btnArea ul li {
    float: left;
    width: 236px;
    margin: 0 12px 0 0;
    padding: 14px 0 0;
  }
  
  .btnArea ul li img {
    width: 100%;
    height: auto;
  }

  .btnArea ul li.last {
    margin: 0 12px 0 0;
    padding: 0px 0 0;
  }

  .btnArea ul li.last01 {
      margin-right: 0;
  }

  .btnArea ul li a:hover img {
    background: #fff;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: alpha(opacity=70);
  }
  


/* =フッター PC
------------------------------------------------------------------*/

  footer {
    padding-top: 38px;
    background: #f5f5f5 url(../img/bg_footer.png) 50% 0 no-repeat;
    clear: both;
    position: relative;
  }

  footer .bnn,
  footer div {
    width: 980px;


    margin: 0 auto;
    font-size: 12px;
  }

  footer .bnn {
    background: url(../img/bg_footer_bnn.png) 0 0 repeat-x;
    height: 64px;
    padding-top: 18px;
    line-height: 1;
  }

  footer .bnn li {
    position: relative;
    height: 45px;
    line-height: 1;
    padding-left: 10px;
    float: left;
    width: 211px;
    text-align: center;
  }

  footer .bnn li a {
    display: block;
    border: 1px solid #dbdbdb;
    background: #fff;
  }

  footer .bnn li a img {
    height: 43px;
    width: auto;
  }

  footer .bnn .first {
    width: 140px;
  }

  footer .bnn .first a,
  footer .bnn .last a {
    background: none;
    display: block;
  }

  footer .bnn .last {
    width: 131px;
    position: relative;
  }

  footer .bnn .first a,
  footer .bnn .last a {
    display: inline;
    border: none;
  }

  footer .bnn .first a img,
  footer .bnn .last a img {
    height: auto;
    width: auto;
  }

  footer .bnn .last a {
    display: block;
    width: 131px;
    position: absolute;
    top: -26px;
    left: 20px;
  }

  footer .bnn li a:hover,
  footer .bnn li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  }

  footer div {
    padding: 25px 0 35px;
  }

  footer nav {
    float: left;
  }
  
  footer nav ul {
    float: left;
  }

  footer nav li {
    border-right: solid 1px #b3b3b3;
    padding: 0 11px;
    float: left;
  }
  
  footer nav ul.sns_list {
    margin-right: 20px;
  }
  footer nav ul.sns_list li {
    border: none;
  }
  
  footer nav li a {
    color: #333;
    text-decoration: none;
  }

  footer nav li a:hover {
    text-decoration: underline;
  }
  footer nav ul li.first {
    border-left: solid 1px #b3b3b3;
  }
  #copyright {
    float: right;
    text-align: right;
  }

  .btnTop {
    width: 85px;
    height: 84px;
    position: absolute;
    z-index: 1000;
    bottom: -40px;
    right: 0;
  }


  footer .footerNavi {
    margin: 0 auto;
    width: 960px;
    padding: 0 10px 0;
    font-size: 14px;
    line-height: 16px;
  }

  footer .footerNavi ul {
    float: left;
    width: 300px;
  }

  footer .footerNavi ul.center {
    border-right: 1px dotted #b3b3b3;
    border-left: 1px dotted #b3b3b3;
    margin: 0 29px 0 0;
    padding: 0 0 0 29px;
  }

  footer .footerNavi ul li {
    clear: both;
    margin: 0 0 10px;
    background: url(../../img/arrow01.gif) center left no-repeat;
    padding: 0 0 0 20px;
  }

  footer .footerNavi ul li ul {
    width: 260px;
    padding: 10px 0;
    border: none;
    margin: 0;
  }

  footer .footerNavi ul li ul li {
    background: url(../../img/arrow02.gif) center left no-repeat;
    padding: 0 0 0 8px;
  }

  /* =2015.28/フッターSNSボタン追加
  ------------------------------------------------------------------*/

  footer nav .last a img {
    height: auto;
    width: auto;
    xdisplay: block;
    margin-top: -10px;
  }
  
  .pc_block {
    display: block;
  }


}

@media screen and (max-width: 836px) {
  	.btnArea {
		width: 100%;
		margin: 0 auto;
		padding: 32px 0;
	}
}

/* SNSエリア
------------------------------------------------------------------*/
.sns_area{
  background: #23584f;
  text-align: center;
  padding: 10px;
}
.sns_area ul {
	display: flex;
	justify-content: space-between;
	width: 13em;
	margin: 0 auto;
}
.sns_area ul li i {
	position: inherit;
	text-align: center;
	border: solid 1px #23584f;
	font-size: 1.4rem;
	color: #23584f;
	background: #fff;
	width: 1.8em;
	line-height: 1.8em;
	border-radius: 1em;
	padding: 0.4em;
}
.sns_area ul li a{
  color: #23584f;
}
.sns_area ul li a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 836px) {
  .sns_area ul li {
    font-size: 2em;
  }
}


/* --------------------------------------------------------------------------------*/

/* パンくず */

/* --------------------------------------------------------------------------------*/

.pankuzuList {
	width: 100%;
}

.pankuzuList div.content {
	position: relative;
	width: 858px;
	margin: 0 auto;
	text-align: left;
}

.pankuzuList .pankuzu li {
	display: inline;
	font-size: 12px;
}


/* --------------------------------------------------------------------------------*/

/* ヘッダー drawer-menu */

/* --------------------------------------------------------------------------------*/

 .header{
	padding:8px 0;
	background: #144616;
	}
 .header h1{
    text-align: left;
    color: #fff; 
    padding-left: 16px ;
}
 .header h1 img{
	height: 50px;
	width: auto;
}
header .sp {
	display: block !important;
}
.header .header__heading ul{
	display: none;
}
.drawer-menu{
	display: flex;
	flex-wrap: wrap;
}
.drawer-menu li.large{width:33.33%;}
.drawer-menu li.sns{width: 25%;text-align: center; border-top: solid 1px #1e4725;}
.drawer-menu li.small{width: 50%; color: #666;}
.drawer-menu li a{
display: block;
position: relative;
cursor: pointer;
color: #fff;
padding: 30px 50px;
border-bottom: solid 1px #1e4725;
}
.drawer-menu li.large:last-child a{
	border-bottom: none;
}
.drawer-menu li.large a:before {
	content: "\e90d";
	font-family: 'icomoon';
	color: #fff;
	position: absolute;
	left: 8px;
	bottom: 50%;
	transform: translateY(50%);
	font-size: 0.6em;
}
.drawer-menu li a:hover{
display: block;
background: #145000;
text-decoration: none;
cursor: pointer;
color: #eee;
border-bottom: solid 1px #1e4725;
}
.drawer-menu li.sns a i{ 
	position: inherit;
	text-align: center;
	border: solid 1px #0f3c00;
	font-size: 1.4rem;
	color: #0f3c00;
	background: #fff;
	width: 1.8em;
	line-height: 1.8em;
	border-radius: 1em;
	padding: 0.4em;
}
.drawer-menu li.large a i{ 
font-size: 20px;
position: absolute;
left: 20px;
top:32px;
}
.drawer-menu li.small a i{ 
font-size: 20px;
position: absolute;
left: 20px;
top:32px;
}
.drawer-menu li.logo{width: 100%; text-align: center;}
.drawer-menu li.logo a img{
height: 70px;
width: auto;
}
.drawer-menu li.sns a {
  padding: 16px 0;
	border-bottom: none;
}
.drawer-menu li.sns a span {
  display: block;
  font-size: 0.7em;
	margin-top: 6px;
}

@media screen and (max-width: 1200px) {
 /* 768px以下用（タブレット） */
 .header{
	padding:8px 0;
	}
 .header h1{
    text-align: left;
    color: #fff; 
    padding-left: 16px ;
}
  .header h1.logo img{
    height: 50px;
  }
	.header .header__heading ul{
	display: none;
	}
	.drawer-menu{
	display: flex;
	flex-wrap: wrap;

	}
	.drawer-menu li.large{width:50%; font-size: 16px;}
	.drawer-menu li.small{width: 50%; color: #666; line-height: 120%;}
	.drawer-menu li a{
	display: block;
	position: relative;
	cursor: pointer;
	color: #fff;
	padding: 16px 24px;
	}
	.drawer-menu li a:hover{
	display: block;
	text-decoration: none;
	cursor: pointer;
	color: #eee;
	}
	.drawer-menu li.large a i{ 
	font-size: 20px;
	position: absolute;
	left: 12px;
	top:18px;
	}
	.drawer-menu li.logo{width: 100%; text-align: center;}
	.drawer-menu li.logo a img{
	height: 70px;
	width: auto;
	}
}

/* --------------------------------------------------------------------------------*/

/* スマホ表示 */

/* --------------------------------------------------------------------------------*/

@media screen and (max-width: 836px){
  
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 100%;
  }
  .wrapper {
    padding-top: 0;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  
  
  section {
    margin: 0 auto;
    width: 100%;
    padding: 40px 10px;
    box-sizing: border-box;
  }
	section span.ttl_L1 {
		font-size: 2.2rem;
	}
  
  section h2.ttl_L2{
    font-size: 28px;
		text-align: left;
  }

  section h2 img {
    width: auto;
    height: 19px;
  }
  section h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  section h4.sp_left_s {
    text-align: left;
    margin: 0;
    width: 100%;
    font-size: 110%;
    line-height: 1.5em;
  }
  
  section span.subttl_spleft {
    font-size: 24px;
    text-align: left;
  }
  
  section .content {
    width: 100%;
  }

  
  .sp_img_max {
    width: 100%;
    height: auto;
  }
  .pc_center {
    text-align: left;
  }
  

  /* ボタンエリア ------------------------------------- */

	.btnArea {
		width: 100%;
		margin: 0 auto;
		padding: 32px 0;
	}
	.btnArea ul {width: 100%;}
	.btnArea ul li {
		float: none;
		width: 100%;
		margin: 0 0 0 0 ;
		padding: 14px 0 0 0;
	}
	.btnArea ul li a{ padding:0 60px; display: block;}
	.btnArea ul li img{ width: 100%; height: auto;}
	.btnArea ul li.last {
		margin: 0 0 0 0 ;
		padding: 14px 0 0 0;
	}
	.btnArea ul li.last01 {
		margin: 0 0 0 0 ;
		padding: 14px 0 0 0;
	}
  
  /* =フッター
  ------------------------------------------------------------------*/

	footer {
		padding-top: 10px;
		background: #f5f5f5 url(../img/bg_footer.png) 50% 0 no-repeat;
		clear: both;
		position: relative;
	}
	
	footer .bnn,
	footer div {
		width: 100%;
		margin: 0 auto;
		font-size: 12px;
		padding: 25px 0 35px 0;
	}
	footer nav {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 100%;
    text-align: center;
	}
  footer nav ul{
    float: none;
  }
	footer nav li {
		border-right: solid 1px #b3b3b3;
		padding: 0 4px;
		float: none;
    display: inline;
		font-size: 12px;
	}
  footer nav ul.sns_list li {
    border: none;
  }
	
	footer nav li a {
		color: #333;
		text-decoration: none;
	}
	
	footer nav li a:hover {
		text-decoration: underline;
	}
	
  #copyright {
    padding-top: 20px;
    text-align: center;
    float: none;
  }
	
	.btnTop {
		width: 85px;
		height: 84px;
		position: absolute;
		z-index: 1000;
		bottom: -40px;
		right: 0;
	}
	
	
	footer .footerNavi {
		margin: 0 auto;
		width: 100%;
		padding: 10px 5px 0 ;
		font-size: 14px;
		line-height: 1.5;
    box-sizing: border-box;
	}
	
	footer .footerNavi ul {
		float: left;
		width: 30%;
		padding:0 4px;
	}
	
	footer .footerNavi ul.center {
		border-right: none;
		border-left:none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	footer .footerNavi ul li {
		clear: both;
		margin: 0 0 10px;
		background: url(../../img/arrow01.gif) top left no-repeat;
		padding: 0 0 0 20px;
	}
	
	footer .footerNavi ul li ul {
		width: 100%;
		padding: 10px 0;
		border: none;
		margin: 0;
	}
	
	footer .footerNavi ul li ul li {
		background: url(../../img/arrow02.gif) center left no-repeat;
		padding: 0 0 0 8px;
	}
	
	footer nav .last a img {
		height: 24px;
		width: auto;
		xdisplay: block;
		margin-top: -10px;
	}

  /* =2015.28/フッターSNSボタン追加
  ------------------------------------------------------------------*/

  footer nav .last a img {
    height: auto;
    width: auto;
    display: inline;
    margin-top: 5px;
  }

  /* =20180607 　ここから
    SP navi　@KAWANO ADD
  ------------------------------------------------------------------*/

  nav.nav {
    display: none;
  }

  .sp-header {
    display: inherit;
  }

  .sp-header {
    width: 100%;
    z-index: 3;
    background: #144616;
    position: absolute;
    padding: 0;
  }

  .sp-header h1 {
    text-align: left;
    padding: 4px 0 8px 8px;
    color: #333;
  }

  .sp-header h1 img {
    height: 60px;
    width: auto;
    margin-left: -20px;
    /*0618ADD*/
  }
  
  .sp-header h1.logo {
    padding-right: 58px;
  }
  .sp-header h1.logo img {
    width: 100%;
  }

  .sp-header .header__heading {
    width: 100%;
    z-index: 3;
  }

  .nav-content {
    position: absolute;
    width: 100%;
    top: -470px;
    z-index: 2;
    background: #fff;
    -webkit-transition: 1.5s top;
    transition: 1.5s top;
  }

  .nav-content ul li {
    width: 49.8%;
    float: left;
    border-top: solid 1px #E2E2E2;
  }

  .nav-content ul li:nth-child(odd) {
    border-right: solid 1px #E2E2E2;
  }

  .nav-content ul li a {
    text-align: left;
    display: block;
    padding: 20px 0px 20px 10px;
    color: #fff;
  }

  .nav-content ul li a img {
    height: 18px;
    width: auto;
  }



  .is-open .nav-content {
    top: 74px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  }

  #js-cover {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 1;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 8px;
    top: 24px;
  }

  .menu-button i {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
  }

  .menu-button i:before,
  .menu-button i:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #CC0136;
    background: #fff;


    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }

  .menu-button i:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  .menu-button i:after {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  .is-open .menu-button i {
    background: #144616;/*#fff ハンバーガーメニュー、オープン時真ん中の線を見えなくするため背景色に変更*/
  }

  .is-open .menu-button i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }

  .is-open .menu-button i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }



  /*ボックス回り込み解除＠KAWANOここから*/

  #about_kakusan .boxItems2,
  #challenge .boxItems2,
  #safety_gifu .boxItems,
  #quality_kanri .boxItems2 {
    display: block;
    clear: both;
    content: ".";
  }


  #about_kakusan .boxItems2 .box,
  #challenge .boxItems2 .box,
  #safety_gifu .boxItems .box,
  #safety_gifu .boxItems .box_f,
  #safety_gifu .boxItems .box_f2,
  #quality_kanri .boxItems2 .box,
  #quality_kanri .boxItems2 .box2 {
    display: block;
    /*width: 90%;*/
    width: 100%;
  }



  /*下付き文字*/

  .content p sub {
    vertical-align: bottom;
    font-size: 0.6em;
  }

  /*上付き文字*/

  /* .content p sup {
    vertical-align: top;
    font-size: 0.6em;
  } */

  /* --------------------------------------------------------------------------------*/

  /* パンくず */

  /* --------------------------------------------------------------------------------*/


  .pankuzuList {
    width: 100%;
  }

  .pankuzuList div.content {
      position: relative;
      margin: 0 auto;
      text-align: left;
      width: 90%;
  }

  .pankuzuList .pankuzu li {
  display: inline;
      font-size: 12px;
  }
}