@charset "utf-8";
/* CSS Document */


/*
	#chaosmap {
		background:url('https://femtech-japan.com/wp/wp-content/uploads/2025/07/chaosmap_bg.png') repeat;	color:#fff; padding:1em; text-align:center;
	}
*/
	/*#chaosmap p {max-width:660px; margin:0 auto;}*/
	
	.chaosMapWrap  {

		width:100%;
	}

#chaosmap h2{display:inline-block; color:#88457f; border:none; padding:.5em;}


	.chaosMapCate {
		position:relative;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content: space-around;
		background:#fff;
		margin-bottom:1em;
		padding-top:50px!important;
		border-radius:0 3px 3px 3px;
		border:#88457f 3px solid;
	}
	
	.chaosMapCate span {
		position:absolute;
		top:0;
		left:0;
		display:flex;
		justify-content: center;
		align-items: center;
		background:#88457f;
		color:#fff;
		height:40px;
		padding:0 1em;
	}

	.chaosMapCate a {
		display:inline-block;
		width:32%;
		margin-bottom:.5em;
	}
	
	.chaosMapCate a img {
		max-width:150px;
	}	

	
	.chaosmap-rules {
		background:#f6f6f6;
		padding:1em;
		text-align:left;
		color:#88457f;
	}
	
	.chaosmap-rules strong {
		background:none!important;
		font-size:18px;
		font-weight:700;
	}
	
	.chaosmap-rules p {
		max-width:100%!important;
		margin-top:1em!important;
		padding-left:.5em;
		font-size:15px;
		border-left:#88457f 3px solid;
	}
	
	@media screen and (min-width:769px){
		.chaosMapWrap {
			display:flex;
			justify-content: space-between;

		}
		
		.chaosMapWrap > div {
			width:49%;
		}
		
		.chaosMapCate {
			padding:.5em;
		}
	}
	
