@charset "utf-8";


.whiteBox {
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 0;
}
@media screen and (max-width:767px) {
    .whiteBox {
        padding: 15px;
    }
    .whiteBox2 {
        padding: 15px 0px;
    }
    .whiteBox2::after {
        content: '';
        display: block;
        clear: both;
    }
}
.whiteBox::after {
    content: '';
    display: block;
    clear: both;
}

div.sitemap_lcol {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
div.sitemap_rcol {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
@media screen and (max-width:767px) {
    div.sitemap_lcol,
    div.sitemap_rcol {
        float: none;
        width: 100%;
    }
}

main .sitemap h2 {
    line-height: 1.2;
}
main .sitemap h2 span.small {
    font-size: 93%;
}
ul.list_sitemap {
    list-style: none;
}
ul.list_sitemap li {
    padding: 0 0 0 2.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
}
ul.list_sitemap > li {
    font-size: 1.8rem;
    line-height: 1.5;
}
ul.list_sitemap li a {
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 18px;
    color: #afa16c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    text-decoration: none;
}
ul.list_sitemap > li > a {
    color: #3f210f;
}
ul.list_sitemap a:hover {
    opacity: 0.75;
}
ul.list_sitemap a:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-left: 6px solid #afa16c;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid transparent;
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:479px) {

}