@charset "UTF-8";
/*
|---------------------------------------------------------------
| style202512
|---------------------------------------------------------------
*/
.footer_menu__marks {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 15px 0;
}
.footer_menu__marks .footer__pmark {
  margin-top: 0;
}

.footer-isms_images {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-isms {
  display: block;
  width: 100%;
}
.footer-isms img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
}
