.wow {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	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;	
}

#articleInfo6 ul {
	overflow: hidden;
	margin-top: 20px;
}

#articleInfo6 ul li {
	float: left;
	width: 25%;
}

#articleInfo6 ul li .aboutPhoto {
	overflow: hidden;
	margin: 0 10px;
	background: url(/images/style/06/img-photoBg2.png) no-repeat 0 0;
	background-size: 100% auto;
}

#articleInfo6 ul li .aboutPhoto img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#articleInfo6 ul li:hover .aboutPhoto img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#articleInfo6 ul li:first-child .aboutPhoto {
	padding-top: 90px;
	background-image: url(/images/style/06/img-photoBg1.png);
}

#articleInfo6 ul li:nth-child(2) {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}

#articleInfo6 ul li .info {
	margin: 0 10px 0 20px;
}

#articleInfo6 ul li .info h4 {
	position: relative;
	padding: 0 0 5px 15px;
	font-size: 16px;
	color: #000;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo6 ul li .info h4:before {
	position: absolute;
	width: 110px;
	height: 12px;
	bottom: 0;
	left: 0;
	border: 1px solid #000;
	border-top: 0;
	content: "";
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo6 ul:hover li .info h4 {
	letter-spacing:10px;
}

#articleInfo6 ul:hover li .info h4:before {
	width: 150px;
}

#articleInfo6 ul li .info h3 {
	margin: 10px 0;
	font-size: 20px;
	font-weight: normal;
}

#articleInfo6 ul li .info article {
	line-height: 180%;
}

#articleInfo6 ul li:nth-child(3) {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

#articleInfo6 ul li:nth-child(3) .aboutPhoto {
	padding-bottom: 90px;
	background-position: 0 bottom;
}

#articleInfo6 ul li:nth-child(3):hover .aboutPhoto img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

#articleInfo6 ul li:nth-child(4) {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo6 ul li:nth-child(4) .aboutPhoto {
	padding-top: 90px;
}

#articleInfo6 ul li:nth-child(4):hover .aboutPhoto img {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo6 ul li {
		float: none;
		width: 40%;
		display: inline-block;
	}
	#articleInfo6 ul li:nth-child(2) {
		width: 59%;
	}
	#articleInfo6 ul li:nth-child(3) ,
	#articleInfo6 ul li:nth-child(4) {
		margin-top: 10px;
		width: 49%;
	}
	#articleInfo6 ul li:nth-child(3) .aboutPhoto ,
	#articleInfo6 ul li:nth-child(4) .aboutPhoto {
		padding-top: 0;
		padding-bottom: 0;
		background-image: none;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo6 ul li:first-child {
		display: none;
	}
	#articleInfo6 ul li:nth-child(2) {
		width: 100%;
	}
}