.correspondence-wrap {
	margin: 40px;
}
.correspondence-txt {
	font-size: 1.4em;
}
.correspondence-ttl {
	font-size: 2em;
	font-weight: 700;
}
.correspondence-explanation {
	margin: 20px 0 10px;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}
.table-wrap {
	height:80vh;
	background: #fff;
	overflow:auto;
	padding-right: 10px;
}
.original-table {
	width: 100%;
	font-size: 12px;
	table-layout: auto;
	border-collapse: collapse;
}

.original-table th {
	max-width: 120px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #408aa2;
	color: #fff;
	position: sticky;
	top: 0;
	z-index: 1;
}
.original-table th a {
	color: #fff !important;
}
.original-table th::before{
	content : "" ;
	position : absolute ;
	top: -1px;
	left: -1px;
	width : 100% ;
	height : 100% ;
	border : 1px solid #333 ;
	z-index: -1;
}
.original-table tr:nth-child(2n) {
	background-color:  #eeffff;
}
.original-table-white tr {
	background-color: #fff !important;
}
.original-table td {
	max-width: 120px;
	border: solid 1px #333;
	padding: 10px 4px;
	text-align: center;
	vertical-align: middle;
}
.original-table td:nth-child(1) {
	min-width: 140px;
	background-color:  #333;
	color: #fff;
	text-align: center!important;
	border-bottom: 1px solid #fff;
}
.original-table-white td:nth-child(1) {
	min-width: 145px;
}
.original-table a {
	color: #1e90ff;
	text-decoration: underline;
}
.original-table td:nth-child(1) a {
	color: #fff!important;
}

.original-table td:nth-child(n+2) {
	text-align: left!important;
}
.original-table tr:last-child td:nth-child(1) {
	border-bottom: none;
}

.original-table tr:hover:nth-child(n+1) {
	background-color: #fffada;
}
.original-table td:hover:nth-child(n+2) {
	background-color: #ffef8d;
}
.scroll-hint-icon {
	top: 20%;
}
@media screen and (max-width: 768px) {
	.correspondence-wrap {
		margin: 30px 15px;
	}
	.correspondence-txt {
		font-size: 1.2em;
	}
	.correspondence-ttl {
		font-size: 1.6em;
		font-weight: 700;
	}
	.correspondence-explanation {
		font-size: 12px;
	}
	.table-wrap {
		height:70vh;
	}
	.original-table th:nth-child(1) {
		position: sticky;
		top: 0;
		left: 0;
		z-index: 2;
	}
	.original-table td:nth-child(1) {
		position: sticky;
		left: 0;
	}
	.original-table td:nth-child(1):before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #ccc;
		z-index: -1;
	}
	.original-table-white {
		width: 1200px;
	}
	.original-table-white td {
		max-width: 1200px;
	}
	.original-table-white td:nth-child(1) {
		min-width: 100px;
		max-width: 100px;
	}
}