.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#magicteam{position: relative;width: 100%;}
#magicteam .invJU{
	width: 33%;
	display: inline-block;
	margin: 15px 0;
}
#magicteam .invJU p{
    
text-align: center;
    
line-height: 180%;
}
#magicteam .invJU h2{
	
text-align: center;
	
font-size: 24px;
	
line-height: 180%;
	
color: #5c5c5c;
	
letter-spacing: 0.15em;
	
margin-top: 20px;
}
#magicteam .invJU img{
	
border-radius: 20px;
}




/************ = 適應性 = ************/
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
    #magicteam .invJU{
    	width:49%;
    }
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	 #magicteam .invJU{
    	width:100%;
    }
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	
}
