/* https://www.lifecard.co.jp/basic/022.html専用css */

.card-v2-border {
    border: none;
}

.table-pcsp {
    width: 50%;
    margin: 0 auto;
}

.table__cell--lv1-border-radius {
    border-radius: 12px 12px 0 0 !important;
}

.table__cell-border-radius {
    border-radius: 0 0 12px 12px !important;
    text-align: center !important;
}

@media only screen and (max-width:768px) {
    .table-pcsp {
        width: 100%;
    }
}