/*
 * ファイル名: public/css/column/category/pore/1.css
 * 記事テーマ: 毛穴ケアの科学的戦略
 */

/* ----------------------------------
 * 1. 基本設定
 * ---------------------------------- */
body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f9f9f9;
}

.article-container {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

/* ----------------------------------
 * 2. パンくずリスト
 * ---------------------------------- */
.breadcrumb-nav {
    margin-bottom: 30px;
    font-size: 0.9em;
}

.breadcrumb-wrapper {
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    color: #3498db;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #aaa;
}

.breadcrumb-current {
    color: #7f8c8d;
}

/* ----------------------------------
 * 3. タイトルとメタ情報
 * ---------------------------------- */
.article-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    border-bottom: 3px solid #f39c12; /* アクセントカラー */
    padding-bottom: 10px;
}

.article-meta {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-bottom: 40px;
    border-bottom: 1px dashed #ecf0f1;
    padding-bottom: 10px;
}

/* ----------------------------------
 * 4. 記事コンテンツ（見出し・段落）
 * ---------------------------------- */
h2 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 5px 0;
    border-left: 5px solid #3498db;
    padding-left: 15px;
}

h3 {
    font-size: 1.4em;
    color: #e67e22; /* タイプ別の区別をつける色 */
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #e67e22;
    padding-bottom: 5px;
}

h4 {
    font-size: 1.2em;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 20px;
}

/* リード文 */
.intro-section .lead-text {
    font-size: 1.15em;
    font-weight: 500;
    color: #2c3e50;
    border-left: 4px solid #f39c12;
    padding-left: 15px;
    margin-bottom: 30px;
}

/* 引用ボックス */
.quote-text {
    background-color: #f7f9fb;
    border-left: 4px solid #3498db;
    padding: 15px 20px;
    margin: 25px 0;
    font-style: italic;
    color: #555;
}

/* リスト */
ul, ol {
    margin: 15px 0 25px 0;
    padding-left: 25px;
}

li {
    margin-bottom: 8px;
}

/* ----------------------------------
 * 5. ハイライトボックス・警告
 * ---------------------------------- */

/* 警告/注意書き（友利医師の指摘など）*/
.warning-box {
    border: 2px solid #e74c3c;
    background-color: #fceae9;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    font-weight: bold;
}

/* 免責事項/ご留意くださいボックス */
.highlight-box {
    margin-top: 20px; 
    padding: 15px; 
    background-color: #ecf0f1; 
    border-left: 5px solid #3498db;
    border-radius: 4px;
}

.highlight-box p {
    margin: 5px 0;
    font-size: 0.95em;
}

.highlight-box p:first-child {
    font-weight: bold;
    color: #3498db;
}


/* チェックリスト（ul.check-list） */
.check-list {
    list-style: none;
    padding-left: 0;
}
.check-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px dotted #eee;
    padding-bottom: 5px;
}
.check-list li::before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 0;
}

/* ----------------------------------
 * 6. 参考文献 (修正箇所)
 * ---------------------------------- */
.reference-section {
    margin-top: 30px; /* 余白を少し減らす */
    padding-top: 15px; /* 上部のパディングを減らす */
    border-top: 1px solid #eee; /* 実線で細く、薄いグレーにする */
    background-color: #fafafa; /* 背景色をわずかにつける */
    padding: 15px;
    border-radius: 4px;
    font-size: 0.85em; /* 全体のフォントサイズを小さく */
}

.reference-section h2 {
    font-size: 1.1em; /* 見出しも少し小さく */
    color: #95a5a6; /* 色をより薄いグレーに */
    border: none;
    padding-left: 0;
    margin-bottom: 8px; /* 下部の余白を減らす */
}

.reference-section ul {
    list-style: square;
    font-size: 1em; /* 親要素が小さくなったため、リスト自体は相対的に1emで維持 */
    color: #777;
    margin: 5px 0 0 0; /* 上下の余白を大幅に減らす */
    padding-left: 20px;
}

.reference-section li {
    margin-bottom: 3px; /* リストの行間を詰める */
}

/* ----------------------------------
 * 7. 戻るボタン
 * ---------------------------------- */
.back-button-container {
    text-align: center;
    margin-top: 50px;
}

.btn-back {
    display: inline-block;
    padding: 10px 25px;
    background-color: #7f8c8d;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    transition: background-color 0.3s;
    font-weight: 500;
}

.btn-back:hover {
    background-color: #555;
}

.btn-back .arrow {
    margin-right: 8px;
    font-weight: bold;
}

.container {
 text-align: left !important;
}