/* =============================================
   インプラス 共通フッター  css/footer.css
   全ページ共通
   ============================================= */

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 24px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
