@charset "utf-8";

.g-menu,
.g-user-menu__item--user,
.g-header__toggle,
.g-help,
.g-footmap,
.g-officialsns{
	display: none;
}

*{
	max-width: 100%;
}

.g-header{
	position: sticky;
}

.g-container{
	min-width: max-content;
	padding-top: 0;
}

.g-contents::after{
	content: "";
	display: block;
	clear: both;
}