.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;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#articleInfo7 .photoBox {
	width: 50%;
	position: relative;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo7 .photoBox:before{content:'ABOUT';font-size: 90px;position: absolute;bottom: -10px;left: -30px;line-height: 100%;color: #fff;font-family: 'Lato', sans-serif;writing-mode: vertical-rl;font-weight: bold;}
#articleInfo7 .photoBox:after{content:'';width: 90%;height: 90%;background: #f5f5f5;bottom: -20px;right: -20px;position: absolute;z-index: -1;}
#articleInfo7 .photoBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#articleInfo7 .info {width: 45%;}

#articleInfo7 .info h3 {
	position: relative;
	margin: 0 0 40px;
	font-size: 22px;
	line-height: 140%;
}


#articleInfo7 .info p {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: justify;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo7 .info article {
	margin: 30px 0 10px 20px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo7 .photoBox:after {
	display: none;
	}
	#articleInfo7 .photoBox {
		position: relative;
		width: 100%;
	}
	#articleInfo7 .info {
		position: relative;
		margin-left: 0;
		padding: 40px 0 0;
		background: none;
		width: 100%;
	}
	#articleInfo7 .info h3 {
		left: 0;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .photoBox:before{display:none;}
	#articleInfo7 .info p{font-size:15px;}
	#articleInfo7 .info {
	}
	#articleInfo7 .info h3 {
	font-size: 19px;
	}
	#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; }
	}
}