@charset "UTF-8";
.content-box a{
  color: #5286c1;
  text-decoration: underline;
}
table {
border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
 margin-bottom: 20px;
}
table tr th,table tr td{
	border: solid 1px #888;
	padding: 10px 20px;
}
table tr th{
	font-weight: bold;
	width: 25%;
	background-color: #dbe4e8;
}
table tr td{
	font-size: 15px;
}
.content-box .btn{
	width: 75%;
	background-color: #466dc7;
	border-radius: 3px;
	margin: 10px auto;
}
.content-box .btn a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 20px;
}
@media (max-width: 595px) {
	table tbody tr th, table tbody tr td {
    display: block;
    width: 100%;
    background-color: initial;
    text-align: left;
   	border:none;
}
table tbody tr th{
	padding: 20px 0 0;
}
table tbody tr td {
	border-bottom: solid 1px #888;
	padding: 10px 0;
}