/* # =================================================================
   # sitemap
   # ================================================================= */
.el_lowerPageTitle {
    background-image: url("/sitemap/images/title_bg_pc.jpg");
}
.ly_breadcrumb {
    margin-bottom: 48px;
}
.ly_content {
    max-width: 810px;
    margin: 0 auto;
    width: 90%;
}
.ly_sitemap_inner {
    margin: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ly_sitemap_sub {
    width: 47.5%;
    font-size: 16px;
    letter-spacing: 0;
    border-bottom: 1px solid #b9b9b9;
}
.ly_sitemap_sub .ly_link_ul {
    padding: 14px 0;
    border-top: 1px solid #b9b9b9;
}
.ly_sitemap_sub .ly_link_ul01 {
    border: none;
    padding: 0 0 17px 16px;
}
.ly_sitemap_sub .ly_link_ul li {
    list-style: none;
}
.ly_sitemap_sub a {
    display: inline-block;
    color: #231815;
    text-decoration: none;
}
.ly_sitemap_sub a:hover {
    opacity: 0.7;
}
.ly_sitemap_sub .ly_link_txt {
    padding: 14px 0;
    border-top: 1px solid #b9b9b9;
}
.ly_sitemap_sub .ly_link_txt a {
}
.ly_sitemap_sub .ly_title {
    padding: 14px 0 0;
    color: #231815;
    border-top: 1px solid #b9b9b9;
}
@media (max-width: 750px) {
    .el_lowerPageTitle {
        background-image: url("/sitemap/images/title_bg_sp.jpg");
    }
    .ly_breadcrumb {
        margin-bottom: 45px;
    }
    .ly_content {
        max-width: inherit;
        width: auto;
        padding: 0 20px;
    }
    .ly_sitemap_inner {
        margin: 0;
        display: block;
    }
    .ly_sitemap_sub {
        width: 100%;
    }
    .ly_sitemap_sub:first-child {
        border: none;
    }
    .ly_sitemap_sub .ly_link_ul01 {
        padding: 0 0 17px 17px;
    }
}