#page_title .flex > div:nth-child(2):after {
  content: "\30B5\30A4\30C8\30DE\30C3\30D7";
}
#sitemap{
  padding-top: 1em;
  padding-bottom: 0;
}

.sitemap{
  display: flex;
  align-items: flex-start;
}
.sitemap .items{
  width: 225px;
  margin-right: 40px;
  border-bottom: 1px solid #cccccc;
}
.sitemap .items.mt{
  margin-top: 61px;
}
.sitemap .item{
  border-top: 1px solid #cccccc;
}
.sitemap .item.top{
  border-top: none;
}
.sitemap .item .inner{
  display: flex;
  align-items: center;
  padding: 17px 0;
}
.sitemap .item .inner:hover{
  text-decoration: none;
}
.sitemap .item .jp{
  font-size: 1.6rem;
  color: #000000;
}
.sitemap .item .en{
  margin-left: 10px;
  color: #41bcfb;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px){
  .sitemap{
    display: block
  }
  .sitemap .items{
    width: 100%
  }
  .sitemap .items.mt{
    margin-top: 0;
  }
  .sitemap .items:not(:last-child){
    border-bottom: none;
  }
}