
	/*----------------------------------------------
サイトマップ
------------------------------------------------*/
#sitemap {
	width: 100%;
	display: column;
	align-items: center;
	justify-content: space-between;
	height: 600px;
	margin: 0 auto;
	padding: 2% 4%;
	text-decoration: none;
  }

#sitemap nav {
padding: 2% 2%;
display: flex;
justify-content: space-between;
text-decoration: none;
}

#sitemap h2 {
padding: 15px;
font-size: 1.3rem;
margin-bottom: 10px;
background: #ffc9c945;/*背景色*/
border-left: solid 5px #c76868;/*左線（実線 太さ 色）*/
text-decoration: none;
}

#sitemap ul {
display: column;
align-items: center;
margin-left: 40px;
width: 85%;
text-decoration: none;
}

#sitemap li {
font-size: 1.1rem;
text-decoration: none;
}

#sitemap .list {
justify-content: start;
text-decoration: none;
}

#sitemap .list li {
display: flex;
align-items: center; /* 垂直中心 */
text-decoration: none;
}
#sitemap .list li:before, .catch:after {
border-top: 0.4px  ;
content: "▫️";
width: 0.5em; /* 線の長さ */
text-decoration: none;
}
#sitemap .list li:before {
margin-right: 1em; /* 文字の右隣 */
text-decoration: none;
}

#sitemap li a {
margin-top: 5px;
color: #24292e;
transition: all 0.3s;
text-decoration: none;
}

#sitemap li a:hover {
opacity: 0.5;
text-decoration: none;
color: var(--primary-color);

}

#sitemap li img.icon {
width: 30px;
text-decoration: none;
}

#sitemap .btn{
width: 100%;
height: 100px;
text-align: center;
margin-top: 30px;
align-items: center; 
text-decoration: none;
}

#sitemap p{
text-align: center;
font-size: 1rem;
text-decoration: none;
}

#sitemap img {
margin-top: 20px;
text-decoration: none;
}

.box6 {
padding: 0.5em 1em;
margin: 2em 0;
border: double 5px #ff7676;
height:  900px;
}


