@charset "UTF-8";

/* ----------------------------------------
  会社案内 > 会社沿革
  path : /company/history/
---------------------------------------- */

.history-table {
	width: 100%;
}

.history-date {
	padding: 16px 0;
	border-bottom: 2px solid #f1eae1;
	width: 200px;
	text-align: left;
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.history-date {
		padding: 18px 0 0;
		border-bottom: 0;
		display: block;
		width: 100%;
	}
	.history-table tr:first-child .history-date {
		padding-top: 8px;
	}
}

.history-dateAD {
	font-weight: 700;
}

.history-detail {
	padding: 16px 0;
	border-bottom: 2px solid #f1eae1;
}

@media only screen and (max-width: 768px) {
	.history-detail {
		display: block;
		width: 100%;
	}
}

.history-detailList_Item {
	line-height: 2;
}

.history-detailList_Item::before {
	content: "\00b7";
    font-size: 125%;
    margin-right: 5px;
}
@media only screen and (max-width: 768px) {
	.history-detailList_Item {
		line-height: 1.6;
	}
}
