<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.bnrBlock__btn__list {
  display: flex;
  justify-content: space-between;
}
.bnrBlock__btn__list img {
  height: 80px;
  width: auto;
  padding-right:15px;
}
.bnrBlock__btn__list li:nth-child(2) img {
  width: 268px;
  padding-right:0;
}
.bnrBlock__btn__list li a.noicon {
  background: none !important;
  padding: 0 !important;
}
@media all and (max-width: 767px) {
  .bnrBlock__btn {
    padding-top: 0;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .bnrBlock__btn__list img {
    height: 56px;
  }
  .bnrBlock__btn__list li:nth-child(2) img {
    width: 188px;
    padding-right:0;
  }
}
</pre></body></html>