@charset "utf-8";

a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.float_menu {
    position: fixed;
    right: 0;
    top: 218px;
    z-index: 10;
}

.float_menu li:not(:last-of-type) {
    margin-bottom: 5px;
}

[class*="float--"]  {
    display: block;
    width: 80px;
    transition: transform 1s; 
}
.float_menu .float--02:hover {
    transform: translateX(-240px);
}