@charset "UTF-8";
/* =========================================
   フッター（価格.com gbFooter 参考・独自定義）
   ========================================= */
.site-footer {
  background-color: #333;
  color: #999;
  padding: 20px 0;
  margin-top: 0;
  width: 100%;
}

.site-footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 16px;
  margin-bottom: 14px;
}

.site-footer-links a {
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer-copy {
  font-size: 11px;
  color: #999;
  line-height: 1.5;
}
