.footer__content-pc {
  display: block !important;
}

@media (max-width: 900px) {
  .footer__content-pc {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .footer__content-sp {
    display: block !important;
  }
}
footer {
  padding: 80px 0 0;
  color: #046F3E;
}
footer a {
  display: inline-block;
  color: #046F3E;
}
footer nav {
  display: flex;
  justify-content: space-around;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
footer nav li {
  white-space: nowrap;
  margin-bottom: 17px;
}
footer nav a:hover {
  text-decoration: underline;
}
footer nav .footer__main-menu {
  font-weight: 500;
}
footer .footer__content {
  max-width: 1350px;
  margin: 0 auto 20px;
}
footer .copy-right {
  text-align: center;
  color: white;
  background: #046F3E;
  padding: 10px;
}
footer .footer__sub-menu {
  opacity: 0.8;
}
footer .footer__sub-menu a {
  color: #333333;
}
footer .footer__sub-menu li {
  line-height: 1;
}
footer .footer__logo {
  width: 210px;
}
footer .footer__menu {
  font-size: 18px;
  margin-bottom: 30px;
}
footer .footer__sub-menu {
  font-size: 14px;
}

small p {
  color: white;
}

@media (max-width: 900px) {
  footer {
    padding: 30px 0 0;
  }
  footer nav {
    display: block;
  }
  footer .copy-right {
    font-size: 10px;
  }
}
.footer__content-sp {
  display: none;
}
.footer__content-sp .d-flex li {
  width: 45%;
}
.footer__content-sp .d-flex .footer-menu-sp {
  padding-bottom: 10px;
  border-bottom: 1px solid #046F3E;
  width: 100%;
  position: relative;
}
.footer__content-sp .d-flex .footer-menu-sp::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  background: url(../image/arrow-r-green.png) no-repeat;
  background-size: contain;
  right: 0px;
  bottom: 5px;
}
.footer__content-sp .footer__logo {
  margin-bottom: 40px;
}
.footer__content-sp .footer-info a {
  display: block;
  margin-bottom: 10px;
}
.footer__content-sp nav {
  padding-bottom: 10px;
}/*# sourceMappingURL=footer.css.map */