@charset 'utf-8';

@media screen and (max-width: 767px) {
	#main-contents .table-list {
		padding-top: 30px;
	}
}

.table-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.table-grid {
		gap: 5px;
	}
}

.table-grid-hd{
	padding:  20px 40px;
	height: auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.table-grid-hd {
		padding: 16px 20px;
	}
}

@media screen and (max-width: 500px) {
	.table-grid-hd {
		padding: 16px 15px;
	}
}

@media screen and (max-width: 767px) {
	.table-grid-hd:nth-child(even) {
		width: 28vw;
	}
}

.table-grid-hd.title-color{
	line-height: 1.6;
	
}

.table-grid-hd > span {
	font-size: 16px;
}

@media screen and (max-width: 500px) {
	.table-grid-hd > span {
		font-size: 14px;
	}
}

.table-grid-hd .small{
	font-size: 14px;
}

@media screen and (max-width: 500px) {
	.table-grid-hd .small{
		font-size: 12px;
	}
}

.table-grid-hd.title-color .small{
	font-weight: normal;
}
