@charset "utf-8";

#sitemap {
    .wrap {
        padding-bottom:60px;
        .contents {
            p {
                margin-bottom:1em;
            }
            ul {
                font-size: 1.8rem;
                ul {
                    padding-left:1.5em;
                    padding-top:.5em;
                }
                li {
                    line-height:1.33;
                    &:not(:last-child) {
                        margin-bottom:.5em;
                    }
                    &::before {
                        content:'・';
                        margin:0 .25em;
                        color:var(--color_main);
                    }
                }
            }
        }
    }
}

#link {
    .wrap {
        .contents {
            p {
                margin-bottom:1em;
            }
            ul {
                font-size: 1.8rem;
                ul {
                    padding-left:1.5em;
                    padding-top:.5em;
                }
                li {
                    line-height:1.33;
                    &:not(:last-child) {
                        margin-bottom:.5em;
                    }
                    &::before {
                        content:'・';
                        margin:0 .25em;
                        color:var(--color_main);
                    }
                }
            }
        }
    }
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
}

@media screen and (max-width:768px){
    
    #sitemap,#link {
        .wrap {
            .contents {
                ul {
                    li {
                        font-size:1.4rem;
                    }
                } 
            }
        }
    }
    
}