/* 共通フッター */
.site-footer {
  padding: 30px 0;
  text-align: center;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #dee2e6;
  margin-top: 30px;
}

.site-footer p {
  margin-bottom: 5px;
}

.site-footer a {
  color: #18803b;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}
