/*
 * ファイル名: public/css/column/category/pores/3.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. タイトルと見出し
 * ---------------------------------- */
.article-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    border-bottom: 3px solid #1abc9c; /* 新しい習慣を示すフレッシュなグリーン */
    padding-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    color: #2980b9; /* 信頼感と清潔感のあるブルー */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #3498db;
    padding-left: 15px;
}

h3 {
    font-size: 1.3em;
    color: #16a085;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* ----------------------------------
 * 3. イントロ・リード文
 * ---------------------------------- */
.intro-section .lead-text {
    font-size: 1.1em;
    font-weight: 500;
    color: #555;
    border-left: 4px solid #1abc9c;
    padding-left: 15px;
    margin-bottom: 30px;
}

/* 引用ボックス (行動と心境を表現) */
.quote-text {
    background-color: #f7fcfb; /* 薄い緑系の背景 */
    border-left: 4px solid #1abc9c;
    padding: 15px 20px;
    margin: 25px 0;
    font-style: italic;
    color: #555;
}

/* ----------------------------------
 * 4. ハイライトボックス (成功の兆し)
 * ---------------------------------- */
.highlight-box.success-box {
    margin-top: 20px; 
    padding: 15px; 
    background-color: #f0fff0; /* 成功・良い変化を示す明るい背景 */
    border: 1px solid #1abc9c;
    border-left: 5px solid #1abc9c;
    border-radius: 4px;
}

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

.highlight-box.success-box p:first-child {
    font-weight: bold;
    color: #1abc9c;
    font-size: 1.1em;
}

/* ----------------------------------
 * 5. 戻るボタンなど（共通）
 * ---------------------------------- */
.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;
}

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