@charset "utf-8";
.graph {
	position: relative;
	line-height: 1.5;
}
.graph:not(:first-child) {
	margin-top: 20px;
}
.mxgr-wrap ,
.gr-wrap {
	position: relative;
	border: 1px solid #ccc;
	padding: 10px 10px 8px 10px;
	margin: 2px 0 10px 0;
}
.gr-cap {
	font-size: .6em;
}
.gr-legendWrap {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
}
.gr-legend {
	margin-left: 10px;
}
.gr-ttl p {
	margin: 0;
	font-weight: bold;
}
.gr-ttl .gr-cap {
	color: #ccc;
}
.gr-legend .lg-tx {
	padding-left: 5px;
	font-size: 0.7em;
}
.gr-legend .lg-cl.gr {
	display: inline-block;
	background-color: #ccc;
	height: 10px;
	width: 40px;
}
.gr-legend .lg-cl.ln {
	display: inline-block;
	background-color: #ccc;
	height: 2px;
	width: 40px;
	vertical-align: middle;
}
@media screen and (max-width: 767px){
	.gr-legendWrap {
		display: block;
	}
}

/* sortSelectArea
------------------------*/
.sortSelectArea {
	position: absolute;
	right: 0;
	bottom: calc(100% + 30px);
}
@media screen and (max-width: 767px){
	.sortSelectArea {
		position: static;
		display: flex;
		justify-content: center;
		margin-bottom: 25px;
	}
}
