@charset "utf-8";
#sitemap section + section {
  margin-top: 100px;
}
#sitemap section > h2 {
  background: #00A6E9;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 36px;
}
#sitemap section > h2 a {
  display: block;
  color: #fff;
}
#sitemap .block {
  font-size: 16px;
  overflow: hidden;
}
#sitemap .block + .block {
  border-top: 1px solid #898989;
  margin-top: 1em;
  padding-top: 1em;
}
#sitemap .block h3 {
  float: left;
  width: 40%;
  font-size: 20px;
  font-weight: bold;
	line-height: 1.4;
  color: #00A6E9;
}
#sitemap .single .block h3 {
  float: none;
  width: 100%;
}
#sitemap .block h3 a {
  font-size: 20px;
  font-weight: bold;
  color: #00A6E9;
}
#sitemap .block > ul {
  float: right;
  width: 55%;
}
#sitemap .block > ul > li > ul {
  margin-top: .3em;
  margin-left: 18px;
  padding-bottom: .5em;
}
#sitemap .block li a {
  position: relative;
  padding-left: 18px;
}
#sitemap .block li a::before {
  content: "";
  width: 6px;
  height: 9px;
  background: url("../../common/images/arw_bk.png") no-repeat 0 0 / contain;
  position: absolute;
  top: 6px;
  left: 0;
}
#sitemap .block li + li {
  margin-top: .3em;
}
#sitemap .block a[target="_blank"]::after {
  content: "";
  background: url("../../img_top_new/top_icon18.png") no-repeat 0 0 / contain;
  width: 18px;
  height: 17px;
	display: inline-block;
	margin-left: 9px;
}
#sitemap .block a._self::after {
  content: none;
}
#sitemap #denka > h2 {
  background: #EE7800;
}
#sitemap #denka .block h3,
#sitemap #denka .block h3 a {
  color: #EE7800;
}

@media only screen and (max-width: 768px) {
  #sitemap section + section {
    margin-top: 50px;
  }
  #sitemap section > h2 a {
    font-size: 20px;
    margin-bottom: 0;
    border-radius: 0;
  }
  #sitemap section .block:last-child {
    border-bottom: 1px solid #898989;
  }
  #sitemap .block + .block,
  #sitemap .block li + li,
  #sitemap .block > ul > li > ul {
    margin: 0;
    padding: 0;
  }
  #sitemap .block a {
    display: block;
  }
	#sitemap .block a[target="_blank"] {
		position: relative;
		padding-right: 27px;
	}
	#sitemap .block a[target="_blank"]::after {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
  #sitemap .block h3 {
    float: none;
    width: 100%;
    padding: 10px 5.5%;
    background: #F2F2F2;
    font-size: 18px;
  }
  #sitemap .block h3 a {
    font-size: 18px;
  }
  #sitemap .block > ul {
    float: none;
    width: 100%;
  }
  #sitemap .block ul,
  #sitemap .block li + li {
    border-top: 1px solid #898989;
  }
  #sitemap .block li a {
    width: 89%;
    margin: 0 auto;
    padding: 10px 0 10px 18px;
  }
  #sitemap .block li a::before {
    top: 16px;
  }
  #sitemap .block > ul > li > ul > li > a {
    padding-left: 36px;
  }
  #sitemap .block > ul > li > ul > li > a::before {
    left: 18px;
  }

    
}

@media only screen and (min-width: 769px) {
  #sitemap .block a:hover {
    text-decoration: underline;
  }
  #sitemap .block li a:hover {
    color: #00A6E9;
  }
  #sitemap .block li a:hover::before {
    background-image: url("../../common/images/arw_bl.png");
  }

    
}
