/*
  https://fonts.google.com/specimen/Roboto?query=Roboto
  https://fonts.google.com/noto/specimen/Noto+Serif+JP?query=noto+serif

  Roboto
    Medium 500

  Frank Ruhl Libre
    Regular 400
    Medium 500
    Bold 700
    font-family: 'Frank Ruhl Libre', serif;

  Noto serif
    Regular 400
    font-family: 'Noto Serif JP', serif;
*/
footer {
  background-color: #333333;
  padding: 50px 0 0px 0;
  text-align: center;
  margin-top: 100px;
}

@media (min-width: 768px) {
  footer {
    margin-top: 150px;
  }
}
footer .footerinner {
  padding: 0 15px;
}

@media (min-width: 768px) {
  footer .footerinner div {
    display: flex;
    align-items: center;
  }
  footer .footerinner div:first-child {
    justify-content: space-around;
    padding: 0 200px;
    margin-bottom: 40px;
  }
  footer .footerinner div:last-child {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
footer img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer img {
    width: 230px;
    height: 92px;
  }
}
footer .address {
  margin-top: 30px;
  color: #fff;
}

footer .address a {
  color: #fff;
}

@media (min-width: 768px) {
  footer .address {
    text-align: left;
  }
}
footer .termslink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px 0;
}

footer .termslink li {
  margin: 0 10px;
  line-height: 1.5em;
}

footer .termslink a {
  color: #767676;
  line-height: 1.5em;
}

footer small {
  color: #767676;
}

/* top button */
.page_top_wrap {
  position: relative;
  z-index: 100;
}

.page_top {
  position: fixed;
  bottom: 20px;
  right: 14px;
}

.page_top a {
  display: block;
  width: 80px;
  height: 80px;
  transition: 0.2s ease-in-out;
}

.page_top a:hover {
  opacity: 0.8;
}

.page_top a img {
  width: 80px;
}

@media screen and (max-width: 480px) {
  .page_top {
    bottom: 30px;
    right: 0;
  }
  .page_top a img {
    width: 50px;
    height: 50px;
  }
}/*# sourceMappingURL=style_onlyfooter.css.map */