@media screen and (max-width: 767px) {
/*---common single--*/
/*単体ページ用 イメージありタイトル*/
.fv_category.single{
	height: 120px;
}
.fv_category.single img{
	height: 120px;
}
.fv_category .heading_single{
	width: 90%;
}
.fv_category .heading_single span{font-size:22px;}
.fv_category .heading_single .small_en{font-size: 14px;}
/*単体ページ用 イメージありタイトル*/


/*---single  common---*/
.single_ttl, .single_ttl2{
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.3;
}
.single_con{
  margin-bottom: 60px;
}

.mini_att{
    font-size: 13px;
    line-height: 1.5;
    display: block;
}

/*---common single--*/

h3.min.news_ttl {
    font-size: 22px;
	line-height: 1.5;
}

.news_con{
  border: none;
  padding-bottom: 0;
	margin-bottom: 20px;
}

.news_title {
  margin-bottom: 30px;
}

.news_inner{
  margin: 10px auto;
}

.news_inner a {
  margin: 10px 0;
}
.news_con .wd_60, .news_con .wd_70, .news_con .wd_80 {
  width: 100%;
}
.news_con img{width: 100%; height: auto; margin-bottom: 10px;}



/*---list page---*/
.news_list-item{
  margin: 0 0 -1px; 
  align-items: center;
  padding: 20px 10px;
}

/*---list page---*/

.list_pager{
	margin:20px auto 0;
	display: table;
}
.page-numbers{padding: 0 5px; font-size: 25px;}
.list_pager .page-numbers.next{
	font-size: 0.85em;
	padding-left: 10px;
}
.list_pager .page-numbers.prev{
	font-size: 0.85em;
	padding-right: 10px;
}





}