@charset "UTF-8";
:root {
  --c-green: #00712f;
  --c-gry: #333;
  --c-red: #dc2630;
}

#sitemap .page-title{
  margin-bottom: 50px;
}


.sitemaps{
    padding: 0;
    margin: 0;
    list-style: none;
}

.sitemaps > li{
    list-style: none;
    padding: 20px 0;
    border-bottom: 2px dashed #ddd;
}

.sitemaps > li:last-child{
    padding-bottom: 0;
    border: 0;
}

.sitemaps > li > a{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    text-decoration: none;
    color: var(--c-green);
    font-size: 24px;
    font-weight: bold;
}

.sitemaps > li > a::before{
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/common/ico-arrow_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}

.sitemaps > li > span{
    display: inline-block;
    position: relative;
    padding-left: 28px;
    color: var(--c-gry);
    font-size: 24px;
    font-weight: bold;
}

.sitemaps > li > span::before{
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/common/ico-circle_grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}

.sitemaps > li > ul{
    padding-top: 20px;
}

.sitemaps > li > ul > li{
    list-style: none;
    padding: 0 0 20px;
}

.sitemaps > li > ul > li > a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--c-gry);
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    padding-left: 28px;
}

.sitemaps > li > ul > li > a::before{
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../img/common/ico-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
#sitemap .page-title{
  margin-bottom: 30px;
}

.sitemaps > li{
    padding: 15px 0;
}

.sitemaps > li:last-child{
    padding-bottom: 0;
    border: 0;
}

.sitemaps > li > a{
    padding-left: 24px;
    font-size: 18px;
}

.sitemaps > li > a::before{
    content: "";
    width: 18px;
    height: 18px;
    top: 55%;
}

.sitemaps > li > span{
    padding-left: 24px;
    font-size: 18px;
}

.sitemaps > li > span::before{
    content: "";
    width: 18px;
    height: 18px;
    top: 55%;
}

.sitemaps > li > ul{
    padding-top: 15px;
}

.sitemaps > li > ul > li{
    padding: 0 0 15px;
}

.sitemaps > li > ul > li > a{
    font-size: 14px;
    line-height: 1.8em;
    padding-left: 26px;
}

.sitemaps > li > ul > li > a::before{
    content: "";
    width: 18px;
    height: 18px;
    top: 60%;
}

}
