@charset "UTF-8";
/*******************************

sitemapCss

*******************************/

.page .mainimg {
    padding: 20px 0;
}

.page .mainimg h2 .inner {
    color: #2f2f2f;
}

/*-----------------------------
site-map
-----------------------------*/
ul.site-map {
    text-align: left;
    line-height: 1.5;
}

ul.site-map > li {
    margin-bottom: 70px;
}

ul.site-map > li > a{
    font-size: 120%;
    font-weight: bold;
}

ul.site-map > li:before {
    content: url(../img/icon.png);
    margin-right: 10px;
}

ul.site-map a:hover {
    text-decoration: underline;
}

ul.site-map li > ul{margin-top: 20px;
    padding-left: 15px;
}

ul.site-map ul li {
    padding: 0 10px;
    line-height: 1.2;
    margin-bottom: 10px;
}

ul.site-map ul li:not(:last-child) {
    border-right: 1px solid #000;
}

ul.site-map dl{
    padding-left: 15px;
    margin-top: 20px;
}

ul.site-map dt{
    margin-bottom: 5px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
ul.site-map > li {
    margin-bottom: 40px;
}
}
