@charset "UTF-8";
.wrapper {
  overflow-y: hidden;
  height: auto;
}
.wrapper .content-wrapper {
  padding-bottom: 10rem;
  cursor: default;
}

.form-check .form-check-label {
  margin-left: 5px;
}
.form-check .form-check-label a {
  font-weight: 400;
}

.form-group {
  position: relative;
}

footer.unauth-footer .footer-nav {
  height: 6rem;
  line-height: 6rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 0.1rem solid #E3E9EE;
}
footer.unauth-footer .footer-nav .menu {
  display: flex;
  justify-content: flex-end;
}
footer.unauth-footer .footer-nav .menu .footer-nav-item {
  padding: 0 2rem;
}
footer.unauth-footer .footer-nav .menu .footer-nav-item .footer-nav-link {
  font-size: 1.35rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 768px以下のメディアクエリ */
@media (max-width: 768px) {
  .navbar-collapse.pull-left + .navbar-custom-menu {
    right: 0rem;
  }
}
.navbar-nav {
  display: flex;
  flex-direction: row;
}/*# sourceMappingURL=pifaaweb_menu_unauth.css.map */