@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.page_h2 .inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .page_h2 .inner {
    padding-bottom: 40px;
  }
}
.wsp-pages-title {
  display: none;
}
.page_item a {
  text-align: left !important;
  margin-left: 0 !important;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #1D50A1;
  margin-top: 5px;
}
.page_item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: 10px;
  background: #1D50A1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .page_item a::after {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
.page_item .children {
  margin-left: 20px;
  margin-bottom: 20px;
}
.page_item .children a {
  font-weight: 500;
  color: #333333;
  font-size: 16px;
  padding-left: 12px;
}
.page_item .children a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 8px;
  left: 0;
  top: 10px;
  background: #1D50A1;
  transition: 0.3s ease-in-out;
}
