.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;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

#articleInfo7 .photoBox {
	width: 45%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	position: relative;
}
#articleInfo7 .photoBox:before{content:url(/images/44/img-experience-flower.png);position:absolute;top: 11%;left: 3%;animation-name:fish;animation-direction:alternate;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:4s;z-index:-1;zoom: 60%;}
@keyframes fish{0%{transform-origin:right bottom;transform:rotate(-3deg);}100%{transform-origin:right bottom;transform:rotate(3deg);}}

#articleInfo7 .photoBox:after{content:'';background: var(--complement);width: 80%;height: 70%;position: absolute;bottom: 0;left: 0;z-index: -1;}

#articleInfo7 .info {
	width: 55%;
}

#articleInfo7 .info h3 {
	position: relative;
	padding: 20px 0;
	font-size: 22px;
	color: #2f2e2d;
}
#articleInfo7 .info h3:after{content:url(/images/44/img-icon.png);display: inline-block;vertical-align: sub;margin-left: 5px;}


#articleInfo7 .info p {
	text-align: justify;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	line-height: 200%;
}

#articleInfo7 .info article {
	text-align: justify;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo7 .photoBox{width: 70%;margin: 0 auto;}
	#articleInfo7 .info{width:100%;margin-top: 40px;}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .photoBox{width:100%;}
}