@charset "utf-8";
#header {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	font-size: 1rem;
	overflow: auto;
}
/******▼page-title▼******/
#page-title {
	padding: 1.8rem 2rem;
}