@charset "UTF-8";
#pagetop {
  display: none;
}
/* ptop
---------------------------------------------------------------------------------------------------- */
#ptop span {
  display: none;
}
#ptop {
  display: block;
  background: url(../img/ptop@2x.png);
  background-size: cover;
  width: 70px;
  height: 70px;
  overflow: hidden;
  text-indent: 100%;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* footer
---------------------------------------------------------------------------------------------------- */

footer {
  padding-bottom: 80px;
}
footer section {
  width: 960px;
  margin: auto;
  position: relative;
}
#footer_logo3 {
  position: absolute;
  right: 0;
  top: 0;
}
footer .gnav {
  border-bottom: 1px solid #ccc;
}

#fnavi {
  text-align: left;
  font-size: 15px;
}
#fnavi ul {
  padding-left: 1px;
}
#fnavi li {
  display: inline;
  padding-left: 10px;
  padding-right: 5px;
  border-left: 1px solid #7caf50;
}
#fnavi li:first-child {
  border-left: none;
}

@media screen and (max-width: 960px) {
  footer section {
    width: auto;
    margin: auto;
    position: relative;
  }
  #footer_logo3 {
    right: 15px;
  }
  footer .gnav {
    padding: 5px;
  }
}

@media screen and (max-width: 640px) {
  #footer_logo3 {
    position: relative;
    right: 0;
  }
}
