@charset "UTF-8";

.re-footer {
  width: 100%;
  margin-top: 100px;
}

.re-footer .re-inner {
  display: flex;
  justify-content: space-between;
}
.re-footer .footer-menu {
  background-color: #80b419;
  padding: 70px 0 80px 0;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.re-footer .footer-menu .menu1 {
  width: 33.33%;
  padding-right: 4%;
}
.re-footer .footer-menu .menu2 {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 33.33%;
  padding-left: 8%;
}
.re-footer .footer-menu a {
  text-decoration: none;
  color: #fff;
}
.re-footer .footer-menu a[target="_blank"] {
  background: url(/img/renew/ico_blank.png) right 6px no-repeat;
  background-size: 14px;
  padding-right: 1.2em;
}
.re-footer .footer-menu a:hover {
  text-decoration: underline;
}
.re-footer .footer-menu h3 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3;
}
.re-footer .footer-menu ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}
.re-footer .footer-menu ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.re-footer .copyright {
  background-color: #fff;
  padding: 45px 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #888;
}




@media screen and (max-width: 768px) {
  .re-footer {
    margin-top: 100px;
  }
  .re-footer .re-inner {
    display: block;
  }
  .re-footer .footer-menu {
    background-color: #80b419;
    padding: 40px 20px 50px 20px;
    font-size: 16px;
    text-align: left;
    color: #fff;
  }
  .re-footer .footer-menu a {
    display: inline;
  }
  .re-footer .footer-menu .menu1 {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .re-footer .footer-menu .menu2 {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 20px 0 0 0;
  }
  .re-footer .footer-menu h3 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
  }
  .re-footer .copyright {
    padding: 35px 0;
    font-size: 10px;
  }
}