﻿
/* Infotech JSJ 210223 */

/*#region pc*/
footer {background:#636363;position:relative;color:#fff;}
.footer-wrap {width:100%;max-width:1400px;margin:0 auto;background: url(../images/logo2.png) 25px 40px no-repeat;padding: 30px 0 60px 290px;}
.footer-wrap a {font-size:1.6rem;font-weight:bold;color: #FFC107;font-stretch:95%;letter-spacing:-0.025em;position:relative;line-height:1;}
address {width:100%;max-width:1580px;margin: 0px auto 0px auto;}
.footer > p {width:100%;max-width:1580px;margin:0 auto;}

.go-top {position:fixed;left: calc(50% + 820px);bottom: 20px;z-index:15;width:initial;height:initial;right:initial;}
.go-top button {display:block;background:#513166;border:1px solid rgba(50,50,50,0.2);border-radius:35px;position:relative;transition:background-color 0.5s ease-out;width:initial;height:initial;text-indent:0;}
.go-top button:hover, .go-top button:focus {background-color:#513166;transition:background-color 0.5s ease-out;}
.go-top button span {display:block;background:url(../images/icon-up.png) center 10px no-repeat;width:62px;height:62px;overflow:hidden;text-indent:100%;white-space:nowrap;}
.go-top button:after {content:'TOP';font-size:0.77em;color:#fff;display:block;text-align:center;position:absolute;bottom:8px;width:100%;}

.go-top button {
	opacity:0;
	animation-name:go_top;
	animation-iteration-count:infinite;
	animation-duration:1.5s;
}
@keyframes go_top{
	0%{opacity:0;background-position-y:bottom}
	60%{opacity:1;background-position-y:top}
	99%{opacity:0;background-position-y:bottom}
	100%{opacity:0;background-position-y:top}
}
@-webkit-keyframes go_top{
	0%{opacity:0;background-position-y:bottom}
	60%{opacity:1;background-position-y:top}
	99%{opacity:0;background-position-y:bottom}
	100%{opacity:0;background-position-y:top}
}
/*#endregion*/


/*#region tablet*/
@media (max-width: 991px) {
.footer-wrap {background:none;padding:20px;}
}
/*#endregion*/


/*#region phone*/
@media (max-width: 767px){

}
/*#endregion*/

