.pd_content__title {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: bold;
}
.pd_sitemap {
  max-width: 980px;
  margin: 0 auto;
}
.pd_sitemap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.pd_sitemap_list:after {
  content: '';
  display: block;
  width: 238px;
  height: 0;
}
.pd_sitemap_title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 24px;
  line-height: 1;
}
.pd_content__title+.pd_sitemap_title {
  margin-top: 0;
}
.pd_sitemap_title_link {
  display: block;
  color: #364563;
  text-decoration: underline;
}
.pd_sitemap_h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 40px;
}
.pd_sitemap_item {
  width: 483px;
  background-color: #f7f7f7;
  line-height: 1;
  margin-bottom: 10px;
}
.pd_sitemap_link {
  display: block;
  padding: 14px 0 14px 16px;
  color: #364563;
  text-decoration: underline;
  background: #f2f2f2;
}
.pd_sitemap_list_mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .pd_sitemap {
    padding: 0 10px;
  }
  .pd_content__title{
    font-size: 25px;
    margin-bottom: 24px;
  }
  .pd_sitemap_title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .pd_sitemap_item {
    margin-bottom: 2px;
  }
  .pd_sitemap_link {
    padding-right: 16px;
  }
  .pd_sitemap_h3 {
    font-size: 17px;
  }
}

/*# sourceMappingURL=index.css.map */
