@charset "UTF-8";
article #page_ttl {
  background: url("../images/sitemap/sitemap_ttl_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
article #sitemap .wrap .flex {
  justify-content: space-between;
}
article #sitemap .wrap .flex .cell .box {
  margin-bottom: 20px;
}
article #sitemap .wrap .flex .cell .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  article #sitemap .wrap .flex .cell .box {
    margin-bottom: 10px;
  }
  article #sitemap .wrap .flex .cell .box:last-child {
    margin-bottom: 10px;
  }
}
article #sitemap .wrap .flex .cell .box > a {
  display: block;
  background: #f3f9ec;
  color: #000;
  font-weight: bold;
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  position: relative;
}
article #sitemap .wrap .flex .cell .box > a:before {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background: url("../images/btn_arrow1_hover.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article #sitemap .wrap .flex .cell .box > a {
    padding: 10px 10px 10px 20px;
  }
}
article #sitemap .wrap .flex .cell .box > .nolink {
  display: block;
  background: #f3f9ec;
  color: #000;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  article #sitemap .wrap .flex .cell .box > .nolink {
    padding: 10px;
  }
}
article #sitemap .wrap .flex .cell .box > p.ttl {
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  article #sitemap .wrap .flex .cell .box > p.ttl {
    padding: 10px;
  }
}
article #sitemap .wrap ul.child > li {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  article #sitemap .wrap ul.child > li {
    padding: 10px 0;
  }
}
article #sitemap .wrap ul.child > li > a {
  padding: 0px 0px 0px 30px;
  position: relative;
}
article #sitemap .wrap ul.child > li > a:before {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background: url("../images/btn_arrow2_hover.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
article #sitemap .wrap ul.child > li > span {
  font-size: 1.2rem;
}
article #sitemap .wrap ul.child > li ul.child2 li {
  padding: 10px 30px 0;
}
@media screen and (max-width: 768px) {
  article #sitemap .wrap ul.child > li ul.child2 li {
    padding: 10px 30px 0;
  }
}
article #sitemap .wrap ul.child > li ul.child2 li:before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
