@charset "utf-8";
/* specialist.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*#kv_wrap {
	background-image: url(../images/specialist_kv.jpg);
}*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_chart {
	padding-top: 88px;
	margin-bottom: 230px;
}
#area_chart h3 {
	color: #917452;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 60px;
}
#area_chart h4 {
	color: #5A2F74;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #917452;
	margin-bottom: 28px;
}
#chart_01 {
	width: 560px;
}
#chart_02 {
	width: 560px;
}
#area_chart td {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.number_p {
	text-align: right;
	width: 50px;
}









/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 1024px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h2          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#h2_box img {
	width: 70%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 一覧        　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_chart {
	padding-top: 50px;
	margin-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
}
#area_chart h3 {
	font-size: 18px;
	margin-bottom: 50px;
}
#area_chart h4 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#chart_01 {
	width: 100%;
	margin-bottom: 40px;
}
#chart_02 {
	width: 100%;
}
#area_chart td {
	padding-bottom: 12px;
}
.number_p {
	text-align: right;
	width: 40px;
}

}
