/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/(site)/blog/blog.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
/* blog.css — delver の blog.css を移植（@tailwindcss/typography なし版） */

.blog-scope {
  background: #f8fafc;
  color: #0f172a;
}

html {
  scroll-behavior: smooth;
}

/* ===== 記事本文 (.blog-article) ===== */
/* delver の .blog-article { @apply prose prose-neutral max-w-none; } 相当を手書き */

.blog-article {
  max-width: none;
  color: #374151;
  font-size: 1rem;
  line-height: 1.6;           /* Casper 指定 */
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.blog-article p {
  color: #334155;
  margin-bottom: 1.5rem;      /* Casper 指定 */
  margin-top: 0;
  line-height: 1.6;
}

/* 。の後の改行を読みやすく */
.blog-article p br {
  display: block;
  content: "";
  margin-top: 0.6em;
}

.blog-article h2 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #020617;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.4rem;
  line-height: 1.3;
}

.blog-article h3 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #020617;
  line-height: 1.35;
}

.blog-article h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #020617;
}

.blog-article strong {
  color: #0f172a;
  font-weight: 700;
}

.blog-article a {
  color: #059669;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-article a:hover {
  color: #047857;
}

.blog-article ul,
.blog-article ol {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.blog-article li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  color: #334155;
}

.blog-article blockquote {
  border-left: 4px solid rgba(16,185,129,0.6);
  background: rgba(15,23,42,0.04);
  padding: 0.5rem 1rem;
  margin: 1.5rem 0;
  color: #475569;
  border-radius: 0 6px 6px 0;
}

.blog-article blockquote p {
  margin-bottom: 0;
}

.blog-article hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2rem 0;
}

.blog-article code {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 0.15em 0.4em;
  font-size: 0.875rem;
  color: #0f172a;
}

.blog-article pre {
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 8px;
  padding: 1.25rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.blog-article pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-size: 0.875rem;
}

.blog-article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.blog-article th {
  background: #f8fafc;
  font-weight: 700;
  text-align: left;
  padding: 0.625rem 1rem;
  border: 1px solid #e2e8f0;
  color: #0f172a;
}

.blog-article td {
  padding: 0.625rem 1rem;
  border: 1px solid #e2e8f0;
  color: #334155;
}

.blog-article tr:nth-child(even) td {
  background: rgba(0,0,0,0.02);
}

/* ===== blog-root（記事ページ全体） ===== */
.blog-root {
  background: white;
  color: #0f172a;
}

.blog-root nav {
  color: #64748b;
}

.blog-root nav a {
  color: #475569;
  text-decoration: none;
}

.blog-root nav a:hover {
  color: #0f172a;
  text-decoration: underline;
}

.blog-root nav span {
  color: #334155;
  font-weight: 500;
}

.blog-root header time {
  color: #475569;
}

.blog-root header p {
  color: #334155;
}

