.rwd-table > div{
	border-bottom: 1px solid var(--l-gray);	
}
.rwd-table > div:first-of-type{
	border-bottom: 1px solid var(--red);	
}
.rwd-table > div > div{
	padding-top: 10px;
	padding-bottom: 10px;
}
.rwd-table > div:hover > div:not(.text-main){
	background-color: var(--l-gray);
	cursor: pointer;
}

.rwd-table .text-main{
	background-color: var(--gray);
	color: var(--white);
	font-weight: 600;	
}
.rwd-table .state{
	background-color: #eeeeee;
}
.letter {
	display: inline-block;	
}
.letter:hover {
	text-decoration: underline;	
	cursor: pointer;
}
.service{
	display: none;
}
.service.show{
	display: flex;
}

@media (max-width: 575px) {
	.rwd-table > div > div{
		padding-top: 5px;
		padding-bottom: 5px;
	}	
}