.osmi-bottom-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}
.osmi-bottom-sticky a{
    font-size: clamp(18px, 3vw, 24px);
    width: 50%;
    max-width: 320px;
    border: 3px solid #34a94f;
    color: #34a94f;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.osmi-bottom-sticky a span{
    display: flex;
    padding: 8px 4px;
    border: 1px solid #34a94f;
    line-height: .85;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.osmi-bottom-sticky a small{
    font-size: clamp(10px, 2vw, 11px);
    width: 100%;
    line-height: 1.1;
    display: block;
}
.osmi-bottom-sticky img {
    max-width: 100%;
}
@media screen and (min-width:701px){
.osmi-bottom-sticky .br-sp{
  display:none;
}
