@charset "UTF-8";
:root {
  --font-round: "秀英にじみ丸ゴシック B", "Zen Maru Gothic", sans-serif;
  --font-body: "新ゴ R", "Noto Sans JP", sans-serif;
  --font-body-bold: "新ゴ B", "Noto Sans JP", sans-serif;
  --font-mincho: "リュウミン R-KL", "Zen Old Mincho", serif;
  --font-mincho-bold: "リュウミン B-KL", "Zen Old Mincho", serif;
  --color-primary: #1ca8cc;
  --color-secondary: #3d8fd1;
  --color-cta: #2bb5b0;
  --color-base: #ffffff;
  --color-bg: #f6f3ea;
  --color-bg-alt: #efefe6;
  --color-dark: #1a1a1a;
  --color-orange: #f2a33c;
  --color-pink: #ef7f9b;
  --color-green: #5fa84e;
  --color-red: #e4506b;
  --color-navy: #4a6fb8;
  --color-text: #333333;
  --color-text-sub: #707070;
  --color-text-inverse: #ffffff;
  --color-border: #bebebe;
  --color-border-light: #e0dcd0;
  --color-border-dash: #d8d4c8;
  --color-border-dark: #3a3a3a;
  --color-tint: #eaf7fa;
  --color-placeholder: #dcd8cc;
  --color-facebook: #1877f2;
  --color-instagram: #e4506b;
  --color-youtube: #e4506b;
  --inner-base: 65rem;
  --gutter: 5rem;
  --header-height: 4.75rem;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-pill: 999px;
  --shadow-menu: 0 6px 24px rgb(51 51 51 / 18%);
  --duration-fast: 0.2s;
  --duration-base: 0.3s;
}

@media screen and (max-width: 767.98px) {
  :root {
    --gutter: 2.5rem;
  }
}
.intro {
  padding: 2.25rem 0 2rem;
}
.intro .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.intro .lead {
  font-size: 0.875rem;
}

/* 一覧 */
.posts {
  padding-bottom: 7.5rem;
}
.posts .inner {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}

.posts_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
}

.pager {
  margin-top: 1rem;
}

/* スマホ */
@media screen and (max-width: 767.98px) {
  .posts {
    padding-bottom: 4rem;
  }
  .posts .inner {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  .posts_side {
    position: static;
    width: 100%;
  }
}
/*# sourceMappingURL=topics.css.map */
