@charset "UTF-8";
/* サイトマップ
----------------------------------------------- */
/* line 11, sitemap.scss */
.sitemap .sub_cover {
  background: url("../images/sitemap/page_cover.png") no-repeat top center;
}
@media screen and (max-width: 767px) {
  /* line 11, sitemap.scss */
  .sitemap .sub_cover {
    background-size: cover;
  }
}
/* line 19, sitemap.scss */
.sitemap ul {
  max-width: 75%;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 767px) {
  /* line 19, sitemap.scss */
  .sitemap ul {
    width: 100%;
    display: block;
  }
}
/* line 31, sitemap.scss */
.sitemap ul li {
  width: 310px;
  margin-bottom: 25px;
  margin-right: 20px;
}
/* line 36, sitemap.scss */
.sitemap ul li a {
  display: block;
  padding: 20px 0 20px 30px;
  background-color: #F9F8F7;
  border-radius: 3px;
  box-shadow: 0 2px 0 #F0EEE5;
  font-size: 16px;
  background-image: url("../images/sitemap/arrow.png");
  background-repeat: no-repeat;
  background-position: left 15px center;
}
@media screen and (max-width: 767px) {
  /* line 31, sitemap.scss */
  .sitemap ul li {
    width: 80%;
  }
}

/*# sourceMappingURL=sitemap.css.map */
