@charset "utf-8";

/*------------------------------------------------------------
	sitemap
------------------------------------------------------------*/
.sitemapTitle {
  font-size: 15px;
  padding: 20px 28px;
  border: 1px solid #DEDEDE;
  margin-bottom: 55px;
  font-weight: normal;
}

.sitemapUl {
  margin-bottom: 40px;
  padding: 0 11px;
}

.sitemapUl:last-child {
  margin-bottom: 0;
}

.sitemapUl ul::after {
  content: "";
  display: block;
  width: calc(100% / 3);
  height: 0;
}

.sitemapUl ul li {
  width: calc(100% / 2);
}

.sitemapUl ul li a {
  padding-left: 27px;
  display: flex;
  align-items: center;
  height: 56px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.02em;
  position: relative;
  background: initial;
}

.sitemapUl ul li a::before {
  position: absolute;
  content: "";
  background-image: url(../common/img/icon10.png);
  background-repeat: no-repeat;
  background-size: 6px;
  width: 6px;
  height: 8px;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}

.sitemapUl h3 {
  font-size: 17px;
  padding: 8px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 4px;
}

.sitemapSection {
  margin-top: 107px;
}

@media all and (max-width: 896px) {
  .sitemapTitle {
    font-size: 14px;
  }

  .sitemapUl {
    padding: 0;
  }

  .sitemapUl ul li {
    width: calc(50% - 5px);
  }

  .sitemapUl ul li a {
    padding-left: 18px;
    font-size: 14px;
  }

  .sitemapUl ul li a::before {
    left: 5px;
  }
}
