#mainContents section{
  padding-bottom: 60px;
}

 /* sitemapパーツ */

 .page_item{
  margin-bottom: 30px;
 }

 .page_item.home{
  padding-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px;
 }
 
  
  .page_item > a{
       color: #C42C3C;
       font-size: 1.4rem;
       font-weight:bold;
       display: block;
       padding-left: 1em;
       position: relative;
  }
 
  .page_item > a::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #C42C3C;   /* 好みで色を変えてください */  
    border-right: solid 1px #C42C3C;   /* 好みで色を変えてください */  
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
  }

  .children a{
	font-size: 1.4rem;
    color: #000;
    display: block;
    padding-left: 1em;
    margin-top:10px;
    position: relative;
  }

  .children a::before{
    content: "├ ";
    color: #999;
  }

/* sitemapパーツ */

  .sitemap_container{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
   }
  
@media (min-width:769px) {
  #mainContents section{
    padding-top:50px;
    padding-bottom: 150px;
  }

  .inner.short{
    max-width: 800px;
  }
	
.page_item > a{
      font-size: 1.6rem;
  }	
	
	.children a{
	font-size: 1.6rem;
  }
	
/* sitemapパーツ */

  .sitemap_container{
    padding: 20px;
    gap: 80px;
   }

}

