footer .logo_img {
  width: 32px;
  opacity: 0.5;
}
footer .topper {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
}
footer .own_link {
  padding: 8px 0;
  font-size: 10px;
  color: #999;
  white-space: nowrap;
}
footer .own_link:hover {
  color: #c51a1b;
  text-decoration: none;
}
footer .social {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ddd;
}
footer .icon {
  width: 24px;
  height: 24px;
}
footer .disclaimer,
footer .corp_info {
  font-size: 9px;
  color: #666;
  text-decoration: none;
  opacity: 0.5;
  margin-top: 16px;
}
footer .disclaimer a,
footer .corp_info a {
  padding-top: 16px;
  color: #c51a1b;
  text-decoration: none;
  opacity: 0.5;
}

@media (max-width: 666px) {
  .footer_col {
    min-width: 100%;
    margin-bottom: 8px;
  }
}

/*# sourceMappingURL=footer.css.map */
