@charset "UTF-8";


html{
	height: 100%;
	font-size: 14px;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

img {  
  max-width: 100%;
  height: auto;
  border: 0;

}

#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;
}

#contents{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#contents_block{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#contents_main_block{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

/*コンテンツ*/
#content_body_block {
	width: 100%;
	padding: 0;
	margin-top: 70px;
	margin-bottom: 70px;
}

#header {
    height: 382px;
    position: fixed;
    width: 100%;
    padding: 8px;
  }

#hd_block{
	width: 100%;
	height: 452px;
	position: relative;
}

#hd_title{
	width: 100%;
	height: 382px;
	padding-top: 0px;
	margin: 0 auto;
	position:absolute;
	top:70px;
	bottom: auto;
}

.title_text{
	max-width: 1318px;
	height: auto;
	z-index: 99;
	position: absolute;
	top:-165px;
	left: 0;
	margin: 0 auto;
}

.title_logo{
	width: 97px;
	height: auto;
	float: left;
	display:inline-block;
	padding-right: 1em;
	padding-left: 0;

}

.titles{
	width: 460px;
	height: auto;
	display: block;

}

.small_font{
	font-size: 80%;
	display: block;

}

h1{
	width: 100%;
	height: auto;
	color: rgba(255,255,255,1.00);
	text-shadow: black 0 0 5px;
}

.hd_block_img {
	width: 100vw;
    height: 452px;
	background-position: center center;
	background-size:cover;
	z-index: 1;
	position: relative;
}

.hd_block_img img{
	width: 100%;
	height:452px;
	object-fit: cover;
}

/*.hd_block_img{
	width: 100%;
	max-height: 452px;
    /*background: url("../../content/images/hd.png") no-repeat;*/
	/*background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 9999;
}*/

.title_text2{
	max-width: 100%;
	height: 80px;
	z-index: 999;
	position: absolute;
	top:-205px;
	right: 0;
	bottom: 80px;
	padding-right: 1em;
}

.tri{
	position: absolute;
	top:auto;
	bottom: 0;
	width: 0;
	height: 0;
	padding-left: 0;
	border-right: 1920px rgba(255,255,255,.0) solid;
	border-bottom: 130px #8DC031 solid;
	z-index: 99;
}

.tri2{
	position: absolute;
	top:auto;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	padding-right: 0;
	border-left: 1920px rgba(255,255,255,.0) solid;
	border-bottom: 230px rgba(255,255,255,.5) solid;
	z-index: 99;
}

/* メニューヘッダー */
#header-menu {
    top: -100px;
    position: absolute;
    width: 100%;
	height: 70px;
    margin: 100px auto 0;
    padding: 0 0 0;
    line-height: 1;
    z-index: 999;
	background: rgba(255,255,255,1.0);
}

#header-menu a,
#header-menu {
    color:rgba(0,0,0,1.00);
    text-decoration: none;
}

#header-menu a:hover{
    color:rgba(38,153,251,1.00);
	text-decoration: underline;
}
#header-menu .inner {
    position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#header-menu .logo {
    float: left;
	max-width: 170px;
	height: auto;
	padding-top: 0.75em;
}
#header-menu-nav ul {
    list-style: none;
    position: absolute;
    right: 20px;
	left:auto;
	top:14px;
}
#header-menu-nav ul li {
    float: left;
}
#header-menu-nav ul li a {
    padding: 0 20px;
}
 
/* Fixed */
#header-menu.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 70px;
    background: rgba(255,255,255,1.0);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header-menu.fixed .logo {
	padding-top: 0.65em;
}
#header-menu.fixed #header-menu-nav ul li a {
    color:rgba(0,0,0,1.00);
    padding: 0 20px;
}
#header-menu.fixed #header-menu-nav ul li a:hover {
    color:rgba(38,153,251,1.00);
	text-decoration: underline;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:rgba(0,0,0,1.00);
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*コンテンツ3カラム*/
#lab_content{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap: wrap;
    align-items:flex-start;
	padding: 0;
	justify-content: space-between;
	margin-bottom: 70px;
}

.lab_box {
	width: 32%;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	display: block;
	
}

.lab_box img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1em;
	transition: 0.3s;
	
}

.lab_box img:hover{
transform: scale(1.1);
	transition-duration: 0.3s;
	border-radius: 1em;
	opacity: 0.7;
}

.lab_box h3 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	text-align:left;
	font-weight: 900;
}

