@charset "utf-8";
.button_pagetop {
  display: block;
  height: 46px;
  background-color: #CCCCCC;
  background-image: url("../../common/img/ico_arrow_up_white_01.png");
  background-image: -webkit-image-set(url("../../common/img/ico_arrow_up_white_01.png")1x, url("../../common/img/ico_arrow_up_white_01.png")2x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 18px;
}
.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0 20px;
}
.footer_no_link {
  padding: 250px 0 20px;
}
.footer_menu {
  font-size: 12px;
  line-height: 19px;
  margin: 0 0 200px;
}
.footer_menu_link {
  display: inline-block;
  margin: 0 0 10px;
}
.footer_menu_link:nth-child(n+2) {
  margin: 0 0 10px 30px;
}
.footer_copyright {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (max-width:768px){
  .button_pagetop {
    height: 30px;
    background-size: auto 12px;
  }
  .footer {
    padding: 20px 10px 190px;
  }
  .footer_no_link {
    padding: 140px 10px;
  }
  .footer_menu {
    font-size: 10px;
    line-height: 20px;
    margin: 0 0 30px;
  }
  .footer_menu_link {
    margin: 0 10px 10px;
  }
  .footer_menu_link:nth-child(n+2) {
    margin: 0 10px 10px;
  }
  .footer_copyright {
    font-size: 10px;
    line-height: 14px;
  }
}
/*-- /footer --*/