@charset "utf-8";

.news_list .txt_area{
  width: calc(100% - 180px - 5%);
}
.news_list .img_area{
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.news_list .img_area img{
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.news_list li{
  padding: 2em 0;
  border-bottom: 1px solid #ffa594;
}

.news_list li a{display: block;color: inherit;}
.news_list li span{
  display: block;
}

.news_body .img_area{
  text-align: center;
  margin-bottom: 30px;
}
.news_body dt{
	color: #ffa594;
    font-weight: bold;
}


#news_navi {
  text-align: center;
  margin-top: 50px;
}

/*ナビ*/
#info_navi{
  text-align:center;
  margin:40px auto 0;
  font-size: 0.875rem;  
}
#info_navi a{
  background: #fed6d6;
  color:inherit;
  padding: 5px 20px;
  font-size: 0.875rem;
}


@media (max-width: 799px){
  .news .news_index h2, .news .news_archive h3 { font-size: 1.5rem;}
  .news .news_archive { width: 100%;}
  .news .news_index { width: 100%; margin-bottom: 40px;}
  .news .news_archive .archive_list li { display: inline-block; margin-right: 20px;}
  .news_list.related li{width: 100%;}
	#info_navi a{padding: 5px 5px;}
}

@media (max-width: 499px){
  .news .news_index h2, .news .news_archive h3 { font-size: 1.3rem;}

	.news .info_list li{width: 100%;margin-bottom: 20px;}

	#info_navi a{font-size: 0.75rem;}

	.news_list .txt_area{width: 100%;}
	.news_list .img_area{margin: 0 auto 20px;text-align: center;}


}
