<!DOCTYPE html>
<html lang="ja">
<head>
	<meta charset="UTF-8">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="no-cache">
	<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
    <title>エラー</title>
    <link rel="icon" href="/assets/images/favicon.ico">
    <style>
        @import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);

        *, :after, :before {
            box-sizing: border-box;
            border-style: solid;
            border-width: 0
        }

        html {
            line-height: 1.15;
            -webkit-text-size-adjust: 100%;
            -webkit-tap-highlight-color: transparent;
        }

        body {
            margin: 0;
            font-size: 1rem;
            background: #F2F2F6;
            font-family: Noto Sans JP, sans-serif;
            color: #0F0F0F;
            overflow-y: scroll;
        }

        table, tr, td, th {
            font-weight: normal;
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        p, table, blockquote, address, pre, iframe, form, figure, dl {
            margin: 0
        }

        td, th {
            vertical-align: top;
            padding: 0;
        }

        *, ::before, ::after {
            box-sizing: border-box;
            border-style: solid;
            border-width: 0;
        }

        ::-webkit-scrollbar {
            width: 3px;
            height: 3px
        }

        ::-webkit-scrollbar-thumb {
            background: #e3e0e0;
            border-radius: 10px
        }

        ::-webkit-scrollbar-track {
            background: #f6f6f8
        }

        h1, h2, h3, h4, h5, h6 {
            font-size: inherit;
            line-height: inherit;
            font-weight: inherit;
            margin: 0
        }

        main {
            overflow: hidden;
            padding-left: 30px;
            padding-right: 30px;
        }

        @media screen and (min-width: 769px) {
            main {
                padding-left: 0;
                padding-right: 0;
            }
        }

        .TransactionDetailAlertTable {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            height: 90vh;
        }

        .content {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            max-width: 40ch;
            color: #6E6E6E;
        }

        .error_title {
            color: #A3A3A3;
            font-size: clamp(2.375rem, 4.125vw, 3.125rem);
            letter-spacing: 0.08em;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .content_text {
            line-height: 1.5;
        }

    </style>
</head>
<body>
<div id="root">
    <main>
        <div class="TransactionDetailAlertTable">
            <div class="content">
                <h1 class="error_title">ERROR</h1>
                <span class="content_text">無効なURLです。</span>
            </div>
        </div>
    </main>
</div>
</body>
</html>