.lab_box p {
	margin-bottom: 2rem;
	font-size: 1rem;
	text-align:left;
}

.lab_box ol {
counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.lab_box li {
	margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.lab_box li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color:rgba(255,255,255,1.00);
  display: block;
  float: left;
  line-height: 18px;
  margin-left: -30px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}


/*コンテンツ2カラム*/
#lab_content2{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap: wrap;
    align-items:flex-start;
	padding: 0;
	justify-content: space-between;
	margin-bottom: 70px;
}

.lab_box2 {
	width: 49%;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}

.lab_box2 img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1em;
	transition: 0.3s;
}

.lab_box2 img:hover {
transform: scale(1.1);
	transition-duration: 0.3s;
	border-radius: 1em;
	opacity: 0.7;
}

.lab_box2 h3 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	text-align:left;
	font-weight: 900;
}

.lab_box2 p {
	margin-bottom: 2rem;
	font-size: 1rem;
	text-align:left;
}

.lab_box ol {
counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.lab_box li {
	margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.lab_box2 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color:rgba(255,255,255,1.00);
  display: block;
  float: left;
  line-height: 18px;
  margin-left: -30px;
  text-align: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/*ニュース*/
#news_link_block {
	max-width: 1200px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	flex-wrap: nowrap;
    align-items:flex-start;
	padding: 0;
	/*justify-content: space-between;*/
	margin-top: 70px;
	margin-bottom: 70px;
}

.news_block {
	max-width: 600px;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0;
}

.news_block dl {
	width:100%;
	/*float: left;
	clear: both;*/
	margin-top: 0;
	padding-top: 0;
	display:inline-flex;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
}

.news_block dt {
  /*loat: left;*/
  min-width: 174px;
  height:auto;
  margin-right: 3em;

}

.news_block dd {
	width: auto;
  margin-left: 0.5em;
}

.news_block a {
	color: rgba(0,0,0,1.00);
	margin-top: 0em;
	
}

.news_block a:hover {
	color:rgba(102,170,178,1.00);
	text-decoration:underline;
}

.news_image {
	width:100%;
	height:auto;
	display: block;
}

.news_title {
	width:auto;
	display: block;
	font-weight: bold;
	font-size: 16px;
	color:rgba(0,0,0,1.00);
	padding-bottom: 0.2em;
}

.news_text {
	width:100%;
	color:rgba(111,117,121,1.00);
	margin-bottom: 0;
	line-height: 1.6em;
	display: block;
}

.news_date {
	width:100%;
	display: block;
	padding-bottom: 0.2em;
}


/*リンク*/
.link_block{
	min-width: 400px;
	/*border: 1px solid white;*/
	box-sizing: border-box;
	padding: 0;
	margin-right: 3em;
	margin-left: auto;

}

.link_block ul{
	width: 100%;
	list-style: none;
}

.link_block li {
	width: 100%;
	padding:0 0 1rem 0;
}

.link_block img {
	width: 100%;
	height: auto;
}


/*ページトップ*/
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:#8DC031;
    font-size: 20px;
    text-align: center;
    display: none;
	background-color: rgba(255,255,255,1.00);
	border: #8DC031 solid 2px;
    position: fixed;
    z-index: 9999;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/*文字セット*/

p {
    line-height: 1.8em;
	margin-top: 0;
}

h2 {
	font-size: 160%;
	padding-bottom: 0.5em;
	color: rgba(0,0,0,1.00);
	font-weight: normal;
	display:flex; align-items:center;
}

h2:after {
	margin-left:5px; 
	border-top:1px solid rgba(0,0,44,1.00);
	content:""; 
	flex-grow:1;
}


h3 {
	font-size: 140%;
	padding: 0;
	font-weight: normal;
	margin-bottom: 0;
}

h4 {
	font-size: 160%;
	padding: 0.5em;
	font-weight: normal;
	margin-bottom: 1em;
	border: rgba(0,0,0,1.00) solid 1px;
	color: rgba(90,153,135,1.00);
	font-weight: bold;
}

h5 {
	font-size: 140%;
	padding: 0.5em 0;
	font-weight: normal;
	margin-bottom: 1em;
	color: rgba(0,0,0,1.00);
}

h5:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f192";
  margin-right: 10px;
}

/*アイコンセット*/
.iconset {
	padding-right : 5px;
}

.icon_green {
    color: #8DC031;
	padding-right : 5px;
  }

.title_text_left{
	padding-left: 0;
	color: rgba(255,255,255,1.00);
	font-weight: 900;
	font-size: 110%;
}

