#sub_main .ttl span::before {
  background: url(../img/sitemap/icon_sitemap.svg) no-repeat;
  background-size: contain;
}

.home_link {
  font-size: 20px;
  margin: -6px 0 28px;
}

.home_link a {
  position: relative;
  padding-left: 31px;
}

.home_link a::before {
  content: '';
  background: url(../img/common/icon_home.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
}

.page_box {
  margin-bottom: 40px;
}

.page_box ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}

.page_box ul li a:hover {
  color: var(--site-primary);
}

.page_box ul li:last-child {
  margin-bottom: 0;
}

.page_box ul li::before {
  content: '';
  background: url(../img/common/icon_arrow_right_green.svg) no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

.page_box.box02 ul {
  width: 23.5%;
}

.page_box.box03 ul {
  width: 23.5%;
}

.box_top {
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0 0 14px 28px;
  margin-bottom: 24px;
}

.box_top::before {
  content: '';
  background: url(../img/common/icon_arrow-right-circle_green02.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 7px;
}

.area_ttl {
  font-size: 27px;
  background: #00929729;
  padding: 17px 40px 19px;
  margin: 66px 0 23px;
}

.area_list {
  margin-bottom: 18px;
}

.area_list li {
  width: 20%;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.area_list li a:hover {
  color: var(--site-primary);
}

.area_list li::before {
  content: '';
  background: url(../img/common/icon_arrow_right_green.svg) no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .home_link {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .home_link a {
    padding-left: 25px;
  }
  .home_link a::before {
    width: 16px;
    height: 16px;
  }
  .box_top {
    font-size: 17px;
    padding: 0 0 8px 25px;
    margin-bottom: 14px;
  }
  .box_top::before {
    width: 15px;
    height: 15px;
  }
  .page_box {
    margin-bottom: 30px;
  }
  .area_ttl {
    font-size: 21px;
    padding: 11px 4% 13px;
    margin: 40px 0 18px;
  }
}

@media screen and (max-width: 568px) {
  .home_link {
    font-size: 18px;
    margin: -4px 0 16px;
  }
  .home_link a {
    padding-left: 28px;
  }
  .home_link a::before {
    width: 18px;
    height: 18px;
  }
  .box_top {
    font-size: 18px;
    padding: 0 0 10px 25px;
  }
  .page_box {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page_box ul {
    width: 100% !important;
  }
  .page_box ul li {
    width: 100%;
    margin-bottom: 9px;
  }
  .page_box ul li::before {
    width: 9px;
    height: 11px;
    top: 7px;
  }
  .page_box ul li:last-child {
    margin-bottom: 9px;
  }
  .area_ttl {
    padding: 11px 5.3vw 13px;
    margin: 28px -5.3vw 16px;
    border-radius: 0;
  }
  .area_list {
    margin-bottom: -12px;
  }
  .area_list li {
    width: 50%;
    margin-bottom: 9px;
  }
  .area_list li::before {
    width: 9px;
    height: 11px;
    top: 13px;
  }
}
/*# sourceMappingURL=sitemap.css.map */