/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*LINE応募ボタンのスタイル**＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
.sig-box-fot {
    right: .8rem;
}

.fot-menu {
    position: fixed;
    bottom: -12rem;
    z-index: 10;
}

.main-line-sig-btn {
    display: block;
    border: 5px solid #fff;
    border-radius: 4.5rem;
    height: 9rem;
    width: 9rem;
    background-color: #00B900;
    padding: 1rem;

    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
}

.main-line-sig-btn>a {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1rem;
}

.main-line-sig-btn>a>p {
    position: relative;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.1;
    padding-top: 3rem;
    font-variation-settings: "wght"450;

}

.main-line-sig-btn>a>p::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-image: url(/assets/images/zai-new/line-w.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(-50%);
    top: 25%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    color: #fff;
}

.sig-box-fot-web {
    color: #404040;
    display: block;
    margin-top: 1rem;
}

.sig-box-fot-web p {
    background-color: #fff;
    border-radius: 1rem;
    padding: 0 .8rem;
    border: .5px dashed #aaa;
    outline: solid 5px #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
    font-variation-settings: "wght"700;
}

@media (min-width: 820px) {
    .fot-menu {
        display: none;
    }
}

@media (min-width: 1280px) {
    .sig-box-fot {
        right: 5rem;
    }
}

/*******************LINE応募ボタンのスタイル  end  ********************************/