.nav-cont__list {
  display: flex;
  flex-wrap: wrap;
}
.nav-cont__list li {
  width: 100%;
  border-bottom: 1px solid var(--gray40);
}
.nav-cont__list li a,
.nav-cont__list li > span {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 72px;
  padding-right: var(--su20);
  font-size: 1rem;
  font-weight: var(--fwBold);
}
@media screen and (max-width: 767px) {
  .nav-cont__list li a,
  .nav-cont__list li > span {
    font-size: 1.125rem;
  }
}
.nav-cont__list li a::before, .nav-cont__list li a::after,
.nav-cont__list li > span::before,
.nav-cont__list li > span::after {
  content: "";
  display: block;
}
.nav-cont__list li a::before,
.nav-cont__list li > span::before {
  width: var(--su40);
  height: var(--su40);
  margin-right: var(--su12);
  background: no-repeat 50%/100%;
}
.nav-cont__list li a::after,
.nav-cont__list li > span::after {
  position: absolute;
  top: var(--su24);
  right: 0;
  width: var(--su24);
  height: var(--su24);
  background: url(../../images/renewal/icon/simple_arrow_g.svg) no-repeat 0 50%/var(--su24);
  transform: rotate(-90deg);
}
.nav-cont__list li a.accounts::before,
.nav-cont__list li > span.accounts::before {
  background-image: url(../../images/renewal/nav/accounts.svg);
}
.nav-cont__list li a.news::before,
.nav-cont__list li > span.news::before {
  background-image: url(../../images/renewal/nav/news.svg);
}
.nav-cont__list li a.applications::before,
.nav-cont__list li > span.applications::before {
  background-image: url(../../images/renewal/nav/applications.svg);
}
.nav-cont__list li a.reports::before,
.nav-cont__list li > span.reports::before {
  background-image: url(../../images/renewal/nav/reports.svg);
}
.nav-cont__list li a.qa::before,
.nav-cont__list li > span.qa::before {
  background-image: url(../../images/renewal/nav/qa.svg);
}
.nav-cont__list li a.vr::before,
.nav-cont__list li > span.vr::before {
  background-image: url(../../images/renewal/nav/vr.svg);
}
.nav-cont__list li a.profile::before,
.nav-cont__list li > span.profile::before {
  background-image: url(../../images/renewal/nav/profile.svg);
}
.nav-cont__list li a.downloads::before,
.nav-cont__list li > span.downloads::before {
  background-image: url(../../images/renewal/nav/downloads.svg);
}
.nav-cont__list li a.settings::before,
.nav-cont__list li > span.settings::before {
  background-image: url(../../images/renewal/nav/settings.svg);
}
.nav-cont__list li a.companies::before,
.nav-cont__list li > span.companies::before {
  background-image: url(../../images/renewal/nav/companies.svg);
}
.nav-cont__list li a.manual::before,
.nav-cont__list li > span.manual::before {
  background-image: url(../../images/renewal/nav/manual.svg);
}
.nav-cont__list li a.npos::before,
.nav-cont__list li > span.npos::before {
  background-image: url(../../images/renewal/nav/npos.svg);
}
.nav-cont__list li a.students::before,
.nav-cont__list li > span.students::before {
  background-image: url(../../images/renewal/nav/students.svg);
}
.nav-cont__list li a.schools::before,
.nav-cont__list li > span.schools::before {
  background-image: url(../../images/renewal/nav/schools.svg);
}
.nav-cont__list li > span {
  padding-right: 0;
}
.nav-cont__list li > span::after {
  content: none;
}
.nav-cont__list li > span > span {
  font-size: 0.75rem;
}
.nav-cont__list li.has-sub-nav ul li:last-of-type {
  border-bottom: none;
}
.nav-cont__list.isNpo li:nth-child(1) {
  order: 1;
}
.nav-cont__list.isNpo li:nth-child(2) {
  order: 2;
}
.nav-cont__list.isNpo li:nth-child(3) {
  order: 3;
}
.nav-cont__list.isNpo li:nth-child(4) {
  order: 4;
}
.nav-cont__list.isNpo li:nth-child(5) {
  order: 5;
}
.nav-cont__list.isNpo li:nth-child(6) {
  order: 6;
}
.nav-cont__list.isNpo li:nth-child(7) {
  order: 7;
}
.nav-cont__list.isNpo li:nth-child(8) {
  order: 8;
}
.nav-cont__list.isNpo li:nth-child(9) {
  order: 9;
}
@media screen and (max-width: 767px) {
  .nav-cont__list.isNpo li:nth-child(1) {
    order: 1;
  }
  .nav-cont__list.isNpo li:nth-child(2) {
    order: 2;
  }
  .nav-cont__list.isNpo li:nth-child(3) {
    order: 4;
  }
  .nav-cont__list.isNpo li:nth-child(4) {
    order: 3;
  }
  .nav-cont__list.isNpo li:nth-child(5) {
    order: 5;
  }
  .nav-cont__list.isNpo li:nth-child(6) {
    order: 6;
  }
  .nav-cont__list.isNpo li:nth-child(7) {
    order: 7;
  }
  .nav-cont__list.isNpo li:nth-child(8) {
    order: 8;
  }
  .nav-cont__list.isNpo li:nth-child(9) {
    order: 9;
  }
}
.nav-cont__list.isStudent li:nth-child(1) {
  order: 1;
}
.nav-cont__list.isStudent li:nth-child(2) {
  order: 2;
}
.nav-cont__list.isStudent li:nth-child(3) {
  order: 3;
}
.nav-cont__list.isStudent li:nth-child(4) {
  order: 4;
}
.nav-cont__list.isStudent li:nth-child(5) {
  order: 5;
}
.nav-cont__list.isStudent li:nth-child(6) {
  order: 6;
}
.nav-cont__list.isStudent li:nth-child(7) {
  order: 7;
}
.nav-cont__list.isStudent li:nth-child(8) {
  order: 8;
}
@media screen and (max-width: 767px) {
  .nav-cont__list.isStudent li:nth-child(1) {
    order: 1;
  }
  .nav-cont__list.isStudent li:nth-child(2) {
    order: 2;
  }
  .nav-cont__list.isStudent li:nth-child(3) {
    order: 4;
  }
  .nav-cont__list.isStudent li:nth-child(4) {
    order: 3;
  }
  .nav-cont__list.isStudent li:nth-child(5) {
    order: 5;
  }
  .nav-cont__list.isStudent li:nth-child(6) {
    order: 6;
  }
  .nav-cont__list.isStudent li:nth-child(7) {
    order: 7;
  }
  .nav-cont__list.isStudent li:nth-child(8) {
    order: 8;
  }
}
.nav-cont__list.isSchool li:nth-child(1) {
  order: 1;
}
.nav-cont__list.isSchool li:nth-child(2) {
  order: 2;
}
.nav-cont__list.isSchool li:nth-child(3) {
  order: 3;
}
.nav-cont__list.isSchool li:nth-child(4) {
  order: 4;
}
.nav-cont__list.isSchool li:nth-child(5) {
  order: 5;
}
.nav-cont__list.isSchool li:nth-child(6) {
  order: 6;
}
.nav-cont__list.isSchool li:nth-child(7) {
  order: 7;
}
.nav-cont__list.isSchool li:nth-child(8) {
  order: 8;
}
.nav-cont__list.isSchool li:nth-child(9) {
  order: 9;
}
.nav-cont__list.isSchool li:nth-child(10) {
  order: 10;
}
@media screen and (max-width: 767px) {
  .nav-cont__list.isSchool li:nth-child(1) {
    order: 1;
  }
  .nav-cont__list.isSchool li:nth-child(2) {
    order: 2;
  }
  .nav-cont__list.isSchool li:nth-child(3) {
    order: 6;
  }
  .nav-cont__list.isSchool li:nth-child(4) {
    order: 3;
  }
  .nav-cont__list.isSchool li:nth-child(5) {
    order: 4;
  }
  .nav-cont__list.isSchool li:nth-child(6) {
    order: 5;
  }
  .nav-cont__list.isSchool li:nth-child(7) {
    order: 7;
  }
  .nav-cont__list.isSchool li:nth-child(8) {
    order: 8;
  }
  .nav-cont__list.isSchool li:nth-child(9) {
    order: 9;
  }
  .nav-cont__list.isSchool li:nth-child(10) {
    order: 10;
  }
}
.nav-cont__list.isAdmin li:nth-child(1) {
  order: 1;
}
.nav-cont__list.isAdmin li:nth-child(2) {
  order: 2;
}
.nav-cont__list.isAdmin li:nth-child(3) {
  order: 3;
}
.nav-cont__list.isAdmin li:nth-child(4) {
  order: 4;
}
.nav-cont__list.isAdmin li:nth-child(5) {
  order: 5;
}
.nav-cont__list.isAdmin li:nth-child(6) {
  order: 6;
}
.nav-cont__list.isAdmin li:nth-child(7) {
  order: 7;
}
.nav-cont__list.isAdmin li:nth-child(8) {
  order: 8;
}
@media screen and (max-width: 767px) {
  .nav-cont__list.isAdmin li:nth-child(1) {
    order: 1;
  }
  .nav-cont__list.isAdmin li:nth-child(2) {
    order: 2;
  }
  .nav-cont__list.isAdmin li:nth-child(3) {
    order: 3;
  }
  .nav-cont__list.isAdmin li:nth-child(4) {
    order: 6;
  }
  .nav-cont__list.isAdmin li:nth-child(5) {
    order: 4;
  }
  .nav-cont__list.isAdmin li:nth-child(6) {
    order: 5;
  }
  .nav-cont__list.isAdmin li:nth-child(7) {
    order: 7;
  }
}

/*# sourceMappingURL=navCont.css.map */
