@charset "UTF-8";

/* CSS Document */

/*====================================

	page_ttl

====================================*/

.page_ttl {
	background: url(../images/page_ttl_bg.jpg) top 50% right 0 no-repeat #F9F7E8;
	background-size: 50%;
}

/*====================================

	cell_history

====================================*/

.cell_history {
	
}
.cell_history .cell_inn {
	position: relative;
}
.cell_history .cell_inn:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #9B0040;
	position: absolute;
	top: 0;
	left: 60px;
	display: block;
	z-index: -1;
}
.cell_history .cell_inn dl {
	width: 100%;
	display: table;
	margin-bottom: 40px;
}
.cell_history .cell_inn dl dt {
	width: 100px;
	color: #9B0040;
    position: sticky;
    top: 200px;
    left: 0;
}
.cell_history .cell_inn dl dt .year {
	line-height: 1em;
	background: #fff;
	padding: 10px 0;
}
.cell_history .cell_inn dl dt span {
	font-size: 160%;
	font-weight: 500;
	line-height: 1em;
}
.cell_history .cell_inn dl dd {
	display: table-cell;
	position: sticky;
}
.cell_history .cell_inn dl dd .com {
	margin-bottom: 20px;
}
.cell_history .cell_inn dl dd .com p {
	color: #9B0040;
	font-size: 120%;
	font-weight: 500;
}
.cell_history .cell_inn dl dd .ph {
	float: right;
	width: 50%;
	padding: 0 0 10px 10px;
}
.cell_history .js-fade dt .year {
	padding: 20px 0;
}
















