@charset "utf-8";

.button_link {
    position: fixed;
    width: 118px;
    height: 118px;
    right: 10px;
    bottom: 63px;
    z-index: 2;
}
.button_link .inner{
    position: relative;
    width: 100%;
    height: 100%;
}
.button_link .img_close {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    border: none;
    background-color: transparent;
    background-image: url('/senkyo-data/database/touitsu/2019/pre/images/icon_close.png');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    outline: none;
    appearance: none;
    transition: all .5s ease;
}
.button_link .img_main {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    border-radius: 3px;
    background-color: transparent;
    background-image: url('/senkyo-data/database/touitsu/2019/pre/images/icon_link.png');
    background-size: contain;
    box-shadow: 0px 0px 9px 1px rgba(51, 51, 51, 0.3);
    transition: all .5s ease;
}

@media screen and (min-width: 600px){
    .button_link {
        width: 172px;
        height: 172px;
    }
    .button_link .img_close {
        width: 44px;
        height: 44px;
    }
    .button_link:hover .img_close {
        background-image: url('/senkyo-data/database/touitsu/2019/pre/images/icon_close_hover.png');
    }
    .button_link .img_main {
        width: 150px;
        height: 150px;
    }
    .button_link:hover .img_main {
        background-image: url('/senkyo-data/database/touitsu/2019/pre/images/icon_link_hover.png');
    }
}
