/* --------------------------
    top-btn
----------------------------*/
.top-btn {
  font-size: min(1.14vw, 1.6rem);
  font-weight: bold;
  z-index: 2;
  display: flex;
  padding: min(1.428vw, 2rem);
  color: #008CD6 !important;
  border: 2px solid #008CD6;
  width: 100%;
  border-radius: 9999px;
  justify-content: center;
  transition: all 0.3s;
  background-color: #ffffff;
}
.top-btn:hover {
  background-color: #008CD6;
  color: #fff !important;
}

/*--------------------------------
    TB用
----------------------------------- */
@media all and (max-width: 960px) {
}

/*--------------------------------
    SP用
----------------------------------- */
@media all and (max-width: 530px) {
  .top-btn {
    font-size: min(4.27vw, 1.6rem);
    padding: min(2.67vw, 1rem);
  }
}
