.ms_tl { display: flex; flex-direction: column;  }
.ms_tl .ms_tl_item { display: flex; flex-direction: row; position: relative; width: 100%; }

.ms_tl .ms_tl_item_time { width:8rem; flex-shrink: 0; padding-bottom: 1rem; }
.ms_tl .ms_tl_item_time .ms_tl_item_time_year { font-size: 2rem; color: #3c5e9c; text-align: center; padding-top: 1rem; line-height: 1.2rem; font-family: "ft-b"; }
.ms_tl .ms_tl_item_time .ms_tl_item_time_date { font-size: 0.85rem; color: #203150; text-align: center;  }

.ms_tl .ms_tl_item_content { flex-grow: 1; padding: 1rem; border-left: 5px solid #3c5e9c; font-size: 1.25rem;}