@charset "utf-8";

.modal-transfer{ position:relative; line-height:1}
.modal-transfer .first{ background-color:#FFF}
.modal-transfer .anime1{ position:absolute; left:0; top:0; opacity:0; background-color:#FFF;
animation:animation1 4s ease alternate forwards; -webkit-animation:animation1 4s ease 0s forwards; -o-animation:animation1 4s ease 0s forwards;
animation-delay:2s; -webkit-animation-delay:2s; -o-animation-delay:2s}
.modal-transfer .anime2{ width:56.31%; position:absolute; left:21.18%; top:10.9%; opacity:0;
animation:animation2 2s ease alternate forwards; -webkit-animation:animation2 2s ease 0s forwards; -o-animation:animation2 2s ease 0s forwards; 
animation-delay:3s; -webkit-animation-delay:3s; -o-animation-delay:3s}
.modal-transfer .anime2b{ position:absolute; left:146px; top:152px; opacity:0;
animation:animation2 2s ease alternate forwards; -webkit-animation:animation2 2s ease 0s forwards; -o-animation:animation2 2s ease 0s forwards; 
animation-delay:3s; -webkit-animation-delay:3s; -o-animation-delay:3s}
.modal-transfer .anime3{ width:89.23%; position:absolute; left:5.23%; top:29.09%; opacity:0;
animation:animation3 2s ease alternate forwards; -webkit-animation:animation3 2s ease 0s forwards; -o-animation:animation3 2s ease 0s forwards;
animation-delay:4s; -webkit-animation-delay:4s; -o-animation-delay:4s}
.modal-transfer .anime3b{ position:absolute; left:61px; top:257px; opacity:0;
animation:animation3 2s ease alternate forwards; -webkit-animation:animation3 2s ease 0s forwards; -o-animation:animation3 2s ease 0s forwards;
animation-delay:4s; -webkit-animation-delay:4s; -o-animation-delay:4s}
.modal-transfer .anime_address{ width:87.07%; position:absolute; left:5.23%; top:53.72%; opacity:0;
animation:animation3 2s ease alternate forwards; -webkit-animation:animation3 2s ease 0s forwards; -o-animation:animation3 2s ease 0s forwards;
animation-delay:5s; -webkit-animation-delay:5s; -o-animation-delay:5s}
.modal-transfer .anime4{ width:32.31%; position:absolute; left:34%; top:87%; opacity:0;
animation:animation3 2s ease alternate forwards; -webkit-animation:animation3 2s ease 0s forwards; -o-animation:animation3 2s ease 0s forwards;
animation-delay:6s; -webkit-animation-delay:6s; -o-animation-delay:6s}
@keyframes animation1{
0%{ opacity:0} 30%{ opacity:1} 100%{ opacity:1}
}
@keyframes animation2{
0%{ opacity: 0} 100%{ opacity: 1}
}
@keyframes animation3{
0%{ opacity: 0} 100%{ opacity: 1}
}
#topInfo{ margin:6% 4% 4%}
#topInfo .bnr-transfer{ max-width:690px; margin:0 auto}
