@charset "utf-8"; 
/*---------------------------------------------
greeting
---------------------------------------------*/
#history .sec01 .block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 110px;
}
#history .sec01 .txtdiv {
	order: 0;
	width: calc(774 / 1180 * 100%);
	margin-top: -8px;
}
#history .sec01 .imgdiv {
	order: 1;
	width: calc(300 / 1114 * 100%);
}

/* table{
counter-reset: row-counter; 
}
tr{
	counter-increment: row-counter;
}
tr td:first-child::before,
tr th:first-child::before {
  content: counter(row-counter) "-------------------"; 
} */
@media (max-width: 767px) {
	#history .sec01 .block {
		display: block;
		margin-top: 50px;
	}
	#history .sec01 .txtdiv {
		width: 100%;
		margin-top: 30px;
		padding-right: 0;
	}
	#history .sec01 .imgdiv {
		width: 100%;
	}
}
 

@media (min-width: 767px) {
	 
	 
}
@media (max-width: 767px) {
	 
}
