.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;	
}

#articleInfo7 {
	position: relative;
}

#articleInfo7 .photoBox {
	position: absolute;
	padding: 20px;
	width: 50%;
	top: 50px;
	left: 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo7 .photoBox img {
    /* -webkit-box-shadow: 0 7px 27px #464646; */
    -moz-box-shadow: 0 7px 27px #464646;
    -ms-box-shadow: 0 7px 27px #464646;
    box-shadow: 6px 6px 0px 0px rgba(70, 70, 70, 0.29);
    /* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; */
    /* transition: opacity 0.35s, transform 0.35s; */
}




#articleInfo7 .info {
	margin-left: 20%;
	padding: 50px 50px 50px 35%;
	/* background: #aad4f3; */
}

#articleInfo7 .info h3 {
	position: relative;
	padding: 20px 0;
	font-size: 44px;
	left: 0;
	color: #000;
	/* text-shadow: 1px 1px 7px #000000; */
}

#articleInfo7 .info:hover h3 {
	animation: animatedIcon 1s;
	-webkit-animation: animatedIcon 1s infinite linear;
	-moz-animation: animatedIcon 1s infinite linear;
	-ms-animation: animatedIcon 1s infinite linear;
	-o-animation: animatedIcon 1s infinite linear;
}


#articleInfo7 .info p {
	font-size: 18px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo7 .info p a{
    font-size: 18px;
    color: #848484;
}
#articleInfo7 .info article {
	margin: 30px 0 10px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo7 {
		position: relative;
		/* background: #aad4f3; */
	}
	#articleInfo7 .photoBox {
		position: relative;
		padding: 20px 5%;
		width: 90%;
	}
	#articleInfo7 .info {
		position: relative;
		/* margin-top: -130px; */
		margin-left: 0;
		padding: 50px;
		background: none;
	}
	#articleInfo7 .info h3,#articleInfo7 .info p {
		left: 0;
		text-align: center;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		padding: 50px 20px;
	}
	#articleInfo7 .info h3 {
		padding: 20px 0;
	}
	#articleInfo7 .info article {
		margin-left: 0;
	}
	@keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-o-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-webkit-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-moz-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-ms-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
}