@charset "UTF-8";
/*----------
	ＪＲ東海のあゆみ
----------*/
/*-----------
	p-table-history
----------*/
.p-table-history .c-table__cell {
	font-family: "Roboto", sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
}
.p-table-history .c-table__cell span {
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
}
.p-table-history .c-table__cell sup {
	font-weight: normal;
	font-size: 1.2rem;
}
@media (width < 768px) {
	.p-table-history .c-table__cell {
		font-size: 2rem;
	}
	.p-table-history .c-table__cell span {
		font-size: 1.4rem;
	}
	.p-table-history .c-table__cell sup {
		font-size: 1rem;
	}
}