.visual {
	margin-bottom: 70px;
}
.blk {
	margin-bottom: 70px;
}

.blk table {
	border-top: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
}
.blk table th {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	padding: 15px;
	background-color: #f8f8f7;
	font-weight: 500;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
}
.blk table td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	padding: 15px;
	padding-left: 15px;
	padding-right: 15px;
	word-break: break-all;
}
.blk table td a {
	color:#d80d19;
	text-decoration: underline;
	
}
@media screen and (max-width:980px){
.blk table th {
	width:auto;
	display: block;
}
.blk table td {
	width:auto;
	display: block;
}
}
@media screen and (max-width:480px){
.visual {
  margin-bottom: 40px;
}
.blk {
  margin-bottom: 40px;
}

.blk table th {
	padding-top: 10px;
	padding-bottom: 10px;
}
.blk table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.blk table {
	line-height: 1.7;
}
}