.top5 { margin-top: 5px; }
.top10 { margin-top: 10px; }
.top15 { margin-top: 15px; }

.bottom5 { margin-bottom: 5px; }
.bottom10 { margin-bottom: 10px; }
.bottom15 { margin-bottom: 15px; }

.left5 { margin-left: 5px; }
.left10 { margin-left: 10px; }
.left15 { margin-left: 15px; }

.right5 { margin-right: 5px; }
.right10 { margin-right: 10px; }
.right15 { margin-right: 15px; }

.sp_show {
  display: none;
}
.sp_hide {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_header {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .sp_main {
    padding-top: 10px !important;
  }

  .sp_show {
    display: block;
  }
  .sp_hide {
    display: none;
  }

  h7 .sp_col_left {
    padding-right: 0px;
  }
}

.fix-jsqr_iOS14 {
  width: 0;
  height: 0;
  opacity: 0;
}
