/* 404ページ：検索フォームを非表示 */
.c-searchForm {
    display: none !important;
}

/* 404ページ：検索を促す案内文（2つ目のp）を非表示 */
.error404 .post_content p.u-ta-c:nth-of-type(2) {
    display: none !important;
}