@charset "UTF-8";

.table-t1 {
	font-family: 'Noto Sans JP', sans-serif;	
}
@media screen and (min-width: 751px){
	.table-t1 {
		border-top: 1px solid #b27291;
	}
	.table-t1 th {
		width: 20%;
		background-color: #f4f4f5;
	}
	.table-t1 td {		
		width: 80%;
	}
}

@media screen and (max-width:750px){
	.table-t1 th {
		background-color: #f4f4f5!important;
	}
	
}