#pay{
    margin: auto;
    padding: 0 5%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.pay-head{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pay-item{
    display: flex;
    justify-content: center;
}

.pay-item-img{
    background-image: url(../img/231206_pc_img/pc_img_08.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: auto;
    max-width: 45%;
}

@media screen and (max-width: 1024px) {
    .pay-item{
        justify-content: space-between;
    }
    .pay-item-text{
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #pay{
        margin: 20px auto;
    }
    .pay-item{
        display: block;
    }
    .pay-item-text{
        max-width: 100%;
    }
    .pay-item-img{
        background-image: url(../img/231206_sp_img/sp_img_08.png);
        max-width: 100%;
        height: 6vh;
    }
}