@charset "UTF-8";
/* 共通のスタイル */
@media (max-width: 780px) {
  html {
    font-size: 12px !important;
  }
}

.c-copyright--inverse {
  background: var(--wp--preset--color--sm-accent) !important;
}

a:hover {
  opacity: 0.7;
}

.l-contents__inner:first-child {
  padding-top: 0 !important;
}

.l-contents__inner {
  margin-top: 0 !important;
}

.page-template .c-entry__header {
  display: none;
}

.page-template h2.page-title {
  background: none !important;
}

/* トップページ */