/* CONTACTボタン */
.contact-cta-btn {
    background-color: #d2b48c !important;
    color: #ffffff !important;
    transition: background-color 0.3s ease;
}

/* CONTACTボタン：マウスを乗せたとき */
.contact-cta-btn:hover,
.contact-cta-btn:focus {
    background-color: #7a5a44 !important;
    color: #ffffff !important;
    opacity: 1 !important;
    text-decoration: none !important;
}

/* キャンペーン特典カードの高さを左右で揃える */
@media screen and (min-width: 768px) {

    .campaign-present-row {
        display: flex;
        align-items: stretch;
    }

    .campaign-present-row > .lbox,
    .campaign-present-row > .rbox {
        display: flex;
    }

    .campaign-present-row .st-mybox-class {
        width: 100%;
    }
}