.layout_footer_wp {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 10;
  padding: 40px 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.layout_footer_wp .footer_content {
  padding: 40px 20px 60px;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
.layout_footer_wp .footer_content .footer_logo {
  width: 200px;
  font-size: 0;
}
.layout_footer_wp .footer_content .footer_logo img {
  width: 100%;
}
.layout_footer_wp .footer_content .footer_menu {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.layout_footer_wp .footer_content .footer_menu .menu_box_wp {
  color: white;
}
.layout_footer_wp .footer_content .footer_menu .menu_box_wp .menu_box_title {
  font-size: 24px;
}
.layout_footer_wp .footer_content .footer_menu .menu_box_wp .menu_box_list {
  padding-top: 10px;
}
.layout_footer_wp .footer_content .footer_menu .menu_box_wp .menu_box_list .menu_box_item {
  padding-top: 10px;
}
.layout_footer_wp .footer_content .footer_menu .menu_box_wp .menu_box_list .menu_box_item a {
  color: white;
}
.layout_footer_wp .footer_legal {
  padding: 20px 20px 0;
  margin: 0 auto;
  max-width: 1400px;
}
.layout_footer_wp .footer_legal .legal_content {
  padding-top: 10px;
  border-top: 1px solid white;
}
.layout_footer_wp .footer_legal .legal_content .legal_copyright {
  color: white;
}

@media screen and (max-width: 1000px) {
  .layout_footer_wp .footer_content {
    display: block;
  }
  .layout_footer_wp .footer_content .footer_menu {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 667px) {
  .layout_footer_wp .footer_content .footer_menu {
    display: block;
  }
  .layout_footer_wp .footer_content .footer_menu .menu_box_wp {
    vertical-align: top;
    display: inline-block;
    padding-bottom: 40px;
    margin-right: 15%;
  }
}/*# sourceMappingURL=footer.css.map */