.sitemap__item {
  padding-left: 15px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8; }
  @media screen and (max-width: 750px) {
    .sitemap__item {
      font-size: 1.5rem; } }
  .sitemap__item:before {
    content: "";
    position: absolute;
    border-right: 1px solid #008086;
    border-top: 1px solid #008086;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .sitemap__item a:hover {
    color: #008086; }
    .sitemap__item a:hover .iconBlank {
      fill: #008086; }
.sitemap__ttlLink {
  border-bottom: 1px solid #008086;
  padding: 0 0 10px 20px;
  font-size: 1.8rem;
  position: relative;
  margin-top: 15px;
  margin-bottom: 8px; }
  @media screen and (max-width: 750px) {
    .sitemap__ttlLink {
      font-size: 1.7rem; } }
  .sitemap__ttlLink:before {
    content: "";
    position: absolute;
    border-right: 1px solid #008086;
    border-top: 1px solid #008086;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 8px; }
  .sitemap__ttlLink a:hover {
    color: #008086; }
  .sitemap__ttlLink.sitemap__ttlLink--other:before {
    display: none; }
.sitemap__box + .sitemap__box {
  margin-top: 15px; }
.sitemap__box h3 {
  margin-left: 20px;
  font-size: 1.8rem;
  color: #008086; }
.sitemap .sitemap__list {
  margin-left: 20px; }
.sitemap .blank .iconBlank {
  position: static;
  margin: 0 0 0 0.1em; }
