.footer__menu-list {
  font-size: 0.9rem;
  line-height: 1.75;
  width: 1000px;
  margin: 0 auto 2rem;
}

.footer__menu-list__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

/* page sitemap */
.footer__menu-list .list_outer {
  margin: 0 1.5rem 1rem;
}
.footer__menu-list .list_wrap ul {
  padding: 1rem 0 1rem 1rem;
  list-style: none;
}
#footer_logo{
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .footer__menu-list .list_wrap {
    display: block;
  }

  .footer__menu-list .list_outer {
    display: block;
    padding: 0;
  }

  .footer__menu-list.list_wrap ul {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 1000px) {
  .footer__menu-list {
    font-size: 1rem;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .footer__menu-list__area{
    gap: 1rem;
  }
}
