/* Scss Document */
/*------------------------------------------*/
#SitemapPage {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #SitemapPage {
      padding: 16px 0; } }
  #SitemapPage .left {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #SitemapPage .left {
        width: 100%;
        float: none; } }
  #SitemapPage .right {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #SitemapPage .right {
        width: 100%;
        float: none;
        margin-top: 15px; } }
  #SitemapPage ul {
    margin: 0;
    padding: 0; }
    #SitemapPage ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
      #SitemapPage ul li a {
        display: block;
        position: relative;
        text-decoration: none; }
  #SitemapPage ul.first {
    margin-top: -15px; }
    @media screen and (max-width: 767px) {
      #SitemapPage ul.first {
        display: flex;
        flex-direction: column; } }
    #SitemapPage ul.first > li {
      margin-top: 15px; }
      #SitemapPage ul.first > li > a {
        padding-left: 23px;
        color: #000; }
        #SitemapPage ul.first > li > a:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 4px;
          z-index: 2;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 7px solid #fff;
          margin-top: -4px; }
        #SitemapPage ul.first > li > a:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 0px;
          z-index: 1;
          width: 16px;
          height: 16px;
          background: #c40200;
          margin-top: -8px; }
  #SitemapPage ul.second {
    width: 100%;
    margin-top: 7px; }
    @media screen and (max-width: 767px) {
      #SitemapPage ul.second {
        display: flex;
        flex-wrap: wrap; } }
    #SitemapPage ul.second > li {
      margin-top: 3px;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #SitemapPage ul.second > li {
          width: 30%;
          float: left;
          margin-right: 3%; }
          #SitemapPage ul.second > li:last-child {
            margin-bottom: 0; } }
      @media screen and (max-width: 579px) {
        #SitemapPage ul.second > li {
          width: 100%; } }
      #SitemapPage ul.second > li > a {
        padding-left: 23px;
        color: #000;
        font-size: 100%; }
        #SitemapPage ul.second > li > a:before {
          content: "";
          display: block;
          position: absolute;
          top: 40%;
          left: 9px;
          z-index: 2;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 7px solid #c40200;
          margin-top: -4px; }
  #SitemapPage ul.third {
    margin-top: 7px; }
    #SitemapPage ul.third > li {
      padding-left: 40px;
      margin-top: 10px; }
      #SitemapPage ul.third > li > a {
        font-size: 100%;
        color: #000; }
        #SitemapPage ul.third > li > a:before {
          content: "";
          display: block;
          position: absolute;
          top: 40%;
          left: -14px;
          z-index: 2;
          border-top: 2px solid #c40200;
          border-left: 7px solid #c40200;
          margin-top: 0px; }
  @media print, screen and (min-width: 768px) {
    #SitemapPage .right ul.first > li {
      margin-top: 15px; }
    #SitemapPage .right ul.second {
      margin-top: 0; } }
  @media screen and (min-width: 580px) and (max-width: 767px) {
    #SitemapPage .right ul.first {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #SitemapPage .right ul.first > li {
        width: 100%; }
        #SitemapPage .right ul.first > li:nth-of-type(n + 3) {
          width: 30%; } }

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
