.sec_third > p.top_txt {
	margin-top: 0;
	margin-bottom: 1rem;
}
h3.txt_bold {
	font-size: 1.5rem;
	padding:6px 0;
}
.sec_third > picture {
    margin:2rem auto 4rem;
}
.data_table01 th span {
	display: inline-block;
	font-size: 1.2rem;
	background: #0096df;
	color: #fff;
	border-radius: 4px;
	padding: 3px 8px;
	font-weight: normal;
	margin: 6px 0 0;
}
.data_table01 td {
	vertical-align: middle;
	font-weight: bold;
}
.data_table01 td strong {
	font-size: 1.5rem;
}
.data_table01 td small {
	font-weight: normal;
}
.data_table01 a {
	text-decoration: underline;
	color: #FABE00;
}

@media screen and (min-width: 768px) {
.data_table01 {
    margin-top:10px;
}
.data_table01 th {
	vertical-align: middle;
	text-align: center;
}
.data_table01 a:hover {
	text-decoration: none;
}
}
@media screen and (max-width: 767px) {
.data_table01 th {
	vertical-align: middle;
	text-align: left;
}
.data_table01 th br {
	display: none;
}
.data_table01 th span {
	margin:0 0 0 6px;
	font-size: 1.1rem;
}
}
