/* ==============================================
   LAFORET Article Page CSS
   ============================================== */

/* Article Content Typography */
.article-content h2 {
    font-size: 1.5rem;
    font-family: 'Noto Serif JP', serif;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #E5E5E5;
    color: #111111;
}
.article-content h3 {
    font-size: 1.25rem;
    font-family: 'Noto Serif JP', serif;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #333333;
    border-left: 2px solid #A3957D;
    padding-left: 1rem;
}
.article-content p {
    margin-bottom: 1.5rem;
    line-height: 2;
    color: #666666;
    font-family: 'Noto Serif JP', serif;
    text-align: justify;
}
.article-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    list-style-type: disc;
    color: #666666;
}
.article-content li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}
.article-content img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
}
