@charset "UTF-8";
/* CSS Document */

.lower_main_vi1{
	background: url(/company/asset/img/lower/main_vi/history_bg.jpg);
	background-size: cover;
	background-position: center;
}

/*.history dl{
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}
.history dl dt{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
	letter-spacing: 0.7px;
	width: 15%;
}
.history dl dd{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.7px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.history dl{
	}
	.history dl dt{
		width: 35%;
	}
}*/

.history table {
  width: 100%;
  border-collapse: collapse;
}

.history table tr {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.history table td {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.7px;
  padding: 0;
  border: none;
}

/* 年のセル */
.history table td:first-child {
  font-weight: 700;
  line-height: 28px;
  width: 15%;
}

/* 内容のセル */
.history table td:last-child {
  font-weight: 400;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .history table td:first-child {
    width: 55%;
  }
}
