@charset "utf-8";

/* 沿革
-------------------------------------------------- */
.history{
	background:#ffffff url(../jpg/bg_history.jpg) no-repeat center top;
	background-size:100% auto;
	padding-top:190px;
}
.history .history-inner{
	background:#ffffff;
	padding:20px 10px;
}
.history .history-inner h3{
	text-align:center;
}
.history .history-box{
	border-top:1px solid #dcdcdc;
}
.history .history-item{
	margin-top:-1.25rem;
	margin-left:calc(4rem + 40px);
	border-left:1px solid #dcdcdc;
	padding:15px 0 15px 17px;
}
.history .history-box.last .history-item{
	margin-top:-2.5rem;
	padding:30px 0 15px 17px;
}

/* 年号 */
.history .history-box h4{
	margin-top:-1.25rem;
	font-weight:400;
}
.history .history-box h4 span{
	display:inline-block;
	padding:5px 15px;
	background:#afafaf;
	color:#ffffff;
	font-weight:400;
}
.history .history-box h4.red span{
	background:#d90013;
}
.history .history-box.last h4 span{
	padding:5px 10px;
	text-align:center;
}

/* 月 */
.history .history-item h5{
	font-weight:500;
}
.history .history-item h5 span.month{
	display:inline-block;
	color:#ffffff;
	vertical-align:middle;
	margin-left:-2.9rem;
	width:1.65rem;
	height:1.65rem;
	padding:0.4rem;
	-webkit-border-radius:1.65rem;
	-moz-border-radius:1.65rem;
	border-radius:1.65rem;
	background:#afafaf;
	margin-right:5px;
	text-align:center;
}
.history .history-item h5 span.red{
	background:#d90013;
}
.history .history-item h5 span.small{
	font-size:1.1rem;
}

.history .history-item .text p{
	margin-top:5px;
	font-size:1.1rem;
	line-height:150%;
}
.history .history-item .photo{
	margin-top:10px;
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {


	/* 沿革
	++++++++++++++++++++++++++++++++++++++++++++++ */
	.history{
		background:none;
		padding-top:0;
	}
	.history .history-inner{
		background:#ffffff;
		padding:50px 47px;
		max-width:900px;
		margin:0 auto;
	}
	.history .history-item{
		margin-left:calc(4rem + 80px);
	}
	.history .history-box.last .history-item{
		margin-top:-28px;
		padding:30px 0 15px 17px;
	}

	/* 年号 */
	.history .history-box h4 span{
		padding:5px 25px;
	}
	.history .history-box.last h4 span{
		padding:5px 20px;
	}

	/* 月 */
	.history .history-item h5 span.month{
		display:inline-block;
		color:#ffffff;
		vertical-align:middle;
		margin-left:-32px;
		width:19px;
		height:19px;
		padding:5px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
		border-radius:19px;
		margin-right:10px;
	}
	.history .history-item h5 span.small{
		font-size:12px;
	}

	.history .history-item .text{
		float:left;
		max-width:480px;
	}
	.history .history-item .text p{
		font-size:12px;
	}
	.history .history-item .photo{
		float:right;
		margin-top:0;
		width:35%;
		max-width:270px;
		text-align: center;
	}
	.history .history-item .photo.history_2010{
		text-align: center;
	}
	.history .history-item .photo.history_2010 img{
		width: 200px;
	}

}