.title_text_right{
	padding-left: 0;
	color: rgba(0,0,0,1.00);
	font-weight: 900;
	font-size: 110%;
	line-height: 1.3em;
}

.title_text_right > span{
	display: block;
}

.pd10{
	padding: 10px 0 0;
}

.text_center{
	text-align: center;
}

/*フッター*/
#footer{
	width: 100%;
	background: #8DC031;
	padding: 0 2em;
}

#footer_inn{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	justify-content:center;
    align-items: center;
	padding: 2em 1em 2em 0;
}

.ft_menu {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ft_menu li {
	list-style-type: none;
}

.ft_menu li {
		float: left;
	}
	
.ft_menu li ul li {
		float: none;
		padding-left: 10px;
	}

.ft_menu li a {
	padding: 10px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.ft_menu li ul li a {
	padding: 10px 0px;
	display: block;
	font-size: 100%;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
}

.ft_menu li ul li a:hover {
	text-decoration: underline;
	color:rgba(1,122,8,1.00);
}

.ft_title_clear{
	display: block;
	margin-top: 1.2em;
}

.ft_site_id_block{
	width: 80%;
	height: auto;
	padding: 0;
	margin: 0;
}

.ft_site_id{
	max-width: 500px;
	height: auto;
	padding-top: .3em;
	margin: 0;
	color: rgba(255,255,255,1.00);
	/*text-shadow: black 0 0 5px;*/
	font-size: 1.8rem;
	font-weight: 900;
}

.title_ft_logo{
	width: 97px;
	height: auto;
	padding-right: 1em;
	padding-left: 0;
	float: left;
}

.ft_small_font{
	font-size: .7em;
	display: block;

}

/*フッター*/
#copyright_block{
	max-width: 100%;
	height: 80px;
	position: relative;
}

#copyright_block_copy{
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
	padding-top: 40px;
}

.copyright{
	width: 100%;
	text-align: center;
	color: rgba(0,0,0,1.00);
}
	
/*.title_text_left{
	padding-left: 0;
	color: rgba(255,255,255,1.00);
	font-weight: 900;
	font-size: 110%;
	text-align: center;
}

.title_text_left > span{
	display: block;
	font-size: .8em;
}*/



@media screen and (max-width : 960px ){

.title_text2{
	max-width: 100%;
	height: 80px;
	z-index: 999;
	position: absolute;
	top:-245px;
	right: 0;
	bottom: 20px;
	padding-right: 1em;
}
.news_block dl {
	width:100%;
	/*float: left;
	clear: both;*/
	margin-top: 0;
	padding-top: 0;
	display: block;
}

.news_block dt {
  /*loat: left;*/
  max-width: 174px;
  height:auto;
  margin-right: 3em;

}

/*フッター*/
#footer{
	width: 100%;
	height: auto;
	background: #8DC031;
	padding: 0 2em;
	float: left;
}

#footer_inn{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	display: -webkit-block;
	display: -moz-block;
    display: -ms-block;
    display: -o-block;
	justify-content:center;
    align-items: center;
	padding: 0;
	margin-bottom: 3em;
	float: left;
}

.ft_menu {
	width: auto;
	min-height: 350px;
	margin: 0 auto;
	clear: both;
	float: left;
	padding-top: 2em;
	margin-bottom: 2em;
}

.ft_menu li {
	list-style-type: none;
}

.ft_menu li {
		float:left;
	}
	
.ft_menu li ul li {
		float: none;
		padding-left: 0;
	}

.ft_menu li a {
	padding: 10px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.ft_menu li ul li a {
	padding: 10px 0px;
	display: block;
	font-size: 100%;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
}

.ft_menu li ul li a:hover {
	text-decoration: underline;
	color:rgba(1,122,8,1.00);
}

.ft_title_clear{
	display: block;
	margin-top: 1.2em;
}

.ft_site_id_block{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	padding: 2em 0;
}

.ft_site_id{
	width: 100%;
	height: auto;
	padding-top: .3em;
	margin: 0;
	color: rgba(255,255,255,1.00);
	/*text-shadow: black 0 0 5px;*/
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0 auto;
	float: left;
}

.title_ft_logo{
	width: 97px;
	height: auto;
	padding-right: 0;
	padding-left: 0;
	float: left;
}

.ft_small_font{
	font-size: .7em;
	display: block;

}
	
/*フッター*/
#copyright_block{
	max-width: 100%;
	height: 80px;
	position: relative;
	clear: both;
}

#copyright_block_copy{
	max-width: 1200px;
	height: 80px;
	margin: 0 auto;
	padding-top: 40px;
}

.copyright{
	width: 100%;
	text-align: center;
	color: rgba(0,0,0,1.00);
}

}


@media screen and (max-width : 760px ){
	
#wrapper {
	width:100%;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	overflow: hidden;

}

#contents{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#hd_block{
	width: 100%;
	height: 382px;
	position: relative;
	display:block;
	display: -webkit-block;
    justify-content: center;
}

#contents_block{
	width: 95%;
	position: relative;
}
	
#contents_main_block{
	width: 100%;
	padding: 0;
}
	
/*コンテンツ*/
#content_body_block {
	width: 100%;
	padding: 0;
	margin-top: 70px;
	margin-bottom: 70px;
	padding-top: 70px;
}

#hd_title{
	width: 100%;
	height: 382px;
	padding-top: 0px;
	margin: 0 auto;
	position:absolute;
	top:70px;
	right: 0;
	bottom: auto;
	left: 0;
	text-align: center;
}
	
.hd_block_img {
	width: 100vw;
    height: 382px;
	background-position: center center;
	background-size:cover;
	z-index: 1;
	position: relative;
}

.hd_block_img img{
	width: 100%;
	height:382px;
	object-fit: cover;
}

	
.tri{
	position: absolute;
	top:auto;
	bottom: 0;
	width: 0;
	height: 0;
	padding-left: 0;
	border-right: 1920px rgba(255,255,255,.0) solid;
	border-bottom: 130px #8DC031 solid;
}

.tri2{
	position: absolute;
	top:auto;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	padding-right: 0;
	border-left: 1920px rgba(255,255,255,.0) solid;
	border-bottom: 230px rgba(255,255,255,.5) solid;
}
	
.title_text{
	width: 100%;
	height: auto;
	z-index: 99;
	position: absolute;
	top:-105px;
	left: 0;
	margin: 0 auto;
	font-size: 90%;
}
	
.title_logo{
	width: 97px;
	height: auto;
	float: left;
	display:inline-block;
	padding-right: 1em;
	padding-left: 0;

}
	
.titles{
	width: 100%;
	height: auto;
	display: block;

}

.small_font{
	font-size: 65%;
	display: block;

}



h1{
	width: 100%;
	height: auto;
	color: rgba(255,255,255,1.00);
	text-shadow: black 0 0 5px;
}
	

#hd_title h1{
	width: 98%;
	height: auto;
	font-size: 140%;
	margin: 0;
	padding: 0;
}
	
	
.title_text2{
	width: 100%;
	height: 80px;
	z-index: 99;
	position: absolute;
	top:-180px;
	right: 0;
	font-size: 80%;
	text-align: right;
}
/*コンテンツ3カラム*/
#lab_content{
	width: 100%;
	display: block;
	display: -webkit-block;
	flex-wrap: wrap;
    align-items:flex-start;
	padding: 0;
	justify-content: space-between;
	flex-direction: row;
}

.lab_box{
	width: 100%;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0;
}
	
/*コンテンツ2カラム*/
#lab_content2{
	width: 100%;
	display: block;
	display: -webkit-block;
	flex-wrap: wrap;
    align-items:flex-start;
	padding: 0;
	justify-content: space-between;
	margin-bottom: 70px;
}

.lab_box2 {
	width: 100%;
	border: 1px solid white;
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
}

/*ニュース*/
#news_link_block {
	width: 100%;
	display: block;
	display: -webkit-block;
	display: -moz-block;
    display: -ms-block;
    display: -o-block;
	flex-wrap: nowrap;
    align-items:flex-start;
	padding: 0;
	margin-top: 70px;
	margin-bottom: 70px;
}

.news_block {
	max-width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

.news_block dl {
	width:100%;
	display:inline-flex;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 30px;
}
	
.news_block dt {
  /*float:left;*/
  width: 100%;
  height:auto;
  margin-right: 0;
  margin-right: 2em;
	  

}

.news_block dd {
	width: 100%;
	margin-left: 0;
}
	
.news_text {
	width:100%;
	color:rgba(111,117,121,1.00);
	margin-bottom: 0;
	line-height: 1.6em;
	/*display: block;
	clear: both;*/
}
	
/*リンク*/
.link_block{
	width: 70%;
	/*border: 1px solid white;*/
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;

}

.link_block ul{
	width: 100%;
	list-style: none;
	padding-left: 0;
	text-align: center;
}

.link_block li {
	width: 100%;
	padding:0 0 10px 10px;
}

.link_block img {
	width: 100%;
	height: auto;
}
	
	


/*リンク*/
#link_block{
	width: 100%;
	height: auto;
	display:block;
	display: -webkit-block;
	padding: 0;
	align-content: center;

}

.link_title{
    width: 100%;
	padding-right:0;
	padding-top: 0px;
	text-align: center;
}

.link_contet{
	width: 100%;
	padding-top: 20px;
}

.link_contet ul{
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.link_contet li {
	width: 100%;
	padding:0 0 0.2em 0;
}

.link_contet img {
	width: 250px;
	height: auto;
}

/*ボタン設定*/
.more_link {
	width: auto;
	height: 48px;
	display:block;
	margin: 0 auto;
}

#header-menu-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background:rgba(255,255,255,1.0);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
	
#header-menu-nav ul {
        list-style: none;
        position:absolute;
        right:0;
		left:auto;
        bottom: 0;
		top:0em;
        font-size: 16px;
		text-align: center;
		background: rgba(255,255,255,1.00);
		width: 100%;
    }
	
#header-menu-nav ul li {
        position: static;
		width: 100%;
		height: auto;
		font-size: 1em;
        list-style-type: none;
		line-height: 50px;
		background: rgba(255,255,255,1.00);
        border-bottom: 1px dotted rgba(0,0,0,1.0);
	}
	
#top-head #header-menu-nav ul li a,
#top-head.fixed #header-menu-nav ul li a {
        color: rgba(147,3,6,.8);
    }

#header-menu-nav ul li a:hover {
        display: block;
        color:rgba(255,255,255,1.00);
		background: rgba(38,153,251,1.00);
	    border-bottom:none;
    }
	
#nav-toggle {
        display: block;
		margin-top: 0.4em;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #header-menu-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
/* メニューヘッダー */

#header-menu .inner {
    position: relative;
	width: 100%;
	margin: 0 auto;
}
#header-menu .logo {
    float: left;
	max-width: 140px;
	height: auto;
	padding-top: 1em;
	padding-left: 1em;
}
	

/*サブメニュー*/
.submenu {
	width:100%;
	height: auto;
	padding: 0;
	margin: 0;
	}
.submenu ul{
	max-width: 100%;
	list-style: none;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	}
	
.submenu li{
	flex: auto;
	max-width:100%;
	padding: 0.1em 0.2em;
	text-align: center;
	}

.submenu li a{
	border: rgba(0,0,0,1.00) solid 1px;
	background: rgba(204,204,204,1.00);
	color: rgba(0,0,0,1.00);
	padding: 1em 1em;
	margin: 0;
	text-decoration: none;
	}

.submenu li a:hover{
	background: rgba(215,255,226,1.00);

	}
	
	/*フッター*/
#footer{
	width: 100%;
	height: auto;
	background: #8DC031;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#footer_inn{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	display: -webkit-block;
	display: -moz-block;
    display: -ms-block;
    display: -o-block;
	justify-content:center;
    align-items: center;
	margin-bottom: 3em;
	float: left;
}

.ft_menu {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	clear: both;
	padding-top: 2em;
	float: left;
}

.ft_menu li {
	list-style-type: none;
}

.ft_menu li {
		float:left;
	}
	
.ft_menu li ul li {
		float: none;
		padding-left: 0;
	}

.ft_menu li a {
	padding: 10px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.ft_menu li ul li a {
	padding: 10px 0px;
	display: block;
	font-size: 100%;
	font-weight: normal;
	color: rgba(255,255,255,1.00);
}

.ft_menu li ul li a:hover {
	text-decoration: underline;
	color:rgba(1,122,8,1.00);
}

.ft_title_clear{
	display: block;
	margin-top: 0em;
}

.ft_site_id_block{
	width: 100%;
	height: auto;
	padding: 2em 3em;
}

.ft_site_id{
	width: 100%;
	height: auto;
	padding-top: .3em;
	color: rgba(255,255,255,1.00);
	/*text-shadow: black 0 0 5px;*/
	font-size: 1.8rem;
	font-weight: 900;
	margin: 0 auto;
	float: left;
}

.title_ft_logo{
	width: 97px;
	height: auto;
	float: left;
}

.ft_small_font{
	font-size: .7em;
	display: block;

}
	
}