/* 404ページ専用のスタイル */
.page_404 .content_container {
    max-width: 800px;
}

.error_text_content {
    margin-top: 40px;
}

/* 「TOPに戻る」ボタンのエリア */
.error_action {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 64px;
}