@charset "UTF-8";

.row.imgWrap {
	display: flex;
	align-items: center;
}

.tableWrap {
  margin-top: 40px;
}

.tableWrap .tableTitle {
	text-align: left;
}

.tableWrap p {
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
	border-bottom: 1px solid #000;
}

.tableWrap p span {
	font-size: 12px;
}

.row.mb120 {
	margin-bottom: 120px !important;
}
.row.mb40 {
	margin-bottom: 40px !important;
}


@media screen and (max-width: 991px){
}
@media screen and (max-width: 736px){
	.row.imgWrap {
		flex-direction: column;
		gap: 20px;
	}
	.tableWrap {
		max-width: 80%;
		margin: 20px auto 0;
	}
	.row.mb120 {
		margin-bottom: 80px !important;
	}
	.row.mb40 {
		margin-bottom: 20px !important;
	}
}