@charset "UTF-8";



/****************************************************
 * タイムラインのデザイン
 ****************************************************/

/* ステップ部分のデザイン */
.timeline-item-label {
	color: #909090;
    font-weight: bold;
}
.timeline-item-title {
	font-size: 110%;
}

/* 解説文内の最初の改行タグを削除する */
.timeline-item-snippet p:nth-child(1) {
/* 	display: none; */
}
.timeline-item-snippet p {
/* 	font-size: 90%; */
	margin-bottom: 1em!important;
}
.timeline-item-snippet figure {
	margin-bottom: 1em;
}