@charset "utf-8";
/*--------------------
sitemap
-----------------------------------------*/
h1,h2,h3 {
    margin: 0;
     padding: 0;
}
.cont_sitemap_wrap {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
}
.cont_sitemap_wrap h1 {
    font-size: 2.4rem;
}
.cont_sitemap_wrap h2 {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    margin: 40px 0 0 0;
    padding: 0 0 0 1.6rem;
    color:#002B69;
    background: #EBF5F6;
}
.cont_sitemap_wrap h3 {
    position: relative;
    padding: 0 0 0 1.6rem;
    margin-top: 32px;
    font-size: 1.6rem;
}
.cont_sitemap_wrap h3.asset::before,
.cont_sitemap_wrap h3.kando::before,
.cont_sitemap_wrap h3.helth::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 4px;
    top:7px;
    border-radius: 50%;
}
.cont_sitemap_wrap h3.kando::before {background-color: #C4EAF1;}
.cont_sitemap_wrap h3.asset::before {background-color: #ACC6E2;}
.cont_sitemap_wrap h3.helth::before {background-color: #BAD6CF;}

.sitemap_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sitemap_cont {
    width: 100%;
}
.sitemap_cont ul {
    margin: 1.6rem 0 0 1.6rem;
}
.sitemap_cont ul li {
    position: relative;
    line-height: 2;
    margin: 1.6rem 0 0 0;
}

.sitemap_cont ul li a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #267989;
    border-right: solid 2px #267989;
    transform: rotate(45deg);
    bottom: 12px;
    margin: 0 0 0 1rem;
}

.sitemap_cont .ico_new {
    position: relative;
    top: -3px;
}

@media screen and (min-width: 769px) {
    .cont_sitemap_wrap {
        max-width: 1020px;
        font-size: 1.8rem;
        font-weight: 500;
    }
    .cont_sitemap_wrap h1 {
        font-size: 3.2rem;
    }
    .cont_sitemap_wrap h2 {
        font-size: 2rem;
    }
    .cont_sitemap_wrap h3 {
        padding: 0 0 0 1.8rem;
        font-size: 1.8rem;
    }
    .cont_sitemap_wrap h3.asset::before,
    .cont_sitemap_wrap h3.kando::before,
    .cont_sitemap_wrap h3.helth::before {
        left: 4px;
        top:8px;
    }
  /*  .sitemap_cont {
        width: 48%;
    }*/
}
