@charset "utf-8";

.under .mv {
	background:url(../../img/company-system/pc/mv.jpg) no-repeat center;
	background-size: cover;
}

#chart {
	padding-top: 100px;
	padding-bottom: 120px;
}
	#chart figure {
		position: relative;
	}
		#chart figcaption {
			color: #fff;
			position: inherit;
			text-align: right;
			padding-top: 30px;
			font-size: 10px;
			font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		}

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

	#chart {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}

}