@charset "UTF-8";
footer {
position: relative;
background: #fff;
padding: 20px 0 10px;
}
footer .siteTitle {
display: flex;
justify-content: center;
padding-bottom: 20px;
}
footer .siteTitle a img {
width: auto;
height: 54px;;
}
.footerLink {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 10px;
}
.disclaimer,footer small {
display: block;
text-align: center;
font-size: clamp(0.75rem, 0.693rem + 0.24vw, 0.875rem);
padding: 0 20px;
}
.disclaimer {
margin-bottom: 5px;
color: #8c8f94;
}
@media screen and (max-width: 768px) {

}