.pagetop {
	padding-top: 100px;
}

.pagetop a {
	padding: 30px;
	display: block;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	text-align: center;
}
.pagetop a img {
	width: 20px;
	margin-bottom: 10px;
}


footer {
	padding: 60px 0px 0px 0px;
	width: 100%;
	margin: 0 auto;
}
.foot01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot_01 {
	width: 50%;
	padding-left: 5%;
	
}
.foot_01 img{
	width: 25%;
	
}
.foot_02 {
	
}
.foot_02 ul{
	display: flex;
}
.foot_02 ul li{
	padding: 10px 15px;
}
.inst_foot{
	margin-top: -7px;
}


address {
	margin-top: 40px;
	padding: 10px 0px;
	text-align: center;
	font-size: 80%;
	color: #fff;
	background-color: #2A9141;
}

.ftto-0 {
	display: none;
}


@media screen and ( max-width:800px )
{
.pagetop {
	padding-top: 80px;
}
footer {

}
.foot01 {
	display: inherit;
	
}
.foot_01 {
	width: 100%;
	box-sizing: border-box;
}
.foot_01 img{
	width:200px;
	
}
.foot_02 {
	display: none;
}	
	
	
	
	
	
}