/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:49:30 */
/* モバイル カード表示改善 */
@media (max-width: 767px) {

    .mypage-saas-wrap .row,
    .kanri-saas-wrap .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mypage-saas-wrap .col-sm-6,
    .mypage-saas-wrap .col-md-4,
    .kanri-saas-wrap .col-sm-6,
    .kanri-saas-wrap .col-md-4 {
        padding-left: 8px !important;
        padding-right: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .mp-system-card {
        margin-bottom: 16px !important;
    }

    .mp-card-body {
        padding: 10px !important;
    }

    .mp-flow-header {
        padding: 8px !important;
    }

    .mp-flow-step {
        font-size: 0.85em !important;
    }
}

