@media screen and (min-width: 768px) {
  #second #ttl h1 {
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
  }
  #second #ttl h1 span {
    display: block;
    color: #fff;
  }

  #sitemap {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
  }
  #sitemap .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #sitemap .link_btn {
    margin: 60px auto 0;
  }
  #sitemap h2 {
    max-width: 800px;
    margin: 0 auto 60px;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
  }
  #sitemap h2 span {
    display: none;
  }
  #sitemap h3 {
    font-size: 20px;
    font-weight: normal;
  }
  #sitemap p {
    margin-bottom: 30px;
  }
  #sitemap ul {
    margin-bottom: 30px;
  }
  #sitemap ul li {
    position: relative;
    list-style-type: none;
    line-height: 3;
    font-size: 20px;
  }
  #sitemap ul li:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #b81c22;
    border-right: 1px solid #b81c22;
    transform: rotate(45deg) translateY(-50%);
  }
  #sitemap ul li a {
    display: block;
  }
  #sitemap .box_two {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1120px;
    margin: 0 auto 80px;
  }
  #sitemap .box_two .box_unit {
    width: 45.71%;
    max-width: 512px;
  }
  #sitemap .box_two .box_unit .img {
    margin-bottom: 28px;
    font-size: 0;
  }
  #sitemap .box_two .box_unit .img img {
    width: 100%;
  }
  #sitemap .box_two .box_unit .link_btn {
    margin: 0 auto;
  }
  #sitemap .ac {
    margin: 0 auto;
  }
  #sitemap .mb10 {
    margin-bottom: 10px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #second #ttl h1 {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
  }
  #second #ttl h1 span {
    display: block;
    color: #fff;
  }

  #sitemap {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }
  #sitemap .inner {
    width: 90%;
    max-width: 1000px;
    min-height: 40vh;
    margin: 0 auto;
  }
  #sitemap .link_btn {
    margin: 30px auto 0;
  }
  #sitemap h2 {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
  }
  #sitemap h2 span {
    display: none;
  }
  #sitemap h3 {
    font-size: 16px;
    font-weight: normal;
  }
  #sitemap p {
    margin-bottom: 30px;
  }
  #sitemap ul {
    margin-bottom: 0;
  }
  #sitemap ul li {
    position: relative;
    list-style-type: none;
    line-height: 3;
    font-size: 15px;
  }
  #sitemap ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #b81c22;
    border-right: 1px solid #b81c22;
    transform: rotate(45deg) translateY(-50%);
  }
  #sitemap ul li a {
    display: block;
  }
  #sitemap .ac {
    margin: 0 auto;
  }
  #sitemap .mb10 {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=sitemap.css.map */
