@charset "UTF-8";
/* CSS Document */


/****************************************

          sitemap

*****************************************/

#sitemap_area{
	width: 94%;
	margin: 0 auto;
}
.sitemap_base{
	width: 80%;
	margin: 0 auto;
	background: #FFF8E6;
	border-radius: 5px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	padding: 5%;
}
.sitemap_base i{
	color: #86B723;
	margin-right: 3px;
}
.toppage{
	font-weight: bold;
	margin-left: 5%;
}

.sitemap_wrap {
	flex-wrap: wrap;
	justify-content: center;
}
.sitemap_wrap ul{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.sitemap_wrap ol{
	text-align: center;
	background: #f09500;
	color: #fff;
	font-size: 120%;
	height: 16px;
	padding: 10px 15px 10px 15px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.sitemap_wrap li{
	margin-left: 5%;
	font-size: 110%;
	line-height: 160%;
}


/****************************************

          note

*****************************************/

.text_a{
	margin-bottom: 50px;
}
.text_a p{
	display: block;
	width:85%;
	margin: 0 auto;
	line-height: 140%;
	text-align: justify;
}
.text_a .name{
	width:85%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: right;
}
