@charset "UTF-8";

/* ---------------------------------------------------------------*\
$common
\*--------------------------------------------------------------- */

.title_sitemap {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: ryo-display-plusn,serif;
  font-size: 2rem;
  color: #111;
  border-bottom: solid 1px #e8e8e8;
}

.page_sitemap {
  display: block;
  margin-bottom: 15px;
}

.page_sitemap > a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  color: #888;
  text-decoration: underline;
}

.product_sitemap > a {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  color: #888;
  text-decoration: underline;
  cursor: pointer;
}

ul.list_sitemap {
  margin-top: 10px;
  margin-bottom: 15px;
  letter-spacing: -0.4em;
}

li.each_list_sitemap {
  margin-right: 15px;
  letter-spacing: normal;
}

li.each_list_sitemap h5::before{
  padding-right: 5px;
  content: '- ';
}

.product_sitemap::after {
  width: 30px;
  padding-left: 10px;
  font-family: Fontawesome;
  color: #888;
  content:"\f105";
}

.page_sitemap::after {
  width: 30px;
  padding-left: 10px;
  font-family: Fontawesome;
  color: #888;
  content:"\f105";
}

li.each_list_sitemap a {
  display: inline-block;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
  color: #888;
  text-decoration: underline;
}

li.each_list_sitemap:last-child {
  margin-right: 0;
}

p {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.3rem;
  line-height: 4.2rem;
  color: #111;
}

/* ---------------------------------------------------------------*\
$980px
\*--------------------------------------------------------------- */
@media screen and (max-width: 980px) {
}
