.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;	
}

#articleInfo5 ul {
	position: relative;
}

#articleInfo5 ul:before {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ccd1d9;
    left: 50%;
    content: "";
}

#articleInfo5 ul li {
	overflow: hidden;
	margin: 10px 0 20px;
}

#articleInfo5 ul li > div {
	float: left;
	width: 46%;
	margin-right: 2%;
}
#articleInfo5 ul li:nth-child(2n) .info{
    float: left;
}
#articleInfo5 ul li:nth-child(2n) .titBox{
    float: right;
    margin-left: 2%;
    width: 44.5%;
}
#articleInfo5 ul li .titBox p ,
#articleInfo5 ul li .titBox h3 {
	text-align: right;
	color: #84bcde;
}

#articleInfo5 ul li .titBox h3 {
	font-size: 20px;
	color: #191919;
	transition: all 0.4s ease-in-out 0s;
	position: relative;
	padding: 10px 0;
}
#articleInfo5 ul li:nth-child(2n) .titBox h3{
    text-align: left;
}
#articleInfo5 ul li .titBox h3:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: -64px;
    background-color: #64ccc9;
    border: 3px solid #f5f7fa;
    border-radius: 50%;
}
#articleInfo5 ul li:nth-child(2n) .titBox h3:after{
    left: -53px;
}
#articleInfo5 ul li .icon {
	margin: 8px 10px 0;
	width: 20px;
	height: 20px;
	background: #46a4da;
	-webkit-box-shadow: 0 0 0 8px #afdcf8;
	-moz-box-shadow: 0 0 0 8px #afdcf8;
	-ms-box-shadow: 0 0 0 8px #afdcf8;
	box-shadow: 0 0 0 4px #afdcf8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
#articleInfo5 ul li:nth-child(2n) .icon{
    float: right;
}
#articleInfo5 ul li .info {
	position: relative;
	width: 48%;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	float: right;
}

#articleInfo5 ul li .info:before {
    position: absolute;
    left: -7px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #cccccc;
    content: "";
}
#articleInfo5 ul li:nth-child(2n) .info:before{
    right: -14px;
    left: inherit;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #cccccc;
    border-right: 7px solid transparent;
}
#articleInfo5 ul li .info h3 {
	padding: 10px;
	background: #cccccc;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px;
	font-size: 18px;
	color: #000000;
	text-align: left;
}
#articleInfo5 ul li:nth-child(2n) .info h3{text-align: right;}

#articleInfo5 ul li .info article {
	padding: 15px 20px;
	border-left: 1px #ccc solid;
	border-right: 1px #dedada solid;
	line-height: 180%;
}


/************ = 適應性 = ************/
/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo5 ul li .titBox h3:after{
    right: -58px;
}
#articleInfo5 ul li:nth-child(2n) .titBox h3:after{
    left: -49px;
}
}
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo5 ul li .titBox h3:after{
    right: -49px;
}
#articleInfo5 ul li:nth-child(2n) .titBox h3:after{
    left: -40px;
}
}

/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo5 ul li .titBox h3 {
	}
	#articleInfo5 ul li .titBox h3:after{
    right: -40px;
}
#articleInfo5 ul li:nth-child(2n) .titBox h3:after{
    left: -33px;
}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo5 ul:before {
		display: none;
	}
	#articleInfo5 ul li .titBox, #articleInfo5 ul li:nth-child(2n) .titBox {
		width: auto;
	}
	#articleInfo5 ul li:hover .titBox h3 {
		margin-top: 0;
	}
	#articleInfo5 ul li .icon {
		-webkit-box-shadow: 0 0 0 8px #fff;
		-moz-box-shadow: 0 0 0 8px #fff;
		-ms-box-shadow: 0 0 0 8px #fff;
		box-shadow: 0 0 0 8px #fff;
	}
	#articleInfo5 ul li:hover .icon {
		-webkit-box-shadow: 0 0 0 8px #afdcf8;
		-moz-box-shadow: 0 0 0 8px #afdcf8;
		-ms-box-shadow: 0 0 0 8px #afdcf8;
		box-shadow: 0 0 0 8px #afdcf8;
	}
	#articleInfo5 ul li .info {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#articleInfo5 ul li .info:before, #articleInfo5 ul li:nth-child(2n) .info:before {
		left: 94px;
		top: -7px;
		border-top: 0;
		border-bottom: 7px solid #cccccc;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
	}
	#articleInfo5 ul li:nth-child(2n) .titBox{
    float: left;
    margin-left: 0;
}
#articleInfo5 ul li:nth-child(2n) .titBox h3:after{
    right: -40px;
    left: inherit;
}
#articleInfo5 ul li{
    margin: 0;
}
#articleInfo5 ul li:nth-child(2n) .info h3{
    text-align: left;
}
}