.sitemap {
  text-align: center;
}

.sitemap .inner {
  padding: 0 20px;
}

.sitemap h1 {
  padding: 30% 0 11%;
  color: #fff;
  background-color: #09c;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

.sitemap h2 {
  margin: 11% auto 10%;
  border-bottom: 3px solid #000;
  display: inline-block;
  color: #000;
  font-size: 1.7rem;
  text-align: center;
}

.sitemap h2.first_tit {
  margin-bottom: 0%;
}

.sitemap h2 a {
  padding: 0;
  color: #000;
  background: none;
  font-size: 1.7rem;
}

.sitemap a {
  padding: 4% 5% 4% 0;
  display: inline-block;
  color: #000;
  background: url(/pc/sitemap/images/sitemap_arr.png) no-repeat 98% center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

.sitemap .sitemap_box {
  width: 100%;
}

.sitemap .sitemap_box p {
  margin: 6% 0 6%;
  padding: 0;
  color: #666;
  background: none;
  font-size: 1.5rem;
  text-align: center;
}

.sitemap ul li {
  border-bottom: 1px dotted #d9d9d9;
  width: 100%;
  text-align: left;
}

.sitemap ul li:first-child {
  border-top: 1px dotted #d9d9d9;
}

.sitemap ul li a {
  display: block;
}

.sitemap .recipe ul li span {
  padding: 4% 0 4% 0;
  border-bottom: 1px dotted #d9d9d9;
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
}

.sitemap .recipe ul li span a {
  padding: 0 !important;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.sitemap .recipe ul li span.arr {
  background: url(/pc/sitemap/images/sitemap_arr.png) no-repeat 98% center;
}

.sitemap .recipe ul li a {
  padding: 4% 5% 0;
  display: inline-block;
  background: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.sitemap .recipe ul li a:last-child {
  padding-bottom: 4%;
}

.sitemap .cont {
  margin-top: 20%;
  margin-bottom: 20%;
}

.sitemap .cont ul li:first-child {
  border-top: 1px solid #000;
}

.sitemap .box_nav {
  margin-top: 15%;
  padding: 10% 5% 8%;
  background: #bbcddb;
  text-align: left;
}

.sitemap .box_nav p {
  margin: 0 0 5%;
  text-align: left;
}

.sitemap .box_nav a {
  padding: 0;
  padding-right: 10%;
  width: 100%;
  color: #333;
}

@media screen and (orientation: landscape) {
  .sitemap h1 {
    padding: 20% 0 11%;
  }
}