@charset "utf-8";
#gototop-1001 {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

#gototop-1001 a {
    display: block;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ff6600;
    color: #ffffff;
}

#gototop-1001 a i {
    display: inline;
    line-height: 50px;
    vertical-align: middle;
}

@media screen and (max-width: 1240px) {
    #gototop-1001 {
        bottom: 60px;
        right: 10px;
    }
    #gototop-1001 a {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}