#news_box{
    margin-bottom: 100px;
}
#news_box p{
    padding-bottom: 1rem;
}
.n_day{
    text-align: right;
}
.n_caption{
    font-weight: bold;
}
.n_text{
    line-height: 1.25rem;
}

#news_box figure{
    margin-top: 50px;
    text-align: center;
}
#news_box figure img{
    width: 80%;
}