/*追従ボタン*/
@media(min-width:751px){
  .fix-btn-pc{
    position:fixed;
    z-index:1;
    background:#0d63dc;
    color: #ffffff;
    margin: 0; 
    border: none; 
    text-align: center; 
    font-weight: bold; 
    font-size: 18px; 
    line-height: 1.2;
    -webkit-border-radius: 8px;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:1px 1px 5px #808080;
    padding: 16px 25px;
    right:10px;
    top:50%;
  }
  .fix-btn-sp{
    display: none !important;
  }
}

@media(max-width:750px){
  .fix-btn-sp{
    position:fixed;
    z-index:1;
    background:#0d63dc;
    color: #ffffff;
    margin: 0; 
    border: none; 
    text-align: center; 
    font-weight: bold; 
    font-size: 18px; 
    line-height: 1.2;
    -webkit-border-radius: 8px;
    border-radius: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:1px 1px 5px #808080;
    padding: 8px 18px;
    right:5px;
    bottom:65px;
  }
    .fix-btn-pc{
    display: none !important;
  }
}
