/* ==========================================================
*
*  サイトマップ
*
========================================================== */

@charset "UTF-8";


/* ---------------------------------------------
*  タイトル
--------------------------------------------- */
#sitemap h1 > span{
    line-height:75%;
    height:1.0em!important;
    color:#012169;
    padding-left:45px;
}



/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    #sitemap h1 > span{
        padding-left:20px;
    }
}


/* ---------------------------------------------
*  リスト部
--------------------------------------------- */

dl#sitemapList{
	font-size:1.6rem;
	line-height:155%;
	display:block;
	overflow:hidden;
	margin-top: 60px;
}


dl#sitemapList > dt{
	font-size:1.8rem;
	border-top:1px solid #cccccc;
	padding:1em 0 1em;
}

dl#sitemapList > dd{
	border-top:1px solid #cccccc;
	padding:1em 2em 2em;
}

dl#sitemapList > dd > a{
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	margin-right:2em;
}

dl#sitemapList > dd > a > span:before {
    font-family: 'ycota_ift';
    content: "\e91a";
    color: #eb7730;
    margin-right: 0.5em;
    font-size: 0.8em;
}

dl#sitemapList > dt > a[href="#"],
dl#sitemapList > dd > a[href="#"]{
	pointer-events:none;
	color:#cccccc;
}


/* for Sp --------------------*/
@media screen and (max-width: 750px) {
	dl#sitemapList > dd{
		padding:1em 0 2em;
	}

	dl#sitemapList > dd > a{
		display:block;
		margin-right:0;
	}

}


