.sp:not(.pc) ,.tb:not(.pc){
  display: none !important;
}
#header{
}



.contents_head{
	height: 95px;
	line-height: 80px;
	padding:0 20px 20px;
}


#image{
	margin: 10px auto;
	width: 950px;
}
footer::after{
	content: "";
	display: block;
	clear: both;
}
footer .inner {
	width: 950px;
	margin: auto;
}
footer .inner .bana{
	display: flex;
	justify-content:space-between;
}
footer .inner .bana a{
	margin: 10px;
}
footer .inner .bana a img{
	width: 100%;
	
}
footer .inner::after {
	content: "";
	display: block;
	clear: both;
}




footer{
	background: #fff;
	border-top: 1px solid #999;
	font-size: 1.1rem;
}
footer .inner p.copy{
	text-align: center;
	margin: 0 auto;
}

#pagetop{
	position: fixed;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 30px;
	z-index: 1;
	display: block;
		width: 1040px;

}
#pagetop a{
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	right: 5px;	bottom: 5px;
	opacity: .8;

}

#pagetop a:hover{
	opacity: 1;
}
