/*----------
	about/timeline/
----------*/

.p-about-timeline-ttl {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	background: #666666;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	color: #ffffff;
}

.p-about-timeline-ttl > span {
	width: 100%;
	text-align: center;
}

@media (min-width: 768px), print {

	.p-about-timeline-ttl {
		height: 80px;
	}

	.c-table__content {
		border: solid 1px #E2E2E2;
	}

	.c-table__header {
		width: 240px;
		border-right: solid 1px #E2E2E2;;
		text-align: center;
		vertical-align: middle;
	}

}



