@charset "UTF-8";

.txt_link {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.txt_link a {
	color: #006bb8;
}

@media screen and (max-width: 767px) {
	.txt_link {
		padding: 0 3%;
		font-size: 15px;
	}
}