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


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



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


.payment-button {
    background-color: #CC9D2D;
    color: #fff;
    text-align: center;
    font-size: 22px;
    max-width: 40%;
    padding: 8px 5px;
    margin: 0px auto 100px auto;
    border-radius: 5px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.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%;
    }

    .payment-button {
        font-size: 19px;
        max-width: 70%;

    }

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

    .breadcrumb {

        margin-left: 15px;

    }

    .breadcrumb li {
        font-size: small;
        margin-top: 50px;

    }

}