/*-------------------------------------------------- arrow --*/
/*-------------------------------------------------- sitemap --*/
#sitemap {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #sitemap {
    margin-bottom: 3.75rem;
  }
}
#sitemap a {
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
}
#sitemap a:hover {
  opacity: 0.5;
}
#sitemap .sitemap_list .sitemap_list_item:not(:first-of-type) {
  border-top: 1px solid #e9f2f3;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  #sitemap .sitemap_list .sitemap_list_item:not(:first-of-type) {
    padding-top: 1.5rem;
  }
}
#sitemap .sitemap_list .sitemap_list_item:not(:last-of-type) {
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  #sitemap .sitemap_list .sitemap_list_item:not(:last-of-type) {
    padding-bottom: 1.5rem;
  }
}
#sitemap .sitemap_list .sitemap_list_item .sitemap_list_item_title a {
  position: relative;
  padding-left: 1.5rem;
  color: #2a2a2a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-decoration: none;
}
#sitemap .sitemap_list .sitemap_list_item .sitemap_list_item_title a[target=_blank] {
  padding-right: 16px;
}
#sitemap .sitemap_list .sitemap_list_item .sitemap_list_item_title a[target=_blank]::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../common/image/ic_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
#sitemap .sitemap_list .sitemap_list_item .sitemap_list_item_title a::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-color: #00b2a9 #00b2a9 transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
  top: 0.75rem;
  transform: rotate(45deg);
}
#sitemap .sitemap_list .sitemap_list_item ul {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  #sitemap .sitemap_list .sitemap_list_item ul {
    margin-top: 1.25rem;
  }
}
#sitemap .sitemap_list .sitemap_list_item ul li:not(:first-of-type) {
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  #sitemap .sitemap_list .sitemap_list_item ul li:not(:first-of-type) {
    margin-top: 1.25rem;
  }
}
#sitemap .sitemap_list .sitemap_list_item ul li a {
  position: relative;
  padding-left: 1.5rem;
  color: #2a2a2a;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.6;
  transition: all 0.3s;
}
#sitemap .sitemap_list .sitemap_list_item ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-color: #2a2a2a #2a2a2a transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(45deg);
}