/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}
.right-tool {position: fixed; right:10px; bottom:100px;z-index:20; display: flex; flex-direction: column; flex-wrap: nowrap; transform-origin: 100% 0%;}
.right-tool > div { margin-bottom: 6px; }
#gotop { cursor: pointer;  text-align: center;}
#gotop a { display:inline-block; width:44px; height:44px;line-height: 39px;  background:#951b81; border-radius: 100%; font-size: 15px; color: #005ea6; position: relative; text-align: center; padding-top: 10px; cursor: pointer;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);}
#gotop a:before { content: ""; position: absolute; width: 14px; height: 14px; display: block; border-width: 2px 2px 0 0; border-color: #fff; border-style: solid; transform: rotate(-45deg) translate(-50%, -50%); top:42%; left: 58%; }
#gotop a:hover { transform: scale(0.9);}

footer { font-size: clamp(16px, 1.3vw, 18px); line-height:1.5; color: #fff; letter-spacing: 0; font-weight: 400;  background: #452568; padding: calc(20px + 2%) 5%;}
footer a { color: #fff !important;}
footer a:hover { color: #fff; text-decoration: underline;}

.footer-top-section { border-bottom: 1px solid rgba(255,255,255,.2); display:flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; padding-bottom: 20px; margin-bottom: 30px;}
.footer-logo { width: 285px;}
.footer-social { display:flex; flex-direction: row; flex-wrap: wrap;}
.footer-social > a { display: block; width: 40px; height: 40px; border:1px solid #fff; border-radius: 100%; position: relative; margin-left: 10px;}
.footer-social > a > img { position: absolute; width: 20px; top:50%; left: 50%; transform: translate(-50%, -50%); filter: invert(1);}
.footer-social > a:hover { background: #fff;}
.footer-social > a:hover > img { filter: invert(0);}

.footer-bottom-section { border-bottom: 1px solid rgba(255,255,255,.2); display:flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 30px; margin-bottom: 30px;}
.footer-bottom-section > div:nth-of-type(1) { width: 44%;border-right: 1px solid rgba(255,255,255,.2); padding-right: 3.5%; }
.footer-bottom-section > div:nth-of-type(2) { width: 34%;border-right: 1px solid rgba(255,255,255,.2); padding: 0 3.5%; }
.footer-bottom-section > div:nth-of-type(3) { width: 22%; padding: 0 3.5%;}

.footer-info-section { display:flex; flex-direction: row; flex-wrap: wrap;}
.footer-info-section > div { margin-bottom: 8px;}
.footer-info-section > div:nth-child(odd) { width: 20px;}
.footer-info-section > div:nth-child(odd) img { filter: invert(1);}
.footer-info-section > div:nth-child(even) { width: calc(100% - 20px); padding-left: 12px;}

.footer-link a { display: block; margin-bottom: 8px; color: #fff;}

.copyright { text-align: center;  font-size: clamp(15px, 1.2vw, 17px);}
.copyright span { display: inline-block;}

@media (max-width:1279px){
	
}


@media only screen and (max-width: 980px) {
	.right-tool { transform: scale(0.7); transform-origin: 100% 50%;}
	
	
}

@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 640px) {
	.footer-top-section { flex-direction: column; align-items: center; justify-content: center; margin-bottom: 20px;}
	.footer-logo { width: 200px; margin-bottom: 20px;}
	
	.footer-bottom-section > div:nth-of-type(1) { width: 100%;border-right: 0px solid rgba(255,255,255,.2);border-bottom: 1px solid rgba(255,255,255,.2); padding:0 0 20px 0; margin-bottom: 30px; }
	.footer-bottom-section > div:nth-of-type(2) { width: 50%;border-right: 1px solid rgba(255,255,255,.2);}
	.footer-bottom-section > div:nth-of-type(3) { width: 50%; }
}
@media only screen and (max-width: 570px) {
	
}
@media only screen and (max-width: 414px) {
	

}
@media only screen and (max-width: 320px) {
	
}