/*Info-20250614 CSS　Ver.1.0.0 */

#table-250613 th {
	width:12%;
}
.summary-txt a, 
.summary-txt a:visited {
	color: darkblue;
	text-decoration: underline;
}
.summary-txt a:hover {
	color: darkred;
}
.summary-txt a::after, 
.btn-link1::after {
	font-family: Material Icons;
	content: "\e89e";
	vertical-align: middle;
}


/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {}

/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 767px) {

	#table-250613 th {
		width:24%;
	}

}
