.history-list {
display: flex;
flex: 1;
justify-content: flex-start;
}
.history-list-ttl {
width: 50px;
font-weight: bold;
}
.history-list-cont {
width: calc(100% - 50px);
}
.wd-350-fixed {width: 350px;}
@media screen and (max-width: 767px) {
	.history-list-ttl {
	width: 15%;
	}
	.history-list-cont {
	width: 83%;
	}
	.sp-wd-240-fixed {width: 240px;}
}