#history  #wrapper #contents .contents_left .sec_third{
	margin-bottom: 8rem;
}
#history  #wrapper #contents .contents_left .sec_third:last-child{
	margin-bottom: 5rem;
}

#history  #wrapper #contents .contents_left .sec_third:last-child p:first-of-type{
	margin-top: 1.2rem;
}

#history  #wrapper #contents .contents_left .sec_third:last-child p{
	margin-top: 2rem;
	line-height: 1.7;
}

#history  #wrapper #contents .contents_left .sec_third:last-child p:nth-of-type(3){
	margin-top: 4rem;
}

.bold14 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FABE00;
}
.bold00{
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#history  #wrapper #contents .contents_left .sec_third{
		margin-bottom: 7rem;
	}
	#history  #wrapper #contents .contents_left .sec_third:last-child{
		margin-bottom: 10rem;
	}
	#history  #wrapper #contents .contents_left .sec_third:last-child p:first-of-type{
		margin-top: 1.5rem;
	}
	#history  #wrapper #contents .contents_left .sec_third:last-child p{
		line-height: 1.65;
		margin-top: 2.2rem;
	}
	#history  #wrapper #contents .contents_left .sec_third:last-child p:nth-of-type(3){
		margin-top: 4.6rem;
	}
	
}