.tb:not(.sp) ,.pc:not(.sp){
  display: none !important;
}
html {
	font-size: 62.5% !important; 
}

#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;
}
#header{
	margin: 0 0 15px;
	top: 0;
	border-bottom: 1px solid #ddd;
}

#header h1{
	text-align: center;
	text-decoration: none;
	line-height: 4.5rem;
	font-size: 2rem;
}
#header h1 a{
	color: #000;


	text-decoration: none;
}

#container{
	background-color: #f0f0f0;
}

.contents_head{
	height: 95px;
	line-height: 80px;
	padding:0 20px 20px;
}
#image{
	margin: 10px auto;
	width: 100%;
}
#main {
    background: #fff;
	border-radius:0 0 8px 8px;
}

footer::after{
	content: "";
	display: block;
	clear: both;
}
footer .inner {

	margin: auto;
}
footer .inner .bana{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
footer .inner .bana a{
	margin:10px auto;
	width: 45%;
}
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{
	border-top: 1px solid #ddd;
	text-align: center;
	margin: 0 auto;
}

#pagetop{
	position: fixed;
	right: 5px;
	bottom: 65px;
	z-index: 1;
}
