.data_table01{
	font-size:1.4rem;
}

.data_table02 a:visited {
	color: #1d2088;
	text-decoration: underline;
}
.data_table02 a:link {
	color: #1d2088;
	text-decoration: underline;
}

.data_table02 tr td:nth-of-type(1){
	text-align:center;
}

.sevennet {
	margin: 2rem 0;
}
@media screen and (min-width: 768px) {
.sevennet {
	display: flex;
	justify-content: space-between;
}
.sevennet a {
	width: 49%;
}
}
@media screen and (max-width: 767px) {
.sevennet a {
	margin-bottom: 10px;
	display: block;
}
}