.history_area {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: var( --content-max-width );
	padding: 20px;
	text-align: left;
}
.history_title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 20px solid #0000ff;
}
.history_layout {
	display: table;
	border-collapse: collapse;
	margin-left: 30px;
}
.history_layout > div {
	display: table-row;
}
.history_layout > div:not(last_child) > div {
	padding-bottom: 15px;
}
.history_layout > div > div {
	display: table-cell;
	text-align: left;
	padding: 5px;
	font-size: 18px;
}
.history_layout > div > div:first-child {
	padding-right: 20px;
	white-space: nowrap;
}
/*==================================================================*/
/* タブレット用設定                                                 */
/*==================================================================*/
@media screen and (max-width: 960px ) {
}
@media screen and (max-width: 500px ) {
}