.footer-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.footer-nav.is-hide {
  display: none;
}
.footer-nav .nav-wrap {
  display: flex;
}
.footer-nav .nav-wrap a {
  flex: 1;
  height: 65px;
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.footer-nav .nav-wrap a.area {
  background: #004EA2;
  color: #fff;
  text-decoration: none;
}
.footer-nav .nav-wrap a.tel {
  background: #FFE100;
  color: #002673;
  text-decoration: none;
}
.footer-nav .nav-wrap a.tel_2 {
  text-align: center;
}
.footer-nav .nav-wrap a.appy {
  background: #EC5504;
  color: #fff;
  text-decoration: none;
}
.footer-nav .nav-wrap a.appy span {
  display: none;
}
.footer-nav .nav-wrap a.appy img {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 38.74em) {
  .footer-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.26);
    background: #fff;
  }
  .footer-nav .nav-wrap {
    height: 100px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 20px;
  }
  .footer-nav .nav-wrap a {
    height: 58px;
    border-radius: 29px;
    position: relative;
    font-size: 18px;
  }
  .footer-nav .nav-wrap a.appy span {
    position: absolute;
    top: -25px;
    left: calc(50% + 76px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: transparent;
    line-height: 1;
    width: 76px;
    height: 71px;
    text-align: center;
    background: url(../img/ico_baloon_orange.svg) no-repeat 0 0;
    background-size: 76px 71px;
  }
  .footer-nav .nav-wrap a.tel_2 {
    font-size: 18px;
  }
  .footer-nav .nav-wrap a > div {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-nav .nav-wrap a > div img {
    vertical-align: middle;
  }
}

/*# sourceMappingURL=hover.css.map */
