@charset "UTF-8";

/******************************
サイトマップ
******************************/
.sitemaplist {
  margin: 0 auto;
  max-width: 800px;
}
.sitemaplist {
  gap: 1rem;
}
.sitemaplist li {
  width: calc(50% - .5rem);
}
.sitemaplist li a {
  background: #f5f5f5;
  border-left: 10px solid #C3AC80;
  display: block;
  font-weight: 500;
  position: relative;
  padding: 1rem 3.5rem 1rem 1rem;
}
.sitemaplist li a::before { 
  content: "";
  color: #C3AC80;
  font: var(--fa-font-solid);
  content: "\f138";
  position: absolute;
  top: 15px;
  right: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .sitemaplist li {
    width: 100%;
  }
}