/* ======================================================================

====================================================================== */
.footer_show {
  position: relative;
  cursor: pointer;
}
.footer_show .button_on01 {
  content: "";
  position: absolute;
  right: 10px;
  top: 4px;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translate(0, -4px);
  transition: 0.4s ease;
}
.footer_show.open .button_on01 {
  transform: rotate(45deg) translate(2px, 0) scale(-1);
}

.footer_show_child_nav ul {
  margin: 0 0 0 10px;
}
.footer_show_child_nav ul li a {
  line-height: 20px;
}

@media screen and (min-width: 568px) {
  .f01 {
    width: 150px;
  }
}

@media screen and (min-width: 568px) {
  .f02 {
    width: 150px;
  }
}

@media screen and (min-width: 568px) {
  .f03 {
    width: 150px;
  }
}

@media screen and (max-width: 567px) {
  .l_footer_nav .ul_wp01 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 567px) {
  .l_footer_nav .ul_wp01 ul {
    margin: 0;
    width: calc(50% - 10px);
  }
}

.l_footer_nav ul li {
  margin: 0 0 10px;
}
@media screen and (max-width: 567px) {
  .l_footer_nav ul li {
    margin: 0 0 10px;
  }
}

.l_footer_nav .footer_show_child_nav {
  display: none;
}
/*# sourceMappingURL=footer.css.map */
