@charset "utf-8";

html {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
    background-color: #eee;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.main {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.hidden {
	top: 100%;
}

header#header {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding:20px 15px;
	margin-right: auto;
	margin-left: auto;
	background: linear-gradient(0deg,#eee,lightskyblue);
}
header#header div {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
header#header h1 {
	display: block;
	box-sizing: border-box;
	position: relative;
	flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0.5rem;
	text-align: center!important;
	color: #0d4270;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
}
header#header #logo01 {
	box-sizing: border-box;
	width: 50px;
	vertical-align: middle;
	border-style: none;
}
