@charset "UTF-8";

.top_tt { display: flex; justify-content: space-between; align-items: center; padding: 0 0 3% 0; }
	.top_tt strong { font-weight: 800; color: #0d569b; }
	.top_tt a { display: inline-block; padding: 10px 30px; font-size: 18px; font-weight: bold; border-radius: 10px; }
@media (max-width: 768px) {
	.top_tt a { padding: 5px 10px; font-size: 12px; letter-spacing: -1px; }
}
	.type_01 th { padding: 10px 5px; text-align: center; border-top: 2px solid #0d569b; background: #f7f8f9; }
	.type_01 td { padding: 10px 5px; font-size: 14px; text-align: right; border-left: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
	.type_01 td:nth-child(1) { text-align: left; border-left: 0; }

	.s_tt { text-align: right; font-size: 12px; color: #999; }

	@media (max-width: 768px) {
		.type_01 th { font-size: 10px; padding: 5px 3px; }
		.type_01 td { font-size: 10px; padding: 5px 3px; letter-spacing: -1px; }
	}