@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : お知らせ
 
=====================================================================================*/

.l-ctVisual {
  background-image:url(../image/ctVisual.jpg);
}


/* 沿革 */

.timeline-list-item {
    display: flex;
    line-height: 1.4;
}

.timeline-list-item .date {
    width: 8.5em;
    padding: 0;
    font-weight: 700;
}

.timeline-list-item .content {
    position: relative;
    width: calc(100% - 8.5em);
    padding: 0 1.5em 3em 2em;
    border-left: 1px solid #ddd;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: -0.5em;
    width: 1em;
    height: 1em;
    background-color: #42bfdd;
    border-radius: 0.5em;
}