h3.pmcard_orange_ttl {
    background: #f08506;
    line-height: 2rem;
}

.whiteCircle {
    background: #fff;
    /* width: 1rem;
    height: 1rem; */
    border-radius: 50%;
    line-height: 2rem;
    padding-top: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #f08506;
    margin-right: .5em;
    display: inline-block;
}

.cardPay {
    border: 10px solid #adadaf;
}

.cardPayGold {
    border: 10px solid #d8b551;
}

.promotionPointCampaignCard__subBox {
    border: 1px solid #eb5505;
    border-radius: 10px;
    position: relative;
    padding: 15px 10px;
    margin-top: 20px;
}

.promotionPointCampaignCard__subBoxTitle {
    position: absolute;
    font-size: 20px;
    display: inline-block;
    background: #fff;
    top: -.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    color: #333333;
}

.promotionPointCampaignCard__subBoxText {
    font-size: 26px;
    font-weight: 700;
    color: #eb5505;
    letter-spacing: -1px;
    line-height: 1.3;
}

@media screen and (min-width: 641px) {

    .promotion__spOnly,
    .br_spOnly {
        display: none;
    }

    h3.pmcard_orange_ttl {
        line-height: 3rem;
    }
}

.h3Mode01 h3 {
    font-size: 115%;
    margin-top: 30px;
    padding-bottom: 10px;
    background: url(https://www.au.com/content/dam/au-com/static/designs/extlib/images/common/bg_h3.gif) no-repeat bottom left;
}