/*------------------------------------------------------------------------------

CSS Information

 File name:	chart.css
 Style Info:	chart ページ用 CSS

------------------------------------------------------------------------------*/

/* /////////////////////////////////////////////////////////////////////////////

 chart ページ style

///////////////////////////////////////////////////////////////////////////// */

/* 自動挿入されるタイトルの非表示 */
.fs-c-heading--page {
	display: none;
}


/* サイト全体のCSSリセット&基本設定
------------------------------------------------------------- */

.chart_wrapper  {
	color: #434343;
	font-size: 14px;
	line-height: 1.625;
}

.chart_wrapper h1 ,
.chart_wrapper h2 ,
.chart_wrapper h3 ,
.chart_wrapper h4 ,
.chart_wrapper h5 ,
.chart_wrapper h6 {
	color: #333;
	line-height: 1.625;
}

.chart_wrapper h1 ,
.chart_wrapper h2 {
	margin-bottom: 20px;
	font-size: 162.5%;
	font-weight: bold;
	text-align: center;
}

.chart_wrapper h3 {
	margin: 0;
	font-size: 137.5%;
	font-weight: bold;
}

.chart_wrapper h1 span ,
.chart_wrapper h2 span ,
.chart_wrapper h3 span {
	display: inline-block;
}

.chart_wrapper p {
	margin-bottom: 0;
}

.chart_wrapper img {
	max-width: 100%;
}

/* コンテンツ
------------------------------------------------------------- */

/* 上部テキスト */
.chart_head {
	margin-bottom: 40px;
	text-align: center;
}

.chart_head h1 ,
.chart_head h2 {
	margin-bottom: 20px;
}

.chart_head p {
	margin-bottom: 40px;
}

.chart_head p span {
	display: inline-block;
}


/* コンテンツ */
.chart_contents {
	margin-bottom: 50px;
}

.chart_block {
	margin-top: -2px;
}

.chart_block h3 {
	padding: 8px;
	background: #CCC;
	text-align: center;
	color: #FFF;
}

.chart_block p {
	padding: 16px;
}

.chart_block01 h3 {
	background: #d8a971;
}
.chart_block01 p {
	border-bottom: 2px dashed #d8a971;
}

.chart_block02 h3 {
	background: #83bfb7;
}
.chart_block02 p {
	border-bottom: 2px dashed #83bfb7;
}


/* デバイス設定 [PC]
------------------------------------------------------------- */

@media only screen and (min-width: 800px) {
	.chart_wrapper h1 ,
	.chart_wrapper h2 {
		margin-bottom: 40px;
	}
	.chart_wrapper  {
		font-size: 16px;
	}
	.chart_head {
		margin-bottom: 60px;
	}
	.chart_contents {
		display: -webkit-flex;
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}
	.chart_contents .chart_block {
		padding: 0 25px;
		width: 50%;
	}
	
	/* ----- PCここまで ----- */
}



