#rap h4 {
	margin-bottom: 10px;
	font-size: 16px;
	letter-spacing: 2px;
}

#rap table th {
	padding: 5px 16px;
	background: #fff;
}
#rap section table td {
	padding: 5px 70px;
	background: #f5f5f5;
}

#rap aside.go_next {
	width: 100%;
	text-align: right;
	margin-bottom: 30px;
	font-weight: bold;
}

#rap section h3.tits {
	border-left: 2px solid #666;
	padding-left: 11px;
	margin-bottom: 15px;
}

#rap section strong {
	color: #c30;
}
@media (max-width: 599px) {
	#rap section table td:first-child {
		text-align: center;
	}
	.samples.samples2 {
		text-align: center;
		margin: 20px auto;
	}
	#rap section h3.tits {
		font-size: ;
	}
	#rap aside.go_next {
		text-align: center;
	}
	#rap aside.go_next + section div {
		flex-direction: column;
	}
}
