@charset "utf-8";

/* ===================================================================

CSS information

 file name	:sitemap.css
 style info :サイトマップページ用CSS
 
=================================================================== */

/*------------------------------------------------------------
  main_h2
------------------------------------------------------------*/
.main_h2 {
  background: url(/sitemap/img/main_h2_tit_sitemap.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.news_line_archive_item {
  margin-bottom: 10px;
}

.news_line_archive_item .fa-angle-right {
  padding: 1px 5px;
  margin-right: 0.5em;
  background: #01487c;
  color: #fff;
}