/* Designer editable: 最終上書きCSS（他のcssは基本触らない） */

.site-footer{
  margin-top:32px;
  padding:16px 0;
  font-size:12px;
  color:#555;
  text-align:center;
  border-top:1px solid color-mix(in srgb, var(--theme-color) 20%, #ccc);
}

.site-footer__link{
  color:var(--theme-color);
}
