@media (max-width: 1050px) {
  .main h1 {
    font-size: 40px;
  }
  .mirror-title p {
    font-size: 16px;
  }
  .mirror-form {
    width: 290px;
  }
  .mirror-form .link {
    width: 60%;
    font-size: 16px;
  }
  .mirror-form .button {
    width: 40%;
    font-size: 16px;
  }
  .mirror-button .button {
    width: 190px;
    font-size: 16px;
  }
  .table-1 .col-1 .img {
    width: 120px;
    margin-right: 20px;
  }
  .table-1 .col-2 p {
    font-size: 16px;
    width: 330px;
  }
  .table-1 .col-3 .button {
    font-size: 16px;
    width: 160px;
  }
  .bonus h2 {
    font-size: 38px;
  }
  .bonus .bonus-b .col-1,
  .bonus .bonus-b .col-2,
  .bonus .bonus-b .col-3 {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main h1 {
    font-size: 28px;
  }
  .main {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .mirror {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mirror-form {
    margin: 15px 0;
  }
  .mirror-form,
  .mirror-link,
  .mirror-button {
    width: 100%;
  }
  .mirror-button .button {
    width: 100%;
  }
  .table-1 {
    margin-top: 40px;
  }
  .table-1 .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    height: auto;
  }
  .table-1 .col-2 p {
    margin: 15px 0;
    width: 100%;
  }
  .bonus {
    margin-top: 40px;
  }
  .bonus h2 {
    font-size: 28px;
  }
  .bonus .bonus-b {
    margin-top: 40px;
  }
  .img-text img {
    width: 30px;
  }
  .bonus .bonus-b .col-2 .img-text span {
    font-size: 30px;
    margin-left: 5px;
  }
  .bonus .bonus-b {
    padding: 30px 15px 10px 15px;
  }
  .bonus .bonus-b .col-2 .img-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
  .bonus .bonus-b .col-2 .img-text img {
    width: 60px;
  }
  .bonus .bonus-b .col-3 img {
    max-width: 100%;
  }
  .table-2 .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .table-2 .col-2 {
    padding: 20px 0;
  }
  .table-2 .col-3 {
    display: block;
    width: 100%;
  }
  .table-2 .col-3 .button {
    width: 100%;
  }
}
