@charset "utf-8";

.c-listNum02 li:before {
	content: '('counter(calc-ex03)')';
}
.c-txt {
	word-break: normal;
}

.link-blue a{
	color: #1449c2;
	text-decoration: underline;
}
.link-blue a:hover{
	opacity: 0.8;
}