

#sitemap_block .sitemap_box a {
    color: #fff;
    font: Noto Sans CJK JP;
}

.sitemap_table {
    margin: 0 auto 70px;
}



#sitemap_block .sitemap_main {
    font-size: 26px;
    padding-right: 45px;
}

#sitemap_block .sitemap_top {
    margin-left: 100px;
}

#sitemap_block .sitemap_main li {
    margin-bottom: 40px;
}

#sitemap_block .sitemap_service {
    font-size: 20px;
    margin-bottom: 70px;
}

#sitemap_block .sitemap_service li {
    position: relative;
    margin-bottom: 20px;
    margin-left: 170px;
}

#sitemap_block .sitemap_box a:hover {
    text-decoration: underline;
}

#sitemap_block .sitemap_main a {
    position: relative;
}

#sitemap_block .sitemap_main a:after {
    display: block;
    position: absolute;
    content: "";
    right: -50px;
    background: url(../img/index/sitemap_icon_01.png) no-repeat;
    width: 40px;
    height: 40px;
    bottom: -2px;
    top: 0;
    margin: auto 0;
    margin-left: 250px;
}





@media screen and (max-width:950px) {
    .sitemap_table a {
        margin: 0 auto;
    }
    .sitemap_main a {
        font-size: 18px;
        display: inline-block;
        white-space: nowrap;
    }

    #sitemap_block .sitemap_service {
        font-size: 15px;
        display: inline-block;
        margin-bottom: 20px;
    }
	#sitemap_block .sitemap_service li{
		margin-left: 30px;
	}

    #sitemap_block .sitemap_top {
        margin-left: 0;
    }

    #sitemap_block .sitemap_top {
        margin-top: 30px;
    }
    .sitemap_table td {
    width: 100%;
    display: block;
    }

    #sitemap_block .sitemap_main li {
    margin-bottom: 30px;
    }
}

@media screen and (max-width:640px) {
	.sitemap_table {
        margin: 0 auto 50px;
    }
    .sitemap_table td {
        width: 100%;
        display: block;
    }
	
    #sitemap_block .sitemap_top {
        margin-top: 10px;
    }
	#sitemap_block .sitemap_main li{
		margin-bottom: 10px;
	}
	#sitemap_block .sitemap_service{
		margin-bottom: 0;
	}
}
