@charset "UTF-8";

/*****************************
サイトマップ
*****************************/
.pagesec .inner1 > ul > li{
  margin-bottom: 1.5rem;
}
.pagesec ul li a{
  border: 2px solid #009BA3;
  display: block;
  padding: .5rem 2rem .5rem 1rem;
  position: relative;
}
.pagesec ul li a::after {
  content: "";
  border-top: 2px solid #009BA3;
  border-right: 2px solid #009BA3;
  position: absolute;
  top: 50%;
  right: 2rem;
  height: 6px;
  width: 6px;
  transform: rotate(45deg) translateY(-50%);
}
.pagesec .haschild ul li{
  margin-top: 1rem;
}
.pagesec .haschild ul li a{
  margin-left: auto;
  width: calc(100% - 5rem);
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec .haschild ul li a{
    width: calc(100% - 2rem);
  }
}