.testTable.tr2 .tr{
	column-gap: 30px;
}
.testTable.tr2 .td{
	padding: 20px 24px;
}
div.testTable2{
	margin-bottom: 30px;
}
div.graph .tr{
	justify-content: center;
}
.circleTitleWrap{
	margin-top: 30px;
}
@media (min-width: 769px) {
	.circleTitleWrap{
		margin-top: 50px;
	}
	.testTable.tr2 .td{
		flex: inherit;
	}
	.testTable.tr2 .tr .td:first-child{
		width: 240px;
		display: flex;
		align-items: center;
	}
	.testTable.tr2 .tr .td:nth-child(2){
		width: calc(100% - 270px);
	}
	div.testTable2{
		margin-bottom: 50px;
	}
}
@media (min-width: 1000px) {
	
}