@charset "utf-8";


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

#history .inner {
	/*max-width: 1100px;*/
	max-width: 960px;
	padding: 100px 0;
}

@media screen and (max-width: 767px) {

#history .inner {
	padding: 50px 0px;
}

}



/* 見出し
==============================================================*/

#history h1 {
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 180%;
	font-weight: normal;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 100px;
	
	background-color: #7e6632;
	color: #fff;
}

#history h2 {
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0;
	padding: 0 1em 10px 0;
	color: #593F04;
	border-bottom: 1px dashed #999;
}

@media screen
    and (max-width: 767px) {

#history h1 {
	font-size: 140%;
	margin-bottom: 30px;
}

}

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

#history dl dt {
	float: left;
	clear: both;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	padding-bottom: 1em;
}

#history dl dd {
 margin-right: 1em;
 line-height: 1.6em;
 margin-bottom: 1em;
 padding-left:  5em;
 border-bottom: 1px dashed #666;
 padding-bottom: 1em;
}

@media screen and (max-width: 767px) {

#history dl dt {
	float: none;
	clear: both;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}

#history dl dd {
 margin-right: 1em;
 line-height: 1.6em;
 margin-bottom: 1em;
 padding-left:  0;
 border-bottom: 1px dashed #666;
 padding-bottom: 1em;
}

}











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

.history-content-wrap {
	margin-bottom: 50px;
}

.history-year-en {
	color: #816527; /* #7e6632 */
	font-size: 32px;
	line-height: 1.4em;
	vertical-align: middle;
	margin-bottom: 5px;
}

.history-year-en span.history-year-jp {
	font-size: 14px;
	vertical-align: middle;
}

.history-heading {
	font-size: 20px;
	margin-bottom: 3px;
}
.history-heading span {
	font-size: 14px;
}

.history-content-wrap p {
	font-size: 14px;
	line-height: 1.4em;
}

.history-image {
	margin-bottom: 20px;
}

p.history-caption {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 5px;
}




.history-box {
	position: relative;
}

.grid {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.grid div {
	height: 100%;
	border-left: 1px solid #816527;
	border-bottom: 1px solid #816527;
	width: 50%;
	margin-left: 20px;
}

.history-box-inner {
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
}



.year{
  position: relative;
}

.year:before{
  content: '';
  position: absolute;
  left: -30px;
  top: 20px;
  width: 25px;
  border-bottom: 1px solid #816527;

}

@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 15px;
  }
}

