@charset "utf-8";

.shop_box{
    margin-bottom: 40px;
}

.shop_box:last-child{
    margin-bottom: 0;
}

.shop_box .grid{
    grid-template-columns: 1fr;
}

.shop_box h4{
    text-align: center;
    margin-bottom: 20px;
}

.cash_ttl {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 6px;
    text-align: left;
    padding-left: 1em;
}

.cash_ttl::before{
    text-indent: -1em;
    content: '・';
}

.cash_ttl.credit {
    display: inline-flex;
    align-items: center;
}

.cash_ttl.credit::after {
    position: relative;
    content: "";
    display: block;
    width: 2.5em;
    height: 2.5em;
    margin-left: 10px;
    background: url(/images_2024r/payment/icon_contactlessPayment.svg)no-repeat;
}

.grid .cash_list_box:not(:last-of-type){
    margin-bottom: 40px;
}

.cash_img_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    gap: 15px;
    padding: 0 10px;
    box-sizing: border-box;
}

.area_wrap:last-child .shop_box:last-of-type{
    border-bottom: none;
}

@media screen and (min-width: 1020px) {
    .cash_img_list {
        grid-template-columns: repeat(6, 1fr);
    }
}
