@charset "UTF-8";
/* CSS Document */

/*nsdgs
-------------------------------------------*/
#nsdgs-header {
  position: relative;
  min-height: 50px;
}
.menubar {
  padding: 1.6rem 5%;
  width: 100%;
  min-height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.index-title, .index-nav {
  color: #000;
  display: flex;
  list-style: none;
}
.index-title, .index-nav {
  color: #000;
  display: flex;
  list-style: none;
}
.index-nav a {
  margin-right: 1.6rem;
  color: #000;
}
.menuicon {
  width: 20%;
  min-height: 55px;
  position: absolute;
  bottom: 0;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 1);
}
.menuicon .item {
  margin: 0;
  padding: 0;
}
.item h2 {
  margin: 0;
}
.item h4 {
  margin: 0;
  padding: 0;
}
.fa-instagram {
  font-size: 3.2rem;
  color: #000;
}
.sdgsicon {
  width: 4.8rem;
  height: 4.8rem;
  background: url(../images/home/sdg_icon_wheel.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#footer{
	background: #f5f5f7;
	padding: 10px 0;
	text-align: center;
}
/*モバイル版
-------------------------------------------*/
@media(max-width:767px) {
	  .menubar {
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    min-height: 60PX;
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
	  .index-nav {
    display: none;
  }
}