@charset "UTF-8";

/*社団生補金サイトへのリンク*/
#link-top{
    position: fixed;
    background-image: url(../imgs/logo.png);
    background-size:70px;
    background-position: center;
    top:10px;
    right:10px;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    background-color: white;
    border:solid 3px #FFC107;
    border-radius: 10px;
    cursor: pointer;
}

#link-subp:hover{
    cursor: pointer;
}


@media (max-width: 768px) {  
    #link-top{
        height: 60px;
        width: 60px;
        background-size:50px;
    }
}

@media (max-width: 500px) {
    #link-top{
        height: 50px;
        width: 50px;
        background-size:40px;
    }
}

