.sm_hr_line {
  background-color: #0169ae !important;
}

.sitemap_tit > a {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  height: 61px;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
  border-bottom: 1px solid #ececec;
}
.sitemap_tit .sitemap_ico_move {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url(../images/main/arrow_right.svg) no-repeat;
}
.sitemap_sbox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.sitemap_mtit {
  color: #0169ae;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.sitemap_stit {
  color: #1c1c1c;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}
.sitemap_menu_wrap {
  float: left;
  width: calc(50% - 30px);
}
.sitemap_con_wrap {
  display: flex;
  justify-content: space-between;
}
