  /* CSS Document */

/*component*/


/*project*/


.p-graph_area{
	margin-bottom: 2rem;
	text-align: center;
}
.p-graph_area.js-zoom_fig{
	padding-bottom: 3rem;
}
.p-graph_area__graph{
	width: auto;
	margin: 0 auto;
}

.p-graph_title_area{
	padding: 1.5rem 0 1.25rem;
	border-top: #ccc 1px solid;
	display: flex;
	justify-content: flex-start;
}

#main h2.p-graph_title{
	font-size: 1.5rem;
	line-height: 1.4;
	width: auto;
	margin-right: 0.75rem;
}
#main h2.p-graph_title .c-sub{
	font-size: 1.25rem;
}
.p-graph_note{
	font-size: 0.9375rem;
	color: #333;
}

/*zoom*/

.js-zoom_fig::after{
	right:inherit; bottom: 5px;
	left: 50%;
	width: 40%;
	margin-left: -20%;
	padding-left: 0;
	padding-right: 0;
}

.p-lb_content__caption{
	text-align: center;
	font-weight: bold;
}


/*.sp*/

.sp .p-graph_title_area{
	display: inherit;
}
