#SBP23 ul.thumbCol-frex{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px 5%;
}
#SBP23 li.thumbCol-frex{
  display: flex;
  flex-direction: column;
  width: 30%;
  word-break: keep-all;
}
#SBP23 li.thumbCol-frex img{
  border: #ccc 1px solid;
}
#SBP23 p.thumbCol-frex-link, #SBP23 ul.thumbCol-frex-link{
  margin-top: auto;
}
#SBP23 .thumbCol-frex-link li a{
  min-width: 100%;
}

@media screen and (max-width: 1024px) {
  #SBP23 ul.thumbCol-frex{
    margin-top: 20px;
    gap: 20px 5%;
  }
  #SBP23 li.thumbCol-frex {
    width: 47.5%;
  }
}

#SBP23 .appBlBox {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
#SBP23 .appBlBox .cell {
  display: flex;
  align-items: center;
}
#SBP23 .appBlBox .qr {
  display: block;
  margin-left: 15px;
  border: 1px solid #999;
}

@media screen and (max-width: 1024px) {
  #SBP23 .appBlBox {
    display: block;
  }
  #SBP23 .appBlBox .store {
    margin-top: 10px;
  }
  #SBP23 .appBlBox .store:nth-child(n+2) {
    margin-top: 30px;
  }
  #SBP23 .appBlBox .appStore .logo {
    margin-top: 10px;
  }
  #SBP23 .appBlBox .cell {
    display: block;
  }
  #SBP23 .appBlBox .qr {
    display: none;
  }
}