/*https://www.lifecard.co.jp/card/credit/bussinesslight/専用　20250310作成　*/
.densi-money__font{
    font-size: 12px;
}

.gold_font_intro {
    width: 90%;
    margin-bottom: 10px;
}

.standard_font_intro {
    width: 90%;
    margin-bottom: 10px;
}

.gold_font {
    margin-bottom: 10px;
}

.standard_font {
    margin-bottom: 10px;
}

.only-business_deposit{
    display: flex;
}

.feature-card__image img {
    background-color: #f0f4f7;
}

.feature-card-v2__image img {
    background-color: #f0f4f7;
}

.accounting_soft {
    width: 60%;
}

.standard_font_undner {
    width: 70%;
    margin-bottom: 10px;
}

.gold_font_undner {
    width: 70% !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width:767px) {
    .only-business_deposit{
        display: block;
    }

    .accounting_soft {
        width: 90%;
    }

    .standard_font {
        width: 80% !important;
    }

    .gold_font {
        width: 80% !important;
    }
}