/* Scss Document */
.under-top {
  background: url(../img/sitemap_top_sp.jpg) no-repeat center center;
  background-size: cover;
}

@media print, screen and (min-width: 769px) {
  .under-top {
    background: url(../img/sitemap_top.jpg) no-repeat center center;
    background-size: cover;
  }
}
.under section {
  width: 470px;
  margin-bottom: 56px;
}
.under section .arrow-linkSingle-b {
  padding-left: 10px;
}
.under section .arrow-linkSingle-b:before {
  left: 0;
  right: auto;
}
.under section .arrow-linkSingle-b a {
  color: #000;
  font-weight: bold;
}
.under section ul li {
  line-height: 1.8;
}
.under section ul li a {
  color: #000;
}
.under section ul li .pdflink {
  color: #000;
}
.under section ul.column-2 li {
  width: 235px;
  display: block;
}

@media screen and (max-width: 768px) {
  .under section {
    width: 100%;
  }
  .under section .arrow-linkSingle-b {
    padding-left: 10px;
  }
  .under section .arrow-linkSingle-b:before {
    left: 0;
    right: auto;
  }
  .under section .arrow-linkSingle-b a {
    color: #000;
    font-weight: bold;
  }
  .under section ul li {
    line-height: 1.8;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (min-width: 375px) {
  .under section ul li {
    font-size: calc(14px + 4 * (100vw - 375px) / 400);
  }
}
@media screen and (max-width: 768px) {
  .under section ul li a {
    color: #000;
  }
  .under section ul li .pdflink {
    color: #000;
  }
  .under section ul.column-2 li {
    width: 50%;
    display: block;
  }
}
