.how-do-i-make-a-depositimg {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0px;
}

.slide-buttom {
    margin: 50px;
    text-align: center;
}

.payment {
    font-size: 30px;
    font-weight: bold;
    border-bottom: #CC9D2D;
}

.deposit {
    margin-top: 100px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: #CC9D2D;
}

.how-do-i-make-a-deposit {
    max-width: 60%;
    margin: auto;
}

.box29 {
    margin: 4em 0;
    background: #fffcf3;
}

.box29 .box-title {
    font-size: 1.2em;
    background: #CC9D2D;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.point {
    padding: 30px 10px;
    background-color: #FFF;

}

.cool-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.2em;
    position: relative;
    transition: color 0.2s;
    margin: 25px;
    padding: 8px 18px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(204, 157, 45, 0.07);
}

.cool-link:hover {
    color: #CC9D2D;
}

.cool-link .arrow {
    display: inline-flex;
    transition: transform 0.2s;
}

.cool-link:hover .arrow {
    transform: translateX(4px);
}

.deposit-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.deposit-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

ul {
    padding: 0px 30px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 90px;

}

.breadcrumb li {
    display: flex;
    /*横に並ぶように*/
    list-style: none;
    font-size: small;
    margin-top: 10px;

}

.breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;

}

.breadcrumb li:last-child:after {
    content: '';
}

li[itemprop="itemListElement"] a {
    color: rgb(5, 5, 5);
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .how-do-i-make-a-deposit {
        max-width: 90%;
    }

    .how-do-i-make-a-depositimg {
        font-size: 17px;
    }

    .slide-buttom {
        margin: 10px;
        display: flex;
        font-size: 13px;
    }

    .slide-buttom {
        flex-direction: row;
        justify-content: center;
    }

    .cool-link {
        font-size: 1.1em;
        width: auto;
        max-width: none;
        padding: 0px;
        margin: 0px 20px 10px;
    }

    .span-url {
        max-width: 90%;
        margin-left: 15px;
    }

    .breadcrumb {

        margin-left: 15px;

    }

    .breadcrumb li {
        font-size: small;
        margin-top: 50px;
    }
    .responsive-flex {
                                display: block !important;
                                align-items: initial;
}