@charset "UTF-8";

#Foot{
	width:100%;
	background:#d8edff;
}

.foot {
	padding: 10px 10px;
	margin-top: 80px;
	text-align: left;
}

.fnavi {
	font-size: 1.2rem;
	text-align: center;
}
.copyright {
	font-size: 1.4rem;
	padding: 5px 0 ;
	text-align: center;
	color: #fff;
	background-color: #0046bc;
}


.Utility {
  position: relative;
}

.f_pankuzu a {
 text-decoration: underline;
}
.f_pankuzu {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 1.2rem;
  margin:0 10px;
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius:20px;
  background-color: #117ee1;
}
.pagetop:after {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border: solid 1px #fff;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
  border-radius: 25px;
  }
  .pagetop:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}

