@charset "utf-8";


/*---------------------------------------------------------------------------------------
	contents
----------------------------------------------------------------------------------------*/

#contents h2{
	height: 240px;
	background: url(images/title-bg.jpg) no-repeat center #B6002A;
	background-size: cover;
}
#contents h2 span{
	display: block;
	max-width: 980px;
	text-align: left;
	padding: 90px 0 0 50px;
	margin: 0 auto;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#contents h2{
		height: auto;
		background: #B6002A;
	}
	#contents h2 span{
		display: none;
	}
}






/*---------------------------------------------------------------------------------------
	article
----------------------------------------------------------------------------------------*/

.history-list div{
	clear: both;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.history-list div:before{
	position: absolute;
	left: 200px;
	top: 0;
	content: "";
	width: 3px;
	height: 100%;
	background: #7f7f7f;
}
.history-list div:last-child:before{ position: static; content: none;}
.history-list div:after{
	position: absolute;
	left: 189px;
	top: 0;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background: #EFEBDC;
	border: 6px solid #212121;
}
.history-list div p{
	float: left;
	width: 180px;
}
.history-list div p span.cell1{ display: inline-block; width: 68px;}
.history-list div p span.cell2{ display: inline-block;}
.history-list div p span.cell3{ display: inline-block; float: right;}
.history-list div dl{
	float: right;
	width: 740px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.history-list div:last-child dl{
	border-bottom: none;
}
.history-list div dl dt{
	color: #B6002A;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.history-list div.churyaku{
	padding: 80px 0;
}
.history-list div.churyaku:after{ content: none;}
.history-list div.churyaku p{
	float: none;
	width: 525px;
	line-height: 30px;
	text-align: center;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	margin-left: 100px;
	background: #fff;
	position: relative;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	.history-list div{
		padding-left: 40px;
	}
	.history-list div:before{
		position: absolute;
		left: 8px;
		top: 0;
		content: "";
		width: 3px;
		height: 100%;
		background: #7f7f7f;
	}
	.history-list div:last-child:before{ position: static; content: none;}
	.history-list div:after{
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #EFEBDC;
		border: 5px solid #212121;
	}
	.history-list div p{
		float: none;
		width: auto;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.history-list div p span.cell1{ display: inline-block; width: auto; margin-right: 1em;}
	.history-list div p span.cell2{ display: inline-block; margin-right: 1em;}
	.history-list div p span.cell3{ display: inline-block; float: none;}
	.history-list div dl{
		float: none;
		width: auto;
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.history-list div dl dt{
		color: #B6002A;
		font-size: 4vw;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.history-list div.churyaku{
		padding: 10% 0 20%;
	}
	.history-list div.churyaku:after{ content: none;}
	.history-list div.churyaku p{
		float: none;
		width: auto;
		line-height: 35px;
		text-align: center;
		border-top: 1px dashed #333;
		border-bottom: 1px dashed #333;
		margin: 0;
		background: #fff;
		position: relative;
	}
}

























