/*
Theme Name: Tomac Corporate
Theme URI: https://example.com
Author: Tomac
Description: 行政書士法人トマック用ワンページテーマ
Version: 1.0.1
License: GNU General Public License v2 or later
*/

body {
    margin: 0;
    padding: 0;
}

/* --- ブログ記事本文用のスタイル (.post-content) --- */

.post-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #172554; /* brand-dark */
    border-bottom: 2px solid #d6c0a7; /* brand-accent */
    padding-bottom: 0.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Noto Serif JP', serif;
}

.post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #172554;
    border-left: 4px solid #1e40af; /* brand-blue */
    padding-left: 0.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.post-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.post-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.post-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-content ol {
    list-style-type: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.post-content li {
    margin-bottom: 0.5rem;
}

.post-content blockquote {
    border-left: 4px solid #d6c0a7;
    background-color: #f5f5f4;
    padding: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #57534e;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
}

.post-content a {
    color: #1e40af;
    text-decoration: underline;
}

/* ページネーション用スタイル */
.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background-color: white;
    color: #57534e;
    font-weight: bold;
    border: 1px solid #e7e5e4;
    margin: 0 0.25rem;
    transition: all 0.3s;
    text-decoration: none;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #1e40af;
    color: white;
    border-color: #1e40af;
}

.pagination .page-numbers.dots {
    border: none;
    background: transparent;
}