@charset "utf-8";
/* CSS Document */
/* ===============================
   沿革
=============================== */

.gn-history{
	max-width:100%;
	margin:30px auto;
}


.gn-history-row{
	display:flex;
	align-items:flex-start;
	padding:22px 0;
	border-bottom:1px solid #d9e1e8;
	gap:10px;
}

.gn-history-date{
	flex: 0 0 130px;
	font-weight: 700;
	color: #725310;
	line-height: 1.8;
	font-size: 0.9em;
}

.gn-history-date time{
	display:block;
}

.gn-history-content{
	flex: 1;
	line-height: 1.9;
	color: #333;
	font-size: 0.9em;
}

.gn-history-content p{
	margin:0;
}

/* ---------- Responsive ---------- */

@media (max-width:768px){

	.gn-history{
		margin:40px auto;
	}

	.gn-history-row{
		display:block;
		padding:18px 0;
	}

	.gn-history-date{
		margin-bottom:8px;
		font-size:0.95rem;
	}

	.gn-history-content{
		font-size:0.95rem;
		line-height:1.8;
	}

}
