
@charset "UTF-8";

.html dl{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.html dl:last-of-type{
	margin-bottom: 0;
}
.html dl dt:last-of-type{
	padding: 0 20px;
	color: var(--i_main_color);
	font-weight: bold;
	font-size: 2rem;
}
.html dd a{
	color: #2980b9;
}