@charset 'UTF-8';

.conteSec{
  padding-top: 60px;
}
.mapList li {
  margin-bottom: 1.5em;
  padding: 0 0;
}
.mapList.etc li {
  margin-bottom: 0.8em;
}
.mapList > li a:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #4591ba;
  margin-right: 0.5em;
  font-size: 80%;
}
.mapList > li a.fistLink:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f6dc2b;
  margin-right: 0.5em;
  font-size: 80%;
}
.mapList li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.mapList li a.fistLink {
  color: #f6dc2b;
}
.ctTop {
  display: inline-block;
  margin: 0 0 20px;
}
.mapList li ul {
  padding: 1em;
  background: #F2F8FA;
}
.mapList li ul li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
}
.fistLink {
  background-color: #4591ba;
  color: #FFF;
  padding: 0.5em 1em;
}
.ColBox .mapList.etc {
  padding-left: 1em;
}
.ColBox .mapList.etc a {
  display: inline-block;
  color: #4591ba;
}

.bgCurtain:after {
    background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #sitemap .conteSec {
    width: 960px;
  }
  .mapList {
    margin-bottom: 10px;
    padding: 0;
    width: 48%;
    list-style: none;
  }
  .ColBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ColBox .mapList {
    width: 36%;
    margin-left: 2%;
    font-size: 100%;
  }
  .ColBox .mapList.etc {
    width: 18%;
    padding-left: 0;
  }
  .mapList:first-child {
    margin-left: 0;
  }
  .ctTop {
    display: inline-block;
    margin: 0 0 15px;
  }
}