@charset "UTF-8";
/* ------------------------------
 会社概要
------------------------------ */
.timeline li:before{
  content: none !important;
}
.timeline ul li {
	padding-left: 0;
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-date {
	width: 90px;
	float: left;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}
.timeline-content {
	width: calc(100% - 150px);
	float: right;
	border-left: 1px #d3d6d8 solid;
	padding-left: 65px;
	padding-bottom: 50px;
}
.timeline-content.mb0 {
	padding-bottom: 0;
}
.timeline-content:before {
	content: '';
	width: 7px;
	height: 7px;
	background: #b9062b;
	position: absolute;
	left: 147px;
	top: 10px;
	border-radius: 100%;
}
@media print, screen and (min-width: 768px) {
	.contents .heading{
		height: 320px;
		margin-bottom: 90px;
	}
	.contents table td {
		padding-right: 45px;
	}
}
@media screen and (max-width: 767px) {
	.contents .heading{
		height: 150px;
		margin-bottom: 40px;
	}
	.contents table th {
		width: 30%;
	}
	.timeline{
		font-size: 1.6rem;
	}
	.timeline-date {
		width: 80px;
	}
	.timeline-content {
		width: calc(100% - 90px);
		padding-left: 15px;
		padding-bottom: 20px;
	}
	.timeline-content:before {
		left: 87px;
		top: 12px;
	}
}