.wow {
	
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	line-height: 183%;
	font-size: 1em;
	text-align: justify;
	margin-bottom: 50px;
}

#articleInfo4 {
	position: relative;
	
}

#articleInfo4 .title {
	position: absolute;
	width: auto;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo4:hover .title {
	letter-spacing:10px;
}

#articleInfo4 .slashBox {
	position: absolute;
	top: 430px;
    left: 15px;
	z-index: -1;
	
}

#articleInfo4 .slashBox:before ,
#articleInfo4 .slashBox:after {
	position: absolute;
	height: 250px;
	width: 250px;
	display: block;
	content: "";
}

#articleInfo4 .slashBox:before {
	height: 230px;
	background: #fff;
	left: calc(10% + 20px);
	z-index: -1;
}

#articleInfo4 .slashBox:after {
	background: url(/images/style/04/img-slash.png) top left;
	left: 10%;
    z-index: -2;
}

#articleInfo4 .info {
	overflow: hidden;
	margin-left: 3%;
}

#articleInfo4 .info .leftBox ,
#articleInfo4 .info .rightBox {
	float: left;
	width: 43%;
}

#articleInfo4 .info .photoBox img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#articleInfo4 .info .photoBox:hover img {
	opacity: 0.5;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}
#articleInfo4 .info .leftBox .photoBox{
	/* width:50%; */
}
#articleInfo4 .info .leftBox .photoBox ,
#articleInfo4 .info .leftBox article {
	/* margin-left: 50px; */
}

#articleInfo4 .info .rightBox .sTitle {
	margin: 15px 0px;
	/* animation-name: fadeInLeft; */
	/* -webkit-animation-name: fadeInLeft; */
}
#articleInfo4 .info .rightBox .sTitle h4:after {
    content: '';
    /* width: 100%; */
    /* height: 2px; */
    /* background: #2e6ebe; */
    /* position: absolute; */
    /* left: 21px; */
    /* bottom: 0px; */
    /* max-width: 130px; */
    /* padding-top: 20px; */
}
#articleInfo4 .info .rightBox .sTitle h4{
	font-size: 1.5em;
	line-height: 180%;
	color: #2d2d2d;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #2d2d2d66;
}



#articleInfo4 .info .rightBox .sTitle h6{
	font-size: 1.5em;
	border-bottom-style: solid;
	border-width: 1px;
	line-height: 180%;
	border-color: #2d2d2d66;
	color: #2d2d2d;
}
#articleInfo4 .info .rightBox .sTitle p {font-family: 'Cormorant Upright', serif;font-size: 1.75em;padding: 0px 11px;display: inline-block;background: rgba(255, 255, 255, 0.68);-webkit-animation: gotop 5s both infinite;animation: gotop 6s both infinite;border: 3px #c30d23 solid;border-radius: 30px;background-color: #c30d23;color: white;}

#articleInfo4 .info .rightBox .sTitle:hover h3 {
	/* animation: animatedIcon 1s; */
	/* -webkit-animation: animatedIcon 1.5s infinite linear; */
	-moz-animation: animatedIcon 1.5s infinite linear;
	-ms-animation: animatedIcon 1.5s infinite linear;
	-o-animation: animatedIcon 1.5s infinite linear;
}

@keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-o-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-webkit-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-moz-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}
@-ms-keyframes animatedIcon { 
	0%{ letter-spacing:0;}
	50%{ letter-spacing:10px; }
	100%{ letter-spacing:0; }
}

#articleInfo4 .info .leftBox .sTitle p {
	font-size: 18px;
	font-weight: bold;
}

#articleInfo4 .info .leftBox .sTitle p:after {
	margin-left: 10px;
	width: 150px;
	height: 2px;
	background: #000;
	display: inline-block;
	content: "";
    vertical-align: middle;
}

#articleInfo4 .info .rightBox .sTitle h3 {
	font-size: 24px;
	line-height: 180%;
	color: #525252;
}

#articleInfo4 .info .leftBox article {
	font-size: 16px;
	line-height: 170%;
	
}

#articleInfo4 .info .rightBox {
	margin-left: 0%;
	width: 100%;
	/* float: right; */
}
#articleInfo4 .info .rightBox h2{
	font-size: 18px;
	font-weight: 600;
	text-align: justify;
	margin-top: 20px;
	color: #e62525;
}

#articleInfo4 .info .rightBox article{
	margin-bottom:20px;
	text-align:justify;
	line-height:180%;
	font-size:1.25em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#articleInfo4 .info .rightBox article b{
	float:left;
	width: 30px;
	font-size: 10px;
}
#articleInfo4 .info .rightBox article b1{
	float:left;
	width: 125px;
	text-align: left;
	font-size: 18px;
}
#articleInfo4 .info .rightBox article p{
	width: calc(100% - 30px);
	display: inline-block;
	position: relative;
}
#articleInfo4 .info .rightBox article.who2 p{
	
width: calc(100% - 125px);
	
font-size: 17px;
	}


/************ = ???????|aa???aa???嚙賜��?|a????嚙賜旨 = ************/
/* +width:1280 ????aa???aa???
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 150px;
		height: 170px;
	}
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
}


/* +width:768 ????aa???aa???
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo4 .info .leftBox {

		width: 100%;
	}
	#articleInfo4 .info .rightBox {
		width: 100%;
	}
	#articleInfo4 .slashBox {
		top: 470px;
	}
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 250px;
		height: 270px;
	}
	#articleInfo4 .slashBox:before {
		height: 250px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 60%;
	}
}


/* +width:640 ????aa???aa???
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
	#articleInfo4 .slashBox:after {
		height: 170px;
	}
	#articleInfo4 .info .rightBox article b1{
		font-size:16px;
	}
	#articleInfo4 .info .rightBox article.who2 p{
		font-size:16px;
	}
	#articleInfo4 .info .rightBox article p:before{
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: 1px;
    background: #e0e0e09e;
    left: -30px;
    bottom: -5px;
}
    #articleInfo4 .info .rightBox article p{
    margin: 6px 0;
}
}


/* +width:480 ????aa???aa???
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo4 .slashBox {
		display: none;
	}
	#articleInfo4 .info .leftBox article {
		margin-left: 0;
	}
}


/* +width:450 ????aa???aa???
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo4 .title {
		position: relative;
		height: auto;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	#articleInfo4 .info ,
	#articleInfo4 .info .leftBox .photoBox {
		margin-left: 0;
	}
	#articleInfo4 .info .leftBox .sTitle {
		margin: 20px 0 10px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 40%;
	}
}

@media screen and (max-width: 480px) {
	#PC{
		display:none;
	}
}
@media screen and (min-width: 480px) {
	#CELL{
		display:none;
	}
}