@charset "UTF-8";


/* *****************************************************
 *	section
 *	sitemap table
 * *****************************************************/


/* *****************************************************
 *	section
 * *****************************************************/
div.sitemap-section{
	width:1000px;
	margin:0 auto;
}

/* *****************************************************
 *	sitemap table
 * *****************************************************/
ul.sitemap {
	list-style-type:none;
}

ul.sitemap > li p{
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px #ddd solid;
}

ul.menu {
	display: flex;
	/* justify-content: space-between; */
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	width:1000px;
	margin:0 auto 80px;
	list-style-type:none;
}

ul.menu > li{
	position:relative;
	display: inline-block;
	padding: 15px 10px 15px 30px;
	border-bottom: 1px #ddd dotted;
	width: 25%;
	line-height: 1.4;
}

ul.menu > li::before{
	content: "";
	position: absolute;
	top: 15px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 7px solid #e95383;
	margin-left: -15px;
	z-index: 1;
}
