/*----------------------------
reCAPTCHA
----------------------------*/
.grecaptcha-badge { visibility: hidden; }

/*----------------------------
footer
----------------------------*/
#footer.footer.footer-container.nwa{
  margin-top: 0px;
}
.footer {
  /* background-color: teal; */
  background-color: black;
  color: white;
  padding: 1rem 0;
  margin-top: 0;
}
.footer .footer-in .footer-bottom {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .footer-in .footer-bottom.cf::after {
  content: none;
}
.footer .footer-in .footer-bottom .footer-bottom-logo,
.footer .footer-in .footer-bottom .footer-bottom-content {
  /* margin-left: 5%;
  margin-right: 5%; */
  width: 50%;
}
.footer .footer-in .footer-bottom .footer-bottom-logo {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-in .footer-bottom .footer-bottom-logo .slogan {
  font-size: 0.7rem;
  margin-top: 0.7rem;
  display: none;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer {
  margin-bottom: 0.7rem;
  font-size: 0.7rem;
}
.footer .footer-in .copyright {
  font-size: 0.5rem;
  text-align: center;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer .navi-footer-in {
  line-height: 1.5rem;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer .navi-footer-in .footer_menu {
  /* margin-right: 3rem; */
  /* margin-left: 3rem; */
  text-align: left;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer .navi-footer-in .footer_menu a {
  /* color: var(--third-color); */
  color: white;
  font-size: 0.7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer .navi-footer-in .footer_menu a:hover {
  color: teal;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer .navi-footer-in ul {
  text-align: left;
  list-style-type: none;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer .navi-footer-in a {
  padding: 0.5rem;
  font-size: 0.9rem;
  color: white;
}
.footer .footer-in .footer-bottom .footer-bottom-content .navi-footer .navi-footer-in a:hover {
  color: black;
}

/* モバイルフッターボタン */
.mobile-menu-buttons {
  background-color: black;
}
.mobile-menu-buttons .menu-button,
.mobile-menu-buttons .menu-button > a {
  color: white;
}
/* 横からスライドインするメニュー */
#sidebar-menu-content {
	color:black;
}

/*480px以下*/
@media screen and (max-width: 480px){
  .footer .footer-in .footer-bottom {
    flex-direction: column;
    width: 80%;
  }
  .footer .footer-in .footer-bottom .footer-bottom-logo,
  .footer .footer-in .footer-bottom .footer-bottom-content {
    width: 100%;
  }
  .footer .footer-in .footer-bottom .footer-bottom-logo .slogan {
    position: relative;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0.5rem;

  }
  .footer .footer-in .footer-bottom .footer-bottom-logo .logo {
    text-align: left;
  }
  .footer .footer-in .footer-bottom .footer-bottom-logo .slogan::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 0.5rem);
  }
}
