/* .obi 強制変更（最優先） */
html body .list_area .mw1140 .cl_blue .obi {
    font-size: 18px !important;
}

html body .obi {
    font-size: 18px !important;
}

.list_area .obi {
    font-size: 18px !important;
}

p.obi {
    font-size: 18px !important;
}
/* YouTube iframe のスマホ対応（最優先） */
iframe[src*="youtube"],
iframe[src*="youtu.be"],
.movie iframe,
div.movie iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: 20px 0 !important;
    display: block !important;
}

/* .movie クラスのコンテナ */
.movie,
div.movie {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
    margin: 20px 0;
}

/* スマホ専用 */
@media screen and (max-width: 767px) {
    iframe {
        max-width: 100% !important;
        width: 100% !important;
    }
}