.p-sitemap-list {
    width: 100%;
}
.p-sitemap-homeicon {
    position: relative;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.p-sitemap-homeicon:before {
    content: '';
    position: absolute;
    background: url(../../images/sitemap/sitemap-icon.png);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}
.p-sitemap-list__first {
    margin-bottom: 16px;
}
.p-sitemap-list__second {
    margin-top: 8px;
    margin-bottom: 0;
}
.p-sitemap-list__second li {
    padding: 0 0 8px 32px;
}
.p-sitemap-list__second li:hover {
    cursor: pointer;
    opacity: .75;
}
.u-list-def li:before {
    left: 20px;
}
.p-bd-gray{
    border-bottom: 1px solid #ccc;
}
.p-pb16 {
    padding-bottom: 16px;
}