<!DOCTYPE html>
<html class="font-md">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
	<meta name="format-detection" content="telephone=no, address=no, email=no">
	<meta name="google" content="notranslate" />
	<meta http-equiv="Cache-Control" content="no-store" />
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="0" />
	<meta http-equiv="content-language" content="ja">
	<meta http-equiv="X-UA-Compatible" content="IE=Edge">

	

	
	<title>GAP版ベジあん</title>

	<link rel="manifest" href="/manifest.json" crossorigin="use-credentials">

	<link rel="icon" type="image/x-icon" href="/favicon.ico">
	<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
	<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
	<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
	<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">

	<link rel="stylesheet" type="text/css" href="/css/lib/jquery-ui-1.13.1.min-0dc1de606376883e7b44d8ae869d44bc.css">

	<link rel="stylesheet" type="text/css" href="/css/lib/bootstrap46.min-3b6d3835827632ec8fe52c8d368311f0.css">
	<link rel="stylesheet" type="text/css" href="/css/lib/bootstrap-extension-a251f2e08edc99a9df3432bc7c8ce127.css">

	<link rel="stylesheet" type="text/css" href="/css/all.min-c5aa55ba091a4e24c27fc145bc3dace1.css">

	<link rel="stylesheet" type="text/css" href="/css/sx-base-dea6f8b5d2bb55532ba98d45ac06b386.css">
	<link rel="stylesheet" type="text/css" href="/css/sx-size-86cf3c770fd1e68af877a1de0207492a.css">
	<link rel="stylesheet" type="text/css" href="/css/sx-modal-db554008f62cc6e755fae0e65882ae65.css">
	<link rel="stylesheet" type="text/css" href="/css/stylePc-ea8aab2821540857207202211dfcd94e.css">
	<link rel="stylesheet" type="text/css" href="/css/pie-chart-b1d7938173007f514f2019389bc34c74.css">

	

	<script src="/js/lib/jquery-3.6.0.min-0732e3eabbf8aa7ce7f69eedbd07dfdd.js"></script>
	<script src="/js/lib/jquery-ui-1.13.1.min-faddc3e791b767bd072ea5306a9aab14.js"></script>
	<script src="/js/lib/jquery.ui.touch-punch.min-1e0adfa6441bc911392c10e9c96e2865.js"></script>

	<script src="/js/lib/bootstrap46.min-55d39b6bff845a12b1f838acb73c444c.js"></script>
	<script src="/js/lib/bootstrap.bundle.min-ea04eabe4060fed0265c1519c764f41e.js"></script>
	<script src="/js/lib/chart-79a443cbafa1ca6beb23d1e9e9ca84e6.js"></script>
	<script src="/js/lib/chartjs-plugin-datalabels.min-8104e20db130d67f2e15fd1fb002cbfe.js"></script>
	<script src="/js/lib/popper.min-855075c14fed65779e9226874c12d223.js"></script>

	<script src="/js/common-dc92e300c464690ced5dbed4a4f4686b.js"></script>
	<script src="/js/sx-object-c141c2a1b4a290071229f0039a734d88.js"></script>
	<script src="/js/sx-conv-48351da494b5e8d4b43c1fc9348c03db.js"></script>
	<script src="/js/sx-input-841e5df8a7375cded98ca02aae5b0e0b.js"></script>
	<script src="/js/sx-scroll-e6bf6263e3875ae6ba446c92c46a44e3.js"></script>
	<script src="/js/sx-modal-72ce996e1c6db2a3a207039ce29dde52.js"></script>
	<script src="/js/sx-msgbox-33d7655ad61156c1fdd6a1f163a89acc.js"></script>
	<script src="/js/sx-remote-f619a8fe1e856ead2df78e547bfcb585.js"></script>
	<script src="/js/pie-chart-9f731f84abbc26692f85be3ae2513545.js"></script>

	<script>

		$(function () {

			// 初期化
			SxInput.initialize();
			SxModal.ready();
			SxMsgbox.ready();
			SxScroll.resize_contents();

			// リサイズ
			$(window).resize(function () {
				SxScroll.resize_contents();
			});

			// サブウィンドウ対応
			var name = window.name;

			if (name.match(/^vegWindow/)) {
				$('#logo-img').attr('href', '#');
				$('#logo-img').attr('disabled', true);
				$('#logo-img').css('pointer-events', 'none');
				$('#logo-img').css('cursor', 'auto');
				$('header nav ul li').hide();
				$('#logout').remove();
				$('#close-window').removeClass('d-none');
				$('#close-window').show();

				// 農場管理の場合、親をリロード
				let curl = window.location.toString();
				let purl = window.opener.location.toString();

				if (purl.includes("/manage/farm") && (curl.includes("/home") || (curl.includes("/maintain") && !curl.includes("add") && !curl.includes("edit")))) {
					window.opener.location.reload();
				}
			}

		});

	</script>
	
	<script>

	$(function () {

		$('button[name="trans0"]').click(function (elm) {
			window.location.href = "/logout";
		});

		$('button[name="trans1"]').click(function (elm) {
			window.location.href = "/home";
		});

		$('button[name="trans2"]').click(function (elm) {
			window.location.href = "/m/home";
		});

		$('button[name="trans3"]').click(function (elm) {
			window.location.href = "/admin";
		});

		$('button[name="trans4"]').click(function (elm) {
			window.location.href = "/g";
		});

		$('button[name="trans5"]').click(function (elm) {
			window.location.href = "/s/application/mail";
		});

	});

</script>

</head>

<body>

	

		<div id="content">
			<div class="container sx-w-sm">
				<div>
		<div class="text-center">
			<div>
				<p>システムエラーが発生しました。</p>
				<p>お手数ですが、操作をやり直してください。</p>
			</div>
		</div>
	</div>
				
				
					<div class="text-center">
						<button class="action" name="trans1" type="button">
						<i class="fas fa-desktop mr-1"></i>メニュー</button>
					</div>
				
				
				
				
				
			</div>
		</div>

	

	<div class="modal sx-comp-modal sx-msgbox" tabindex="-1">
	<div class="modal-dialog modal-md">
		<div class="modal-contents">
			<div class="modal-header">
				<div class="modal-title"></div>

				<button type="button" class="close" data-dismiss="modal" aria-label="Close">
					<span aria-hidden="true">&times;</span>
				</button>
			</div>

			<div class="modal-body">
				<div class="sx-scroll sx-overflow-y w-100 d-flex">
					<div class="message"></div>
				</div>
			</div>

			<div class="modal-footer">
				<div class="col m-0 p-0"></div>
				<div class="col m-0 p-0">
					<button class="action no m-auto" type="button" name="no">いいえ</button>
				</div>
				<div class="col m-0 p-0">
					<button class="action ok m-auto" type="buttoon" name="ok">OK</button>
				</div>
				<div class="col m-0 p-0">
					<button class="action yes m-auto" type="buttoon" name="yes">はい</button>
				</div>
				<div class="col m-0 p-0"></div>
			</div>
		</div>
	</div>
</div>
	<div class="sx-overlay">
	<div class="sx-spinner">
		<span class="spinner"></span>
	</div>
</div>

</body>
</html>
