/*====================================================================
    
====================================================================*/
.box.sitemap h3.hd {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #09ba92;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.box.sitemap ul {
  margin-bottom: 40px;
  *zoom: 1;
}
.box.sitemap ul:before, .box.sitemap ul:after {
  content: " ";
  display: table;
}
.box.sitemap ul:after {
  clear: both;
}
.box.sitemap ul li {
  float: left;
  position: relative;
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: left;
  text-indent: 20px;
}
.box.sitemap ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #09ba92;
  border-right: 1px solid #09ba92;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*====================================================================
    SP
====================================================================*/
@media only screen and (max-width: 660px), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .box.sitemap {
    width: 560px;
    margin: 0 auto;
  }
  .box.sitemap h3.hd {
    font-size: 30px;
  }
  .box.sitemap ul li {
    float: none;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 30px;
  }
  .box.sitemap ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 1px solid #09ba92;
    border-right: 1px solid #09ba92;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*====================================================================
    
====================================================================*/
