.siteMap_contents {
	border-bottom: 1px solid #e5e5e5;
}
.siteMap_contents .link_txt01 {
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.siteMap_contents .link_txt01 p {
	padding: 14px 0 14px 10px;
	font-weight: normal;
	font-size: 1.6rem;
}
.siteMap_contents .link_txt01 a {
	display: block;
	background: url(/jp/common/img/ic/ic_arr05.png) no-repeat 97% center;
	font-weight: normal;
	color: #114a97;
	font-size: 1.6rem;
}
.siteMap_contents ul {
	overflow: hidden;
	padding: 0 10px;
}
.siteMap_contents ul:nth-child(2) li {
	float: none;
	width: 100%;
}
.siteMap_contents li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	background: url(/jp/common/img/ic/ic_dott03.png) no-repeat 5px center;
}
.siteMap_contents li.bg_blue {
	width: 100%;
	padding: 0;
}
.siteMap_contents li.bg_blue li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.siteMap_contents li a {
	display: block;
	padding: 15px 0 15px 15px;
	font-weight: bold;
	color: #114a97;
	font-size: 1.2rem;
}
.siteMap_contents .bg_blue ul {
	overflow: hidden;
	background-color: #f5f9fc;
}
.siteMap_contents .bg_blue a {
	display: block;
	padding: 15px 0 15px 15px;
	color: #114a97;
	font-weight: normal;
	font-size: 1.2rem;
}
