@charset "utf-8";
/* ---------------------------------------- /
/
/ history.css
/
/ ---------------------------------------- */

/* history_map */
.history_map {
	width: 100%;
	text-align: center;
	margin: 50px auto;
}
.history_map img {
	width: 100%;
	max-width: 1000px;
	height: auto;
}

/* table-history */
.table-history {
	width: 100%;
	margin-bottom: 70px;
}
.table-history th:first-of-type {border-top: 1px solid #c6c6c6;}
.table-history td:first-of-type {border-top: 1px solid #c6c6c6;}
.table-history th {
	font-weight: 600;
	padding: 2.4rem 1.0rem;
	vertical-align: text-top;
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
	display: table-cell!important;
	width: 20%;
	color: #e07c00;
}
.table-history td {
	padding: 2.4rem 1.0rem;
	vertical-align: text-top;
	text-align: left;
	border-bottom: 1px solid #c6c6c6;
	display: table-cell!important;
	width: 80%;
}
.table-history a {color: #e07c00;}
@media screen and (max-width: 768px) {
.table-history th {
	width: 30%;
}
.table-history td {
	width: 70%;
}
}
