@charset "UTF-8";
/* CSS Document */

.about02 .btn {
  bottom: 8vw;
  left: 0;
  right: 0;
  text-align: center;
}
.about02 a img {
  width: 72vw; /* 540 */
}
@media screen and (min-width: 750px) {
    .about02 a img {
        width: 540px;
    }
}