@charset "UTF-8";
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	color: #000;
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	font-size: 14px;
	box-sizing: border-box;
	margin: 0;
}


.wrapper0 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
    min-height: 100%;
	}

.wrapper1 {
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 8%;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrapper1 .headerlogo {
	width: 30%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
}
.wrapper1 .headerlogo a img {
	width: 50%;
	padding-left: 10%;
}
.wrapper1 .header_navigation {
	width: 100%;
	height: 100%;
	padding-right: 15%;
	list-style: none;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper1 .header_navigation ul li {
	text-align: center;
	float: left;
	list-style-type: none;
}
.wrapper1 .header_navigation ul li a {
	padding-right: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
    text-decoration: none;
}
.wrapper1 .header_navigation ul li a:hover {
	color: #00ccff;
}





.wrapper2 {
	width: 100%;
	height: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.wrapper2 .wrapper2-0 /*「シミュレーション」ページ*/{
	width: 100%;
	height: 100%;
	padding: 1% 10% 1% 10%;
	top: 0;
}
.wrapper2 .wrapper2-0 form {
	width: 100%;
	height: auto;
	margin: 0 0 0.5% 0;
	background-color: #0777;
	border: 2px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper2 .wrapper2-0 form .p-3 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper2 .wrapper2-0 .canvas-container{
    position: relative;
	width: 100%;
	height: 90%;
	padding-top: 56.25%;
	display: flex;
	justify-content: center;
	align-items: center;
    overflow: auto;
}

.wrapper2 .wrapper2-0 .canvas-container .console_log {
	position: relative;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	box-sizing: border-box;
	bottom: 0;
}

.wrapper2 .wrapper2-1 /*「初めての方へ」ページ*/{
	font-size: 20px;
	width: 100%;
	height: 100%;
	padding: 0% 10%;
	top: 0;
}
.wrapper2 .wrapper2-1 h2 {
	text-align: center;
}
.wrapper2 .wrapper2-1 p {
	font-size: 16px;
	text-align: center;
}
.wrapper2 .wrapper2-1 img {
	width: 100%;
	margin: 0.5% 0;
	border: 2px solid #000;
	box-sizing: border-box;
}

.wrapper2 .wrapper2-2 /*「ログイン」ページ*/{
	width: 100%;
	height: 100%;
	padding: 1% 10% 1% 10%;
}
.wrapper2 .wrapper2-2 form {
	width: 100%;
	font-size: 16px;
	border: 2px solid #000;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 5% 20%;
}




.wrapper3 {
	width: 100%;
	height: 2%;
	box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	bottom: 0;
}

.wrapper3 .footer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper3 .footer p {
	font-size: 1%	;
	font-weight: bold;
	margin: auto;
    text-decoration: none;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
