/*Info-20250625 CSS　Ver.1.0.0 */

.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) {}
