@charset "utf-8";
.container {
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
body {
	font-size: 1.6rem;
}
.header-navi .menu > li > a .sp-submenu-open {
	display: none;
}
.site-navi .menu > li > a .sp-submenu-open {
	display: none;
}
.header_header-navi .site-title-logo {
	width: 100px;
	padding-right: 20px;
	float: left;
}
.header_standard .site-title-logo {
	width: 100px;
	padding-right: 20px;
	float: left;
}
.use-sidebar_container {
	width: 640px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.content-section {
	display: flex;
	justify-content: center;
flex-direction: row;}
.content-sidebar {
	width: 340px;
	padding-left: 50px;
}
.drawer-button {
	display: none;
}
.fixed-pagetop {
	position: fixed;
	bottom: 0px;
	right: 30px;
}
