@charset "utf-8";

.fv{
  background-position: 43%;
}

/*------------------------------
固定ナビ
-------------------------------*/

.nav_h_grp{
  position: fixed;
  z-index: 1;
  top: 80px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255,255,255,0.8);
}

.link_h_grp{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.link_h_grp > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.link_h_grp > li + li{
  margin-left: 20px;
}

.link_h_grp > li > a{
  font: "Montserrat" 12px;
  color: #000;
  text-shadow: none;
}



@media screen and (max-width: 859px){
  .link_svc > li + li{
    margin-top: 40px;
  }
}
