@charset "utf-8";
.mobile-u96-fixed-bnr {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 121, 186, 0.98);
    padding: 23px 0 28px;
    z-index: 20;
}
.mobile-u96-fixed-bnr.js-mobile-u96-active {
    display: block !important;
}
.mobile-u96-fixed-bnr-inner {
    width: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.mobile-u96-fixed-bnr-text {
    margin-right: 30px;
}
.mobile-u96-fixed-btn {
    position: relative;
    width: 180px;
    display: block;
    color: #2979ba;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 35px;
    margin: 0 auto;
}
.mobile-u96-fixed-btn::after {
    content: '';
    position: absolute;
    display: block;
    border-top: solid 2px #2979ba;
    border-right: solid 2px #2979ba;
    width: 6px;
    height: 6px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(134deg);
}