@charset "utf-8";

/* ------------------------------
 サイトマップ
------------------------------ */
.w1-3{
	border-top: solid 1px #dbdbdb;
	padding-top: 20px;
	margin-bottom: 40px;
}
.w1-3 ul{
	margin-top: 20px;
}
.w1-3 ul li:before{
	content: "－";
	color: #959595;
	margin-right: 5px;
}
.w1-3 a{
	color: #000;
}
@media screen and (max-width: 767px) {
	.w1-3{
		width: 100%;
		margin-bottom: 20px;
	}
	.w1-3 ul{
		margin-top: 10px;
	}
	.no-border .w1-3:last-child{
		border-bottom: none;
	}
}