/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 05:36:12 */
/* =========================================================
   モバイル時：投稿一覧・承認管理カードの余白修正
   ========================================================= */
@media (max-width: 575px) {

    /* rowの左右余白をリセット */
    body.page-id-2003 .row,
    body.page-id-2335 .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* カラムを100%幅に */
    body.page-id-2003 .col-sm-6,
    body.page-id-2003 .col-md-4,
    body.page-id-2335 .col-sm-6,
    body.page-id-2335 .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* ラップ全体の左右パディングも詰める */
    body.page-id-2003 .mypage-saas-wrap,
    body.page-id-2335 .kanri-saas-wrap {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    /* 画像高さを制限 */
    body.page-id-2003 .mp-card-thumb,
    body.page-id-2335 .mp-card-thumb {
        height: 160px !important;
        overflow: hidden !important;
    }

    body.page-id-2003 .mp-card-thumb img,
    body.page-id-2335 .mp-card-thumb img {
        height: 160px !important;
        object-fit: cover !important;
        object-position: center !important;
    }
}