.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;
	display: flex;
	background: #f2f2f2;
	padding: 50px;
	flex-wrap: wrap;
	margin: 10px 0;
}

#articleInfo6 ul li {
	width: calc(100%/4);
}

#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 .info {
	margin: 90px 10px 0;
}
#articleInfo6 ul li:first-child .info{margin-top:0;}
#articleInfo6 ul li .info h4 {
	position: relative;
	font-size: 20px;
	color: #000;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 9px;
	font-family: 'Poppins', sans-serif;
}
#articleInfo6 ul li .info h4.tt{
    font-size: 22px;
    border-bottom: 1px solid #5d8f5e;
}

#articleInfo6 ul li .info h3.tt{
    font-size: 16px;
    color: #5d8f5e;
    margin: 5px 0 20px;
}

#articleInfo6 ul li .info h3 {
	margin: 10px 0;
	font-size: 20px;
	font-weight: normal;
}

#articleInfo6 ul li .info article {
	line-height: 180%;
	font-weight: 400;
}

#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{
    padding: 25px;
}
	#articleInfo6 ul li {
		width: 100%;
	}
	#articleInfo6 ul li .info{margin-top:25px;}
	#articleInfo6 ul li:nth-child(3) .aboutPhoto ,
	#articleInfo6 ul li:nth-child(4) .aboutPhoto {
		padding-top: 0;
		padding-bottom: 0;
		background-image: none;
	}
}
