/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2026 | 07:49:47 */
/* nicoichi-case-desc セクション内の動画プレイヤー設定 */
.nicoichi-case-desc .wp-video {
    width: 100% !important;        /* 横幅を親要素いっぱいに広げる */
    max-width: 100% !important;    /* スマホではみ出るのを防ぐ */
    height: auto !important;       /* 高さを自動計算にする（余白解消） */
    margin: 20px 0;                /* 上下に適度な余白（お好みで調整） */
}

/* ビデオタグ本体のサイズ固定を解除 */
.nicoichi-case-desc .wp-video-shortcode {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;          /* 16:9の比率を強制的に維持 */
}

/* 内部のメディア要素も追従させる */
.nicoichi-case-desc .mejs-container {
    width: 100% !important;
    height: auto !important;
    min-width: auto !important;
}