@charset "utf-8";

.text-white , .text-white > li { color: #FFF!important; }
.text-blue , .text-blue > li { color: #0077CC!important; }

/*追従リンク*/
.c-btn-fix {
    position: fixed;
    right: 2.34375%;
    bottom: 30px;
    z-index: 100;
    display: block;
    width: 132px;
    height: 132px;
    transition: .3s;
}
.c-btn-fix.is-hide {
    z-index: 0;
    opacity: 0;
}
.c-btn-fix a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #07c;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
    transition: .3s;
}
.c-btn-fix a:hover {
    opacity: .7;
}
@media screen and (max-width: 1024px) {
    .c-btn-fix {
        bottom: 75px;
    }
    .c-btn-fix {
        width: 100px;
        height: 100px;
    }
}