@charset "UTF-8";
/* sitemap */

#sitemap {
	padding-bottom: 100px;
}

.page-list li{
	border-bottom: 1px solid #afb0b0;
}
.page-list li a{
	color: #000;
	display: block;
	padding: 28px 0 29px;
}
.page-list a::before{
	display: inline-block;
  background: url(../img/ic_circlearrow.svg) no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
  content: '';
  margin-right: 12px;
  vertical-align: middle;
}

.page-category{
	border-top: 1px solid #afb0b0;
	padding: 29px 0 0 29px;
}
.page-category li{
	border: none;
}
.page-category li a{
	padding: 0 0 32px;
}
.page-category li a::before{
	display: inline-block;
	background: url("../img/icon_arrow_right.svg") no-repeat;
	background-size: contain;
	height: 10px;
	width: 10px;
	content: '';
	margin-right: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.p-box{
		padding-top: 0;
	}
	#sitemap{
		padding-bottom: 50px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.page-list li a{
		padding: 19px 0 20px 27px;
	}
	.page-list a::before{
		margin-left: -27px;
	}
	.page-category{
		border-top: none;
		padding: 0 0 0 27px;
	}
	.page-category li a{
		padding: 0 0 20px 27px;
	}
}