/* CSS Document */
h1.pageTitle {
  font-size: 34px;
  font-weight: bold;
  border-bottom: 3px solid #1ca97d;
  width: 1000px;
  margin: 0 auto;
  color: #1ca97d;
  height: 70px;
  line-height: 70px;
  margin-top: 50px;
}
.panInner {
  background-color: #fff;
  width: 100%;
  min-width: 1000px;
}
#sitemap {
  width: 1000px;
  margin: 55px auto 0;
}
#sitemap ul {
  padding-bottom: 150px;
}
#sitemap li {
  border-left: 1px solid #d3d4d4;
  width: 332px;
  float: left;
  height: 195px;
  margin-bottom: 60px;
}
#sitemap li.last {
  border-left: 1px solid #d3d4d4;
  border-right: 1px solid #d3d4d4;
  width: 332px;
  float: left;
  height: 195px;
}
#sitemap ul dt {
  background: url("../img/common/icon_try.png") no-repeat left center;
  width: 270px;
  margin: 20px 0 20px 30px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
}
#sitemap ul dt a {
  color: #3e3a39;
}
#sitemap ul dd {
  margin: 0 46px;
}
#sitemap ul dd::before {
  content: "・";
}
@media screen and (max-width: 768px) {
  h1.pageTitle {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #1ca97d;
    width: 90%;
    margin: 0 5%;
    color: #1ca97d;
    height: 70px;
    line-height: 70px;
    margin-top: 50px;
  }
  .panInner {
    background-color: #fff;
    width: 100%;
    min-width: 320px;
  }
  #sitemap {
    width: 100%;
    margin: 50px auto 0;
  }
  #sitemap ul {
    padding-bottom: 150px;
  }
  #sitemap li {
    border-left: none;
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 30px;
  }
  #sitemap li.last {
    border-left: none;
    border-right: none;
    width: 100%;
    float: none;
    height: auto;
  }
  #sitemap ul dt {
    background: url("../img/common/icon_try.png") no-repeat left center;
    width: 90%;
    margin: 20px 0 20px 30px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
  }
  #sitemap ul dt a {
    color: #3e3a39;
  }
  #sitemap ul dd {
    margin-left: 46px;
  }
}
