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

#main-menu {
	float: right;
	clear: none;
}
#pan{
	transform: translate3d(0,0,1px);
	font-size: 1.4rem;
	width:100%;
	margin: auto;
	position: relative;
	height: 2em;
	z-index: 10;
}
#pan p{
	transform: translate3d(0,0,1px);
	color: #2b5796;
	text-align: right;
	padding: 0;
	line-height: 2;
	position: absolute;
	right: 10px;
}
#pan p a{
	color: #2b5796;
}




#pan p a{
	color: #2b5796;
}
#header{
}



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


footer::after{
	content: "";
	display: block;
	clear: both;
}
footer .inner {
	width: 100%;
	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: 5px;
	bottom: 25px;
	z-index: 1;
	display: block;
}
#pagetop a{
	display: block;
	width: 56px;
	height: 56px;
}
