/* =============================
メインビジュアル
=============================*/
.newslist_mv {
/*    background-image: url("../img/news_mv.jpg");*/
    background-image: url("../img/news_mv_20200115.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.newslist_mv h1 {
    color: #fff;
    font-size: 0.48rem;
    font-weight: 100;
}
@media screen and (max-width: 699px) {
}


/* =============================
PICKUP
=============================*/
section#top_pick.news_pick {
    background: rgba(0,209,204,0.2);
}




/* =============================
NEWS & INFORMATION
=============================*/
/*タブ*/
#newslist_info {
    color: #fff;
    background: #1a1a1a;
}
.newslist_info_tab {
    margin-bottom: 0.4rem;
}
.newslist_info_tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newslist_info_tab li {
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 2px;
    padding-right: 2px;
}
.newslist_info_tab li a {
    font-size: 0.13rem;
    font-weight: bold;
    text-align: center;
    display: block;
    border-bottom: 4px solid #666666;
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 0.1rem;
    opacity: 0.5;
	color: #fff;
	text-decoration: none;
}
.newslist_info_tab li.Now a {
    opacity: 1;
}
.newslist_info_tab li.Now a {
    border-bottom: 4px solid #00d1cc;
}

/*タブボーダー*/
.newslist_info_tab li:nth-child(1) a {
    border-bottom: 4px solid #fff;
}
.newslist_info_tab li:nth-child(2) a {
    border-bottom: 4px solid #00d1cc;
}
.newslist_info_tab li:nth-child(3) a {
    border-bottom: 4px solid #d9e021;
}
.newslist_info_tab li:nth-child(4) a {
    border-bottom: 4px solid #c1272d;
}
.newslist_info_tab li:nth-child(5) a {
    border-bottom: 4px solid #0071bc;
}

/*リストNo*/
.newslist_info_no {
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newslist_info_no a {
    background: #333333;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 0.24rem;
	font-weight: 300;
	margin-left: 0.07rem;
	margin-right: 0.07rem;
}

.newslist_info_no .current {
    background: #00d1cc;
    color: #333333;
	padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.24rem;
	font-weight: 300;
	margin-left: 0.07rem;
	margin-right: 0.07rem;
}


/* the_posts_paginationで出力の
投稿ナビゲーションの文字削除*/
.screen-reader-text{
  display:none;
}


/*========================
ページナビ
========================*/
.wp-pagenavi {
	clear: both;
	text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #fff;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none!important;
	font-size: 0.14rem;
}

.wp-pagenavi a:hover{
	opacity: 0.7;
}
.wp-pagenavi span.current{
	color: #00d1cc;
	font-weight: bold;
	border-bottom: none!important;
}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block!important;
}

.pagenavi .wp-pagenavi{
	text-align: right;
	margin-bottom: 0.8rem;
}