@charset "UTF-8";
/* CSS Document */

/********************************************
	共通
*********************************************/
.title{
    text-align: center;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: 900;
    line-height: 35px;
    padding: 1rem 0 2rem;
}
.title small{
    font-size: 20px;
    font-weight: 300;
}

/********************************************
	記事ページ共通
*********************************************/
.single-content main.main-cont{
    padding: 3rem 30px;
    background-color: #f8fbf5; 
}
.single-content .news-tit{
    font-size: 28px;
    font-weight: 700;
}
.single-content .date{
    text-align: right;
    padding-bottom: 2rem;
}
.pagenation{
    display: flex;
    justify-content: center;
    padding: 1rem 0 3rem;
}
.pagenation a{
    color: #434343;
    transition: all .2s;
    font-size: 16px;
}
.pagenation a:hover{
    color:#00bf63;
}
.pagenation .pre{
    padding-right: 2rem;
}
.archive article.news-card a{
    color: #434343;
}
.archive li.news-item__content {
    margin: 2rem 0;
    background: #f8fbf5;
    padding: 1rem;
}
.archive h3.news-item__title {
    padding: 0.5rem 0;
    font-weight: 700;
}