@charset "utf-8";

/* ====================================
サイトマップ
====================================== */
#sitemapSe ul {
    width: 100%;
}

.sitemapSeL { float: left;}
.sitemapSeR { float: right;}

#sitemapSe li {
    margin-bottom: 5px;
    border: 3px solid #000;
}

.smBtn {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 18px 18px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-left: 10px solid #ffc815;
}

.smBtn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url("../img/sitemap_arrow.jpg") no-repeat 0 0;
    background-size: 100%;
}


