/**
 * 管理会計LP用 フッター・ページトップのスタイル
 * 他ページと同様の見た目にする（テーマの style.css の .site-footer / .page-top と同等）
 */
.page-top .container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .page-top .container {
    max-width: 1030px;
  }
}

.site-footer {
  background-color: #e7e7e7;
  padding: 0.6em 0;
}

.site-footer .container {
  display: flex;
  flex-direction: column;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .site-footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.site-footer .site-info {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.site-footer .site-info a {
  color: #000;
}

.site-footer .site-info a i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4b96cf;
  margin-left: 1em;
}

.site-footer p.copy {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.page-top {
  text-align: right;
  margin-top: 3em;
  margin-bottom: 2em;
}

.page-top a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #0c3f78;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 0.5em 1em;
}

.page-top a i {
  font-size: 18px;
  font-size: 1.125rem;
}

.page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
