@charset "utf-8";

div:has(#breadcrumb) {
	background: #ddd;
}
ul#breadcrumb{
	padding: 15px 0;
}
.sim {
	padding: 15px 0 30px;
	background-color: #EDF4FF;
}
.topPage{
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: all 1s;
}
.is-active{
	display: block;
	opacity: 1;
	visibility: visible;
}
.topPage p{
	position: fixed;
	z-index: 9999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: #357578;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100px;
	padding-bottom: 10px;
}
.topPage p::before{
	font-family: "Font Awesome 5 Free";
	content:"\f077";
	font-weight: 900;
	font-size: 90%;
	color: currentColor;
}
.topPage p:hover{
	background: #4a878a;
	cursor : pointer;
}
footer {
	margin-top: 0;
}