@charset "utf-8";


/* 
-----------------------------------------------------*/

@media only screen and (max-width: 1000px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: 450px;
		background: url("../img/policy/policy_side_main_tab.png") no-repeat center bottom;
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	#main::before {
		content: "";
		display: block;
		width: 100%;
		height: calc(100vw * 378 / 489);
		background: url("../img/policy/policy_side_main.png") 0 0 no-repeat;
		background-size: contain;
	}
}

.sitemapBlock{
	
}



.sitemapBlock a i{
	margin-left: 0.5em;
}

.sitemapBlock h2{
	margin: 0 0 10px;
	padding: 0 0 10px 10px;
	border-bottom: 1px #ccc dotted;
	font-size: 15px;
	line-height: 150%;
}

.sitemapBlock ul{
	margin: 0 0 40px;
	padding: 0 0 0 10px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.sitemapBlock ul li{
	width: 48%;
	margin: 0 4% 10px 0;
	list-style-type: none;
	padding: 0;
}
.sitemapBlock ul li:nth-child(2n){
	margin-right: 0;
}

.sitemapBlock a{
	position: relative;
}

.sitemapBlock a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url("../img/common/common_mark02.png") 0 0 no-repeat;
        background-size: auto;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
	
	.sitemapBlock ul{
		display: block;
	}
	.sitemapBlock ul li{
		width: 100%;
		margin: 0 0 10px 0;
	}
}










