@charset "UTF-8";
/* ===================================================================

	sitemap CSS

=================================================================== */
.page_content {
  width: 100%;
  margin: 0 0 50px 0;
  padding: 15px 30px 30px;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
}
@media all and (max-width: 767px){
.page_content {
  padding: 15px 15px 30px;
}
}
.sitemap_area{
	padding: 0 0 0;
	width: 100%;
}
.sitemap_area p{
	margin: 0 0 40px;
}
.sitemap_area ol{
	margin: 0 0 40px;
}
.ttl_sub{
	font-weight: normal;
	text-align: left;
	color: #008cce;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0 0 6px 0;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
}

.ttl_sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: #cccccc;
}

.ttl_sub:after {
  right: 0;
}
ul.sitemap_set{
  width: 100%;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-salign: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.sitemap_set li{
	width: 45%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
}
ul.sitemap_set li:nth-child(1),
ul.sitemap_set li:nth-child(2){
	border-top: 1px dotted #999999;
}
ul.sitemap_set li a{
	padding: 20px;
	line-height: 1.4;
	text-align: left;
	text-decoration: none;
	display: block;
	position: relative;
}
ul.sitemap_set li a:hover{
	background-color: #e5f3fa;
}

ul.sitemap_set li a::after {
	margin-top: -.5em;
	line-height: 1;
	color: #c4c4c4;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px;
	content: "\e844";
	font-family: 'fontello';
}