﻿*{
  padding: 0;
  margin: 0;
}
.sitemap-title-area1 {
  position: relative;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
}

.sitemap-title-area1_1 {
  margin: 0 auto;
  width: 50%;
  min-width: 850px;
  padding: 22px;
  position: relative;
}

  .sitemap-title-area1_1 h2 {
    padding: 20px 0px;
    font-size: 2em;
    font-weight: inherit;
  }

.sitemap-line {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e8e8e8;
  background: #808080;
}

.sitemap-content-area2 {
  position: relative;
  width: 100%;
  height: 100%;
}

.sitemap-content-area2_2 {
  width: 50%;
  min-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0px;
}

.category-section {
  position: relative;
  display: inline-block;
  width: 33%;
  min-width: 250px;
  margin-bottom: 50px;
  vertical-align: top;
}

  .category-section h3 {
    font-size: 18px;
    line-height: 1.4446;
    font-weight: 600;
    letter-spacing: 0em;
    padding-right: 34px;
    margin-bottom: 10px;
  }

  .category-section ul li {
    padding: 5px 0;
    list-style: none;
  }

    .category-section ul li a {
      color: #0082C3;
      text-decoration: none;
    }

@media screen and (max-width:1024px) and (min-width:641px) {
  .sitemap-title-area1 {
    position: relative;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
  }

  .sitemap-title-area1_1 {
    margin: 0 auto;
    width: 90%;
    min-width: 550px;
    padding: 22px;
    position: relative;
  }

    .sitemap-title-area1_1 h2 {
      padding: 20px 0px;
    }

  .sitemap-line {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e8e8e8;
    background: #808080;
  }

  .sitemap-content-area2 {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .sitemap-content-area2_2 {
    width: 90%;
    min-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0px;
  }

  .category-section {
    position: relative;
    display: inline-block;
    width: 32%;
    margin-bottom: 50px;
    vertical-align: top;
  }

    .category-section h3 {
      font-size: 18px;
      line-height: 1.4446;
      font-weight: 600;
      letter-spacing: 0em;
      padding-right: 34px;
      margin-bottom: 10px;
    }

    .category-section ul li {
      padding: 7px 0;
    }

      .category-section ul li a {
        color: #0082C3;
        text-decoration: none;
      }
}

@media screen and (max-width:640px) {
  .sitemap-title-area1 {
    position: relative;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
  }

  .sitemap-title-area1_1 {
    margin: 0 auto;
    width: 90%;
    padding: 22px 0;
    position: relative;
  }

    .sitemap-title-area1_1 h2 {
      padding: 20px 0px;
    }

  .sitemap-line {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e8e8e8;
    background: #808080;
  }

  .sitemap-content-area2 {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .sitemap-content-area2_2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0px;
    min-width: auto;
  }

  .category-section {
    position: relative;
    display: block;
    margin-bottom: 50px;
    vertical-align: top;
  }

    .category-section h3 {
      font-size: 18px;
      line-height: 1.4446;
      font-weight: 600;
      letter-spacing: 0em;
      padding-right: 34px;
      margin-bottom: 10px;
    }

    .category-section ul li {
      padding: 9px 0;
    }

      .category-section ul li a {
        color: #0082C3;
        text-decoration: none;
      }
}
