@charset "UTF-8";

/* 右追従タブ */
.fix_sidetab {
    position: fixed;
    z-index: 10;
    top: 50%;
    width: 130px;
    right: -200px;
    transition: right 0.3s ease;
}