.fot-menu-btn-provi-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    ;
    margin-top: 4.2rem;
}

.fot-menu-bg04-new25 {
    border: 2px solid #1f1f1f;
    border-radius: 2rem;
    height: 5rem;
    width: 90%;
    background-image: linear-gradient(133deg, #dffeff, #ffdede);
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    outline: 5px solid #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
}

.fot-menu-bg04-new25::before {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/poke-sig.gif);
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 2.5rem;
    left: 14%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fot-menu-bg04-new25::after {
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    background-size: contain;
    background-image: url(/assets/images/zai-new/sig-tri.svg);
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    right: 6%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fot-menu-bg04-new25 a p {
    color: #1f1f1f;
    font-variation-settings: "wght"700;
    font-size: 1.6rem;
    display: inline-block;
    padding-left: 1rem;
}

.start-ban {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.fot-menu-bg04 {
    border: 4px solid #fff;
    border-radius: 2rem;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 30%);
    padding: 0.2rem 0;
    width: 100%;
    display: block;
}

.fot-menu-p-span08 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    position: relative;
}

.line-btn-arow-oya02::before {
    content: "";
    display: block;
    position: relative;
    background-size: contain;
    background-image: url(/assets/images/line/com_lineicon01.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(100%);
    width: 3rem;
    height: 3rem;
    top: 2rem;
    left: -3.5rem;
}

.line-btn-small {
    position: relative;
    top: -0.8rem;
    color: #fff;
    left: 1.8rem;
    font-size: .9rem;
}

.reg-web-textbtn {
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
    background-color: #fff;
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

.reg-web-textbtn::before {
    content: "";
    display: block;
    position: relative;
    background-size: contain;
    background-image: url(/assets/images/web-formicon.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(-50%);
    width: 1.3rem;
    height: 1rem;
    top: 2.2rem;
    left: 5.8rem
}