@charset 'utf-8';


/* twoIntoColumnsType1
-------------------------------------------------- */
#mainArea .twoIntoColumnsType1 .column {
	width: 160px;
}
/* no.40180143 2021.02.25 ここから修正 */

/* historyArea
-------------------------------------------------- */
.historyArea {
	padding: 20px 0 60px;
}
.historyArea div,
.historyArea dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.historyArea div + div {
	margin-top: 40px;
}
.historyArea dl {
	justify-content: space-between;
	width: 90%;
	border-left: 1px solid #e3e1e1;
	padding: 8px 0 8px 20px;
}
.historyArea dl dt {
	width: 3.8%;
	text-align: right;
}
.historyArea dl dd {
	width: 94%;
}
.historyArea dl dd + dt,
.historyArea dl dd + dt + dd {
	margin-top: 20px;
}
.historyArea dl dt,
.historyArea p {
	color: #0084a0;
}
#mainArea .historyArea p {
	width: 10%;
	font-weight: bold;
	font-size: 18px;
	padding-top: 4px;
}
/* no.40180143 2021.02.25 ここまで修正 */