	#wrap{ overflow:initial !important; }
.to-top{
	position: fixed;
	display: flex;
	width: 42px;
	height: 42px;
	bottom: 20px;
	cursor: pointer;
	margin-left: 458px;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.to-top.visible {
	opacity: 1;
}
@media (max-width: 768px){
	.to-top{
		bottom: 15px;
		left: 86%;
		margin-left: inherit;
		z-index: 10;
		}
	.to-top a {
		left: -40% !important;
		bottom: 20px;
	}
}
#gb_footer{
	background: #fff;
	width: 100%;
	min-width: 770px;
	border-top: solid 1px #ececec;
	position: relative;
	z-index: 999;
}
#mtop #gb_footer{
	min-width: 990px;
}
.gb_footer_inner{
	position: relative;
	width:100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	align-content: flex-start;
}
.gb_footer_inner img.gb_plt{
	max-width: 300px;
	width: 100%;
}
#gb_footer_plt{
	display: flex;
	justify-content: flex-start;
	align-content: center;
	padding: 25px 0 0;
	color: #666;
	position: absolute;
	left: 0;
}
#gb_footer_plt p{
	font-size: 11px;
	padding-left: 20px;
	margin: 0;
	text-align: left;
}
#gb_footer_misawa{
	right: 0;
	text-align:right;
}
#gb_footer_misawa ul{
	display: flex;
	justify-content: flex-end;
	align-content: center;
	margin: 5px 0;
}
#gb_footer_misawa ul li{
	list-style: none;
	font-size: 11px;
	margin-left: 15px;
	width: initial;
}
#gb_footer_misawa ul li::before {
	content: "";
	margin-right: 1px;
	color: #666;
}
#gb_footer_misawa ul li a{
	text-decoration: none;
	color: #666;
}
.f_hide{ display: none; }
#mtop .f_hide{ display: block !important;}
#gb_footer_copyright{
		margin: 0 auto;
		padding: 0 0 15px;
		color: #666;
		text-align: right;
		line-height: 13px;
		font-size: 11px;
}
.footer_sp{ display:none; }

.footSitemap{ border-bottom:none !important; }



@media screen and (max-width:960px) { 
	#gb_footer_plt{
		flex-direction: column;
	}
	#gb_footer_plt p { padding:27px 0 0 0; }
}
@media screen and (max-width:768px) {
	.footer_sp{
		display: block;
		width: 100%;
		z-index: 100;
		position: inherit;
		padding: 40px 0 0;
		text-align: center;     
	}
	.footer_sp .ft_wrap{
		border-top: 1px solid #eee;
		padding: 40px 0 0;
		background:#fff;
	}
	.footer_sp .wrap_bg{
		width:60%;
		margin: 0px auto 0;
		display: inline-block;
	}
	.footer_sp img{
		max-width: 400px;
	}
	.ftr_misawa{
		padding: 10px 40px 10px;
	}
	.ftr_plt{
		border-top: 1px solid #ccc;
		padding: 15px 0;
	}
	.to-top {
		bottom: 15px;
		left: 86%;
		margin-left: inherit;
		z-index: 10;
	}        
	#gb_footer {
		width: 100%;
		min-width: initial !important;
		margin: 0;
		padding: 8px 0 10px 0;
		background: #fff;
		text-align: left;
		border-top: none;
		position: relative; 
	}
	.gb_footer_inner{
		max-width: 100%;
	}
	#gb_footer_misawa{
		text-align:left;
		position:static;
		width: 100%;
	}
	#gb_footer_misawa ul{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 0 0 15px;
		width: 83%;
		margin: auto;
	}
	#gb_footer_misawa li:nth-child(odd){width: 44%;}
	#gb_footer_misawa li{ width:56%; margin-left:unset !important; }
	#gb_footer_plt,
	#gb_footer_misawa .pc_logo{ display:none; }
	#gb_footer_copyright{ text-align:center; }
}

@media (min-width: 640px) {
	.wrapper__main, .wrapper__header + .kv-outer, .containerper__header + .containerper__main, #gb_header + main, .voice #gb_header + .pheader {
		margin-top: 50px;
	}
}
@media screen and (min-width: 769px) {
	.wrapper__main, .wrapper__header + .kv-outer, .containerper__header + .containerper__main, #gb_header + main, .voice #gb_header + .pheader {
		margin-top: 80px;
	}
}