/* バナー */

.nik_fuji_banner {
    background-image: url(img/banner/nik_fuji.jpg);
}


.nik_fuji_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nik_fuli_article_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1em 0 0 0;
}

.nik_fuli_article_2 {
    font-size: 1.5rem;
    line-height: 2.5em;
}

.nik_fuli_article_2 p {
    margin: 1em 0;
}

.nik_fuli_article_3 {
    font-weight: bold;
    margin: 1em 0 1em 0;
    border-top: 1px solid #cccccc;
    
}



.nik_fuji_container {
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem 2rem;
    background: #fff;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
    border-radius: 1.2rem;
    margin-bottom: 7em;
}

.nik_fuji_container h2 {
    font-size: 2rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.2rem solid #d60039;
    color: #d60039;
    font-weight: 600;
}

.nik_fuji_container h3 {
    font-size: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #444;
    font-weight: 500;
}

.nik_fuji_container p {
    margin-bottom: 1.6rem;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.highlight {
    background: #f4e6e6;
    padding: 1.5rem;
    border-left: 0.4rem solid #d60039;
    border-radius: 0.8rem;
    margin: 2rem 0;
    
}

.note {
    font-size: 1.2rem;
    color: #666;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
}
