<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>JAL | エラー</title>
  <script src="/js/jquery-3.7.1.min.js"></script>
  <script src="/js/compeError.js"></script>
  <link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;display=swap"
    rel="stylesheet">
  <link rel="stylesheet" href="/css/common.css">
</head>

<body>
  <main class="allContainer">
	<header class="header">
  <div class="header__inner">
    <div class="header__itemL"><a class="header__logo header__logo--jal" href=""><img
          src="/img/logo_jal.svg" alt="JAPAN AIRLINES" /></a><a
        class="header__logo header__logo--oneworld" href=""><img
          src="/img/logo_oneworld.png" alt="oneworld" /></a></div>
  </div>
</header>
    <section class="container">
      <h1 class="heading heading--LG"><span class="heading__text">エラー</span></h1>
	  
      <div class="inlineNote inlineNote--attention" role="alert"
        aria-describedby="WA_inlineNote-title-1 WA_inlineNote-text-1">
		
        <div class="inlineNote__title">
          <h2 class="inlineNote__title__text" id="WA_inlineNote-title-1">以下を確認してください</h2>
        </div>
        <div class="inlineNote__textWrap" id="WA_inlineNote-text-1">
          <ul class="list list--gapNone inlineNote__text">
			<li class="list__item">システムエラーが発生しました。お手数ですが、しばらく時間を置いてから再度お試しください。</li>	
				
          </ul>
        </div>
      </div>
      <div class="buttonLayout buttonLayout--pageBottom">
        <div class="buttonWrap buttonWrap--center">
			<button class="button button--tertiary button--L" type="button" onclick="closeWindow();">
				<span class="button__inner"><span class="button__text">終了する</span></span>
			</button>
        </div>
      </div>
	
    </section>
	<footer class="footer"><a class="footer__pagetop" href="#"><img
      src="/img/button_pagetop.svg" alt="ページトップへ" /></a>
  <div class="footer__inner"><small class="footer__copyright">Copyright © Japan Airlines. All rights
      reserved.</small></div>
</footer>
  </main>
</body>

</html>
