@charset "UTF-8";

/* overwritten
-------------------------- */
.mobile-page-u96-button-type02.button-type02-l {
  max-width: 600px;
}

@media screen and (max-width: 900px) {
  .mobile-page-u96-button-type02.button-type02-l {
    max-width: 300px;
    border-radius: 70px;
  }
}

