/*-----------------------------------
** layout
  -----------------------------------*/
.p-pagetitle {
  max-width: 1110px;
  font-size: 1.2rem;
  padding: 0.8rem 0.8rem;
  border-bottom: 1px solid #484848;
  margin: auto;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767.98px) {
  .p-pagetitle {
    padding: 0.8rem;
  }
}

.p-pagetitle span {
  vertical-align: middle;
  font-weight: bold;
}

.p-pagetitle small {
  font-size: 0.8rem;
  color: #666;
  vertical-align: middle;
  padding: 0 0.8rem;
}

.p-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-sitemap__unit {
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .p-sitemap__unit {
    width: 48.5%;
  }
}

.p-sitemap__pageTitle {
  padding: 0.4rem 0;
  border-bottom: 1px solid #484848;
  margin-bottom: 0.8rem;
}

.p-sitemap__item {
  margin-bottom: 2.4rem;
}

.o-linklist {
  margin-bottom: 2.4rem;
}

.o-linklist__heading {
  font-weight: bold;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-bottom: 1px dotted #484848;
  border-left: 3px solid #484848;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767.98px) {
  .o-linklist__heading {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .o-linklist__list {
    padding-left: 0.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .o-linklist__list li {
    font-size: 0.8rem;
    margin: 0.4rem 0;
  }
}

.o-linklist__list a {
  text-decoration: none;
  color: inherit;
}

.o-linklist__list a:hover {
  font-weight: bold;
  text-decoration: underline;
}

/*-----------------------------------
** Compornent
-----------------------------------*/
/*-----------------------------------
** Project
-----------------------------------*/
/*# sourceMappingURL=sitemap.css.map */