.wrap-pageTitle {
  background: url("../images/sitemap_main_sp.jpg") no-repeat center;
  background-size: cover;
}

.btn-sitemap {
  margin-top: 40rem;
}
.btn-sitemap a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2878c8;
  height: 100rem;
  font-size: 28rem;
  font-weight: bold;
  color: #2878c8;
  border-radius: 50rem;
  background: url("../images/arrow.png") no-repeat center right 40rem;
  background-size: 30rem;
}
.btn-sitemap a.nolink {
  background: none;
  pointer-events: none;
}

.wrap-child {
  margin-top: 20rem;
}
.wrap-child .child {
  margin-top: 10rem;
}
.wrap-child .child a {
  text-decoration: underline;
  padding-left: 30rem;
  background: url("../images/arrow.png") no-repeat center left;
  background-size: 30rem;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .wrap-pageTitle {
    background: url("../images/sitemap_main_pc.jpg") no-repeat center;
    background-size: cover;
  }

  section.p-lv1 {
    max-width: 820px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
  section.p-lv1 .box-left {
    width: 380px;
  }
  section.p-lv1 .box-right {
    width: 380px;
  }

  .btn-sitemap {
    margin-top: 20px;
  }
  .btn-sitemap a {
    height: 60px;
    font-size: 20px;
    border-radius: 50px;
    background: url("../images/arrow.png") no-repeat center right 20px;
    background-size: auto;
  }
  .btn-sitemap a:hover {
    opacity: 0.8;
  }

  .wrap-child {
    margin-top: 10px;
  }
  .wrap-child .child {
    margin-top: 5px;
  }
  .wrap-child .child a {
    text-decoration: underline;
    padding-left: 30px;
    background: url("../images/arrow.png") no-repeat center left;
    background-size: auto;
    font-size: 18px;
  }
  .wrap-child .child a:hover {
    text-decoration: none;
  }
}