@charset "UTF-8";

#coupon_pointWrap {
    display: none;
}

#coupon_pointWrap-sp {
    background: #fff;
    padding-bottom: 35px;
}

#coupon_pointWrap-sp .rg-header_links {
    display: flex;
    flex-wrap: wrap;
}

#coupon_pointWrap-sp .rg-header_links>li {
    width: 50%;
}

#coupon_pointWrap-sp .rg-header_links li:nth-child(1),
#coupon_pointWrap-sp .rg-header_links li:nth-child(2) {
    margin-bottom: 15px;
}

#coupon_pointWrap-sp .rg-header_links::before,
#coupon_pointWrap-sp .rg-header_links::after {
    content: "";
    width: 50%;
    order: 1;
    height: 0;
}


.rg-header_links_item+.rg-header_links_item {
    margin-top: 0;
}

#coupon_pointWrap-sp .rg-inner .rg-flow_item_img img {
    width: 100%;
}

#coupon_pointWrap-sp .rg-flow_item {
    border: 2px solid #E4E4E4;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    margin-bottom: 0;
    flex-wrap: wrap;
}

#coupon_pointWrap-sp .rg-flow_item_body_txt span {
    font-weight: bold;
}

#coupon_pointWrap-sp .rg-category {
    padding-left: 16px;
    padding-right: 16px;
}