@charset "utf-8";
.timeline {
	list-style: none;
	margin-top: 80px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 80px;
	width: 70%;
}
.timeline > li {
	margin-bottom: 10px;
	display: block;
}
.timeline-date {
	//color: #05a;
	//font-weight: bold;
}

/* for Desktop */

.supressor2 {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	//background-color: rgba(255,255,120,1);
	}
	
@media ( min-width : 1000px ){
	.timeline {
	list-style: none;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	width: 70%;
}
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
	width: 100px;
	float: left;
	margin-top: 20px;
  }
  .timeline-content {
	  padding-top: 5px;
	width: 75%;
	float: left;
	border-left: 3px #aaa solid;
	padding-left: 30px;
	padding-bottom: 10px; /* ★ここのpadding-bottomを少なくするとborderが途切れるので注意 */
	margin-bottom: 0px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #aaa;
	//background: #6fc173;
    position: absolute;
    left: 95px;
    top: 24px;
    border-radius: 100%;
  }
  .supressor2 {
	width: 80%;
	max-width: 880px;
	//background-color: rgba(120,255,255,1);
	
	}
}
