.article img{
    height:auto;
}
#sub-midashi .midashi-pic{
    background-image:url(../images/midashi-news.jpg);
}
/*----- newsページ -----*/


.blog_page{
    padding:50px;
}
.news_pic a:hover{
    opacity:0.8;
}

#news a,
.news02 a{
    display:block;
}
.news02 .category{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size:13px;
    padding: 5px 8px;
    transition: 0.3s;
    border:1px solid #ED615B;
}
.news02 .category a{
    color:#ED615B;
}
#news .news_wrap .news_meta::after{
    display:none;
}
#news .news_wrap h2::after{
    display:none;
}
#news .news_wrap .news_desc{
    font-size: 14px;
    margin-top:5px;
}

/*----- 記事ページ -----*/
.main_contents .article_header{
    display:block;
    position:relative;
}
.main_contents .row{
    display:flex;
    align-items: flex-start;
    justify-content: space-around;
}
.month-cate{
    display:flex;
    align-items: center;
}
.article_header time{
    font-size:14px;
}
.article_header .article_meta a{
    border: 1px solid #ED615B;
    margin-left: 20px;
    padding: 5px 8px;
    font-size:13px;
    transition:0.3s;
    color:#ED615B;
}
.article_header .article_meta a:hover{
    color:#fff;
    background:#ED615B;
}
.article_header .article_meta ul{
    display:flex;
}
.article_header .article_meta li{
    display:flex;
    justify-content: flex-end;
    margin-left:5px;
}
.article_title{
    display:flex;
    align-items: center;
    font-size:30px;
    margin:20px 0;
}
.article_title::before{
    content:"";
    display: inline-block;
    width:50px;
    height:2px;
    background:#ED615B;
    margin-right:20px;
}
.article_body{
    padding-bottom:50px;
    margin-bottom:30px;
    border-bottom:1px solid #000;
    line-height:30px;
}

.postLinks{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.all_news{
    text-align:center;
    margin-top:50px;
}
.all_news a{
    transition:0.3s;
}
.all_news a:hover{
    letter-spacing: 2px;
}

.all_news p{
    padding-bottom:10px;
}
.all_news p::before{
    content:"＼";
    padding-right:10px;
}
.all_news p::after{
    content:"／";
    padding-left:10px;
}
.all_news p::before,
.all_news p::after{
    font-size:13px;
}



/*----- カテゴリー -----*/

.col-md-3{
    width:300px;
}
.main_contents .col-md-9{
    width:100%;
    border-right:1px solid #000;
    padding:50px;
}
.col-md-9 .article_header{
    margin-bottom:50px;
}
.col-md-9 .article_body{
    font-weight:normal;
    font-size:16px;
}
.col-12 .main_title{
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
    border-bottom: 2px solid #000;
    height: 49px;
}
.main_contents .cate{
    margin-bottom:50px;
}
h2.archive_title{
    height:60px;
    line-height:60px;
    font-size:30px;
    font-weight:bold;
    border-bottom:1px solid #000;
    text-align: center;
    letter-spacing: 0;
}
.archive:nth-child(2) h2.archive_title{
    border-top:1px solid #000;
}
.archive a{
    color:#000;
    display:block;
}
.archive_list{
    font-size:16px;
    line-height:40px;
    padding:15px 20px;
    text-align: center;
}
.col-md-3 li{
    list-style-type: none;
}

.news02{
    position:relative;
}
.container2{
    display:flex;
}
.container2 .cate{
    margin-bottom:50px;
}

/*----- ページネーション -----*/

.page_navi_wrap{
    width:100%;
    border-right:1px solid #000;
}
.wp-pagenavi{
    text-align: center;
    padding-bottom: 50px;
}
.wp-pagenavi a{
    color:#ED615B;
}

.page_navi_wrap .pages{
    display:none !important;
}
.page_navi_wrap .wp-pagenavi a,
.page_navi_wrap .wp-pagenavi span{
    display:inline-block;
    padding:0;
    border:0px;
    width:40px;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first{
    background:none;
    width:4em !important;
}



/*----- カテゴリーページ、アーカイブページ -----*/
