@charset "UTF-8";

footer.footer_common{
  padding: 0;
}
footer.footer_common img{
  max-width: fit-content;
  width: 100%;
}
@media only screen and (min-width: 769px){
  footer.footer_common{
    padding: 60px 0;
  }
  footer.footer_common .footer_bnr{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  footer.footer_common .footer_text{
    margin-top: 60px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px){
  footer.footer_common{
    padding: 7.8125vw 0;
  }
  footer.footer_common .footer_bnr{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  footer.footer_common .footer_text{
    margin-top: 7.8125vw;
    font-size: 3.125vw;
  }
}