@charset "UTF-8";
/*
 * index_history-page.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
.timeline_item li img {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.history_list h4 {
	margin: 0px 0px 10px 0px;
	font-size:18px;
	color:#000;
}
.timeline_item li{
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
}
.timeline_item {
	margin:0 auto;
}
.timeline_item li {
	width:100%;
	padding:10px 10px 100px 10px;
	font-family: 'Noto Serif JP', serif;
}
.timeline_item li:nth-child(even) {
	margin:0 0 0 200px;
}
.history_list {
	width:600px;
	margin:60px 0px 0px 50px;
	text-align:left;
}
.timeline_item li:nth-of-type(2n+1) .history_list {
	margin:60px 0px 0px 250px;
}
.nen {
	color:#BF7C2B;
	font-size: 30px;
	font-weight: bold;
}
.nen::after {
	content: "\A" ;
	white-space: pre ;
}
.history_p {
	font-family: 'Noto Serif JP', serif;
	font-size:24px;
	font-weight:bold;
	padding:50px 100px;
	color: #BF7C2B;
}