#sitemap {
  padding-bottom: 100px;
margin-top: 50px;}
.sitemap_block dd .l_flex {
    width: 85%;
}
.sitemap_block {
  width: 25%; }
  .sitemap_block dt,
  .sitemap_block p {
    padding-bottom: 10px;
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
}
.sitemap_block dd .l_flex p  {
	width: calc(100%/2);
}
    .sitemap_block dt a,
    .sitemap_block p a {
      padding-left: 20px;
      position: relative; }
      .sitemap_block dt a:before,
      .sitemap_block p a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        background-color: #21b5ad;
        border-radius: 50%; }
  .sitemap_block dd {
    padding-left: 1em; }
    .sitemap_block dd p a:before {
      content: "";
      width: 15px;
      height: 3px;
      border-radius: 0; }

@media screen and (max-width: 1280px) {
	.sitemap_block {
    width: 50%;
    margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
  #sitemap {
    padding-bottom: 60px; }

  .sitemap_block {
    width: 100%;
	  margin-bottom: 30px;
	}
    .sitemap_block dt,
    .sitemap_block p {
      font-size: 16px; } }
