@charset "utf-8";
/* CSS Document */

.block_sitemap01 .box01 + .box01{
margin-top: 60px;
}
.block_sitemap01 .box01 .title{
font-size: 1.8rem;
font-weight: bold;
margin: 0 0 20px;
padding: 0 0 10px 15px;
position: relative;
}
.block_sitemap01 .box01 .title::before{
content: "";
width: 100%;
height: 4px;
background: url("/assets/images/common/titleTypeA01_border_01.webp") top center / auto 100% repeat-x;
position: absolute;
left: 0;
bottom: 0;
}
.block_sitemap01 .box01 .ttl{
font-size: 1.6rem;
font-weight: bold;
margin: 0 0 10px;
}
.block_sitemap01 .box01 .list + .ttl{
margin-top: 30px;
}
.block_sitemap01 .box01 .list{
display: flex;
flex-wrap: wrap;
}
.block_sitemap01 .box01 .list > li{
margin: 0 25px 10px 0;
}
.block_sitemap01 .box01 .list > li:last-child{
margin-right: 0;
}
.block_sitemap01 .box01 .list > li a{
font-size: 1.4rem;
padding: 0 0 0 15px;
position: relative;
}
.block_sitemap01 .box01 .list > li a:hover{
text-decoration: underline;
}
.block_sitemap01 .box01 .list > li a::before{
content: "";
width: 5px;
height: 5px;
border-top: solid 2px var(--color_brown01);
border-right: solid 2px var(--color_brown01);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px){
.block_sitemap01 .box01 + .box01{
margin-top: 2.5rem;
}
.block_sitemap01 .box01 .title{
font-size: 1.6rem;
font-weight: bold;
margin: 0 0 1.5rem;
padding: 0 0 1.0rem 1.0rem;
}
.block_sitemap01 .box01 .title::before{
height: 0.3rem;
}
.block_sitemap01 .box01 .ttl{
font-size: 1.4rem;
margin: 0 0 1.0rem;
}
.block_sitemap01 .box01 .list + .ttl{
margin-top: 2.5rem;
}
.block_sitemap01 .box01 .list > li{
margin: 0 2.0rem 0.5rem 0;
}
.block_sitemap01 .box01 .list > li a{
font-size: 1.2rem;
padding: 0 0 0 1.3rem;
}
.block_sitemap01 .box01 .list > li a::before{
width: 0.4rem;
height: 0.4rem;
border-top: solid 1px var(--color_brown01);
border-right: solid 1px var(--color_brown01);
}
}