/*https://www.lifecard.co.jp/card/credit/corp_purchase/ 専用　20250310作成　*/
.densi-money__font {
    font-size: 12px;
}

.only-business_deposit {
    display: flex;
}

.grand_central {
    background-color: #f0f4f7;
    border-radius: 8px;
}

.grand_central-detail {
    margin-left: 45px;
}

.grand_central-font {
    font-weight: 700;
}

.accounting_soft {
    width: 60%;
}

.purchase_text {
    margin-bottom: 5px;
    margin-top: -12px;
}

@media screen and (max-width:767px) {
    .only-business_deposit {
        display: block;
    }

    .grand_central-body {
        text-align: center;
    }

    .grand_central-detail {
        margin-left: 0;
    }

    .accounting_soft {
        width: 90%;
    }
}