/* !reserve
---------------------------------------------------------- */
.top-head .inner {
	background-color: rgba(255,255,255,0.20) !important;
}


@keyframes topTitleAnimate1 {
  0% { 
	  opacity: 0;
		width: 0%;
	}
  100% {
	  opacity: 1;
	  width: 100%;
	}
}
@keyframes topTitleTextAnimate1 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 20px;
	}
}

@keyframes topTitleTextAnimate2 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 60px;
	}
}

@keyframes topTitleTextAnimate3 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 100px;
	}
}

@keyframes topTitleTextAnimate4 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 140px;
	}
}

@keyframes topTitleTextAnimate5 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 180px;
	}
}

@keyframes topTitleTextAnimate6 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 220px;
	}
}

@keyframes topTitleTextAnimate7 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 260px;
	}
}

@keyframes topTitleTextAnimate8 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 300px;
	}
}

@keyframes topTitleTextAnimate9 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 340px;
	}
}

@keyframes topTitleTextAnimate10 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 380px;
	}
}


@keyframes topTitleTextAnimate1sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 10px;
	}
}

@keyframes topTitleTextAnimate2sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 40px;
	}
}

@keyframes topTitleTextAnimate3sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 70px;
	}
}

@keyframes topTitleTextAnimate4sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 100px;
	}
}

@keyframes topTitleTextAnimate5sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 130px;
	}
}

@keyframes topTitleTextAnimate6sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 160px;
	}
}

@keyframes topTitleTextAnimate7sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 190px;
	}
}

@keyframes topTitleTextAnimate8sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 220px;
	}
}

@keyframes topTitleTextAnimate9sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 250px;
	}
}

@keyframes topTitleTextAnimate10sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 280px;
	}
}


@keyframes topBackAnimate1 {
  0% { 
	  opacity: 0;
		width: 0%;
	}
  100% {
	  opacity: 1;
	  width: 50%;
	}
}
@keyframes topTextAnimate1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@keyframes topImgAnimate1 {
  0% { 
	  width: 100%;
	  right: 0%;
	}
  100% { 
	  width: 0%;
	  right: 100%;
	}
}

@keyframes topProfileAnimate1 {
  0% { 
	  opacity: 0;
	  margin-top: 40px;
	}
  100% {
	  opacity: 1;
	  margin-top: 80px;
	}
}
@keyframes topProfileAnimate1Tb {
  0% { 
	  opacity: 0;
	  margin-top: 0px;
	}
  100% {
	  opacity: 1;
	  margin-top: 24px;
	}
}
@keyframes topProfileAnimate1sp {
  0% { 
	  opacity: 0;
	  margin-top: 0px;
	}
  100% {
	  opacity: 1;
	  margin-top: 56px;
	}
}

#interview {
	/*border-bottom: 1px solid #555555;*/
	padding-bottom: 0px;
	
}

#interview .topImg {
	width: 100%;
    zoom: 1; /* float解除 for IE6/7  */
}
#interview .topImg::after, #interview .topImg::before {
    content: "";
    clear: both;
    display: block;
}


#interview .topImg div.topTitle {
	width: 0%;
	padding: 16px 8px;
	/*background-color: #f2f2f2;*/
	/*animation: topTitleAnimate1 1s ease 0s forwards;*/
}

#interview .topImg div.topTitle p.topTitleText {
	font-size: 2.2em;
	font-weight: 400;
	height: 32px;
	position: relative;
}

#interview .topImg div.topTitle p.topTitleText span {
	position: absolute;
	top: 8px;
	left: 0px;
	opacity: 0;
}

#interview .topImg div.topTitle p.topTitleText span:nth-child(1) {
	animation: topTitleTextAnimate1 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(2) {
	animation: topTitleTextAnimate2 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(3) {
	animation: topTitleTextAnimate3 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(4) {
	animation: topTitleTextAnimate4 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(5) {
	animation: topTitleTextAnimate5 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(6) {
	animation: topTitleTextAnimate6 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(7) {
	animation: topTitleTextAnimate7 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(8) {
	animation: topTitleTextAnimate8 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(9) {
	animation: topTitleTextAnimate9 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(10) {
	animation: topTitleTextAnimate10 1.0s ease-out 0s forwards;
}


#interview .topImg .topImgBox {
	width: 100%;
	/*display: flex;
    flex-wrap:wrap;*/
}

#interview .topImg div.interviewTopImg {
	width: 52%;
	float: left;
	position: relative;
}
#interview .topImg div.interviewTopImg::after {
	position: absolute;
	display: block;
	content: '';
	background-color: #ffffff;
	z-index: 10;
	top: 0px;
	height: 100%;
	animation: topImgAnimate1 1.0s ease-out 0s forwards;	
}

#interview .topImg div.interviewTopImg img {
	width: 100%;
	height: auto;
}

#interview .topImg div.interviewTopImgText {
	position: relative;
	width: 46%;
	float: right;
	/*animation: topBackAnimate1 1s ease 0s forwards;*/
}




#interview .topImg p.interviewTopImgText1, #interview .topImg p.interviewTopImgText2, #interview .topImg p.interviewTopImgText3 {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 2.8em;	
	letter-spacing: 2px;
	text-align: center;
	opacity: 0;
}
#interview .topImg p.interviewTopImgText1 {
	animation: topTextAnimate1 1s ease 0.8s forwards;
}
#interview .topImg p.interviewTopImgText2 {
	animation: topTextAnimate1 1s ease 1.1s forwards;
}
#interview .topImg p.interviewTopImgText3 {
	animation: topTextAnimate1 1s ease 1.4s forwards;
}


#interview .topImg p.interviewTopProfile {
	display: block;
	width: 100%;
	margin-bottom: 64px;
	font-size: 1.0em;
	line-height: 2.6em;	
	text-align: center;
	animation: topProfileAnimate1 1s ease 0s forwards;
}



#interview .topImg p.interviewTopProfile span {
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1.2em;
	line-height: 1.6em;	
	border-bottom: 1px solid #333333;
}





#interview .interviewVideo {
    width: 80%;	
	/*height: 80vh;*/
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#interview .interviewVideo video {
	width: 100%;
	height: auto;
	border: 1px solid #D3D3D3;
}


ul.members {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


ul.members li {
	width: calc(33% - 16px);
	margin-bottom: 48px;
}

ul.members li a {
	display: block;
	padding: 0px;
}

ul.members li a .imgBox {
	width: 100%;
	position: relative;
}
ul.members li a .imgBox img {
	width: 100%;
	height: auto;
}
ul.members li a .imgBox .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

ul.members li a .imgBox .icon {
	width: 15%;
	margin-left: 80%;
	margin-top: 3%;
}
ul.members li a .imgBox .icon img {
	width: 100%;
	height: auto;
}


ul.members li a .nameBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2% 4%;
	background-color: rgba(27,27,27,0.80);
	color: #ffffff;	
}


ul.members li a .nameBox::after {
	content: '';
	display: inline-block;
	width: 21px;
	height: 14px;
	position: absolute;
	top: 38px;
	right: 16px;
	background-image: url('../../item/img-02/vec-w.png');
	background-repeat: no-repeat;
	background-size: contain;
}
ul.members li a .nameBox span.memberText1 {
	display: block;
	font-size: 1.0em;
	margin-bottom: 8px;	
}
ul.members li a .nameBox span.memberText2 {
	font-size: 1.3em;
	margin-bottom: 4px;
	font-weight: 500;
}


ul.members li a .copy {
	padding: 2%;
}
ul.members li a .copy p {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;	
	letter-spacing: 1px;
}


.p-inner_box {
	display: table;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	transition: 1s;	
	opacity: 0;
	margin-top: 200px;
    zoom: 1; /* float解除 for IE6/7  */
}
.p-inner_box::after, .p-inner_box::before {
    content: "";
    clear: both;
    display: block;
}
.p-inner_box.animated {
	opacity: 1;
	margin-top: 0px;	
}

.p-inner_box .h3Box {
	/*float: left;*/
	padding-right: 16px;
	margin-bottom: 0px;
}

.p-inner_box .h3Box h3 {
	display: block;
	position: relative;
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 16px;
} 
.p-inner_box .h3Box h3::after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	height: 100%;
	transition:1s;
	transition-delay: 0.5s;
	background-color: rgba(255,255,255,1.00);
}
.p-inner_box .h3Box h3.animated::after {
	width: 0%;
	left: 100%;
}

.p-inner_box .interviewImg {
	width: 50%;
	padding-top: 8px;
	float: left;	
}
.p-inner_box .interviewImg img {
	width: 100%;
	height: auto;
}

.p-inner_box p.text {
	/*float: right;*/
	width: 48%;	
	float: right;
	padding-left: 16px;
	font-family: 'UD新ゴNT R';
	font-size: 0.94em;
	line-height: 2.4em;
	vertical-align: middle;
	color: #333333;
	letter-spacing: 1px;
	padding-top: 5%;
}


.p-inner_box .historyBox, .p-inner_box .dayBox {
	width: 46%;
	display: table-cell;
}

.p-inner_box .historyBox {
	padding-right: 32px;
}
.p-inner_box .dayBox {
	padding-left: 32px;
}
.p-inner_box .historyBox h3, .p-inner_box .dayBox h3 {
	font-size: 1.1em;
	margin-bottom: 16px;
}

.p-inner_box .historyBox ul {
	width: 100%;
}
.p-inner_box .historyBox ul li {
	width: 100%;
	margin-bottom: 16px;
}
.p-inner_box .historyBox ul li span {
	font-weight: bold;
	line-height: 1.8em;
}
.p-inner_box .historyBox ul li span::before {
	content: '● ';
}

.p-inner_box .dayBox dl {
	display: table;
	width: 100%;
	font-weight: normal;
	line-height: 18px;
	font-size: 1.2rem;
	font-family: 'UD新ゴNT R', sans-serif;
	transform: rotate(0.03deg);
}

/*.p-inner_box .dayBox dl::after, .p-inner_box .dayBox dl::before {
    content: "";
    clear: both;
    display: block;
}*/

.p-inner_box .dayBox dl dt, .p-inner_box .dayBox dl dd {
	display: table-cell;
}
.p-inner_box .dayBox dl dt {
	width: 10%;
}

.p-inner_box .dayBox dl dd {
	background-image: url("../img/interview/interviewDayLine.png");
	background-position: left top;
	background-size: 3%;
	background-repeat: no-repeat;
	padding-bottom: 24px;
	padding-left: 40px;
}
.p-inner_box .dayBox dl:last-of-type dd {
	background-image: url("../img/interview/interviewDayLineEnd2.png?v24");
	
}


.recruitBox.bgGray {
	max-width: none;
	background-color: #f6f6f6;
	margin-bottom: 0px;
}

.turningpointWarp {
	width: 100%;
}
.turningpointWarp h3 {
	
}
.turningpointBox, .turningpointBoxLeft, .turningpointBoxRight, .turningpointLastBox {
	opacity: 0;
	transition: 1s;
}
.turningpointBox {
	position: relative;
	margin-top: 200px;
	background-image: url("../img/interview/turningpointLine.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.turningpointLastBox {
	border-top: 1px solid #555555;
	margin-top: 120px;
	padding-bottom: 56px;
	
}

.turningpointLastBox.animated {
	opacity: 1;
	margin-top: 40px;	
}




.turningpointBox .year {
	font-size: 1.3em;
	padding-top: 16px;
}
.turningpointBox .year.right {
	margin-left: 54%;
}
.turningpointBox .year.left {
	margin-left: 40%;
}



.turningpointBoxLeft {
	width: 44%;
	position: absolute;
	left: -40px;
}
.turningpointBoxRight {
	width: 44%;
	position: absolute;
	right: -40px;
}


.turningpointBox.animated {
	opacity: 1;
	margin-top: 0px;	
}
.turningpointBoxLeft.animated {
	position: absolute;
	opacity: 1;
	left: 6%;	
}
.turningpointBoxRight.animated {
	position: absolute;
	opacity: 1;
	right: 0px;	
}


.turningpointBox:nth-of-type(1) {
	height: 640px;
}
.turningpointBox:nth-of-type(2) {
	height: 640px;
}
.turningpointBox:nth-of-type(3) {
	height: 640px;
}
.turningpointBox:nth-of-type(4) {
	height: 640px;
}
.turningpointBox:nth-of-type(5) {
	height: 640px;
}
.turningpointBox:nth-of-type(6) {
	height: 640px;
}
.turningpointBox:nth-of-type(7) {
	height: 640px;
}



.turningpointBox .turningpointDetail {
	width: 78%;
	padding: 4%;
	margin-left: 16px;
	margin-right: 16px;
	background-color: #ffffff;
}

.turningpointBox .turningpointDetail h4 {
	font-size: 1.4rem;
	margin-bottom: 8px;
}
.turningpointBox .turningpointDetail h5 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}
.turningpointBox .turningpointDetail p {
	font-size: 1.2rem;
	line-height: 1.8em;
}
.turningpointBox .turningpointDetail img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}





.turningpointLastBox .turningpointDetail {
	width: 78%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

.turningpointLastBox .turningpointDetail::after, .turningpointLastBox .turningpointDetail::before {
    content: "";
    clear: both;
    display: block;
}
.turningpointLastBox .turningpointDetail .img {
	width: 36%;
	padding: 0% 16px;
	float: left;
}
.turningpointLastBox .turningpointDetail .text {
	width: 60%;
	padding: 0% 16px;
	float: right;
}
.turningpointLastBox .turningpointDetail .text h4 {
	font-size: 1.5rem;
	margin-bottom: 16px;
}
.turningpointLastBox .turningpointDetail .text p {
	font-size: 1.2rem;
	line-height: 1.8em;
}


#interview2.recruitBox {
	padding-top: 0px;
}







ul.members {
	border-top: 1px solid #555555;
	padding-top: 56px;
	padding-left: 16px;
	padding-right: 16px;
}

#career.recruitBox {
	margin-bottom: 0px;
}

#career ul.members {
	border-top: none;
}
.bgGray {
	width: 100%;
	background-color: #f6f6f6;
	margin-bottom: 0px;
}


@media all and (min-width: 1344px) {
	
}
@media all and (max-width: 1087px) {

	
#interview .topImg p.interviewTopProfile {
  animation: topProfileAnimate1Tb 1s ease 0s forwards;
	margin-bottom: 32px;
	font-size: 0.8em;
}	
	
#interview .topImg p.interviewTopProfile span {
	font-size: 1.1em;
}
#interview .topImg p.interviewTopImgText1, #interview .topImg p.interviewTopImgText2, #interview .topImg p.interviewTopImgText3 {
  font-size: 1.1em;
  letter-spacing: 0px;
}	
	
	
	
	
	
ul.members li a p span.memberText1 {
  font-size: 1.0em;
}	
ul.members li a p span.memberText2 {
  font-size: 1.2em;
}	
	
.p-inner_box p.text {
	/*float: right;*/
	width: 48%;	
	float: right;
	padding-left: 16px;
	font-family: 'UD新ゴNT R';
	font-size: 0.9em;
	line-height: 1.7em;
	vertical-align: middle;
	color: #333333;
	letter-spacing: 1px;
	padding-top: 1%;
}	

ul.members li a .copy p br.spRev {
	display: none;	
}	
.turningpointBox .year.left {
	margin-left: 36%;
}	
	
.p-inner_box .dayBox dl dt {
	width: 16%;
}	
	
.p-inner_box .dayBox dl dd {
	background-image: url("../img/interview/interviewDayLine.png?v24.1");
	background-position: left top;
	background-size: 4%;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 1.1rem;
}	
	
	
	
} /* @media all and (max-width: 1087px) {  */


@media all and (max-width: 805px) {

		
	#top ul.topMenu li {
		width: calc(100% - 8px);
	}	
ul.members li a .copy p br.spRev {
	display: none;	
}	
	
}/*  @media all and (max-width: 805px) {  */


@media all and (max-width: 735px) {
	

	
#interview .topImg div.topTitle p.topTitleText {
	font-size: 1.4em;
	height: 24px;
}
#interview .topImg div.topTitle {
	padding-left: 0px;
}
#interview .topImg div.topTitle p.topTitleText span {
	top: 8px;
}
	
#interview .topImg div.topTitle p.topTitleText span:nth-child(1) {
	animation: topTitleTextAnimate1sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(2) {
	animation: topTitleTextAnimate2sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(3) {
	animation: topTitleTextAnimate3sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(4) {
	animation: topTitleTextAnimate4sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(5) {
	animation: topTitleTextAnimate5sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(6) {
	animation: topTitleTextAnimate6sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(7) {
	animation: topTitleTextAnimate7sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(8) {
	animation: topTitleTextAnimate8sp 1.0s ease-out 0s forwards;
}	
#interview .topImg div.topTitle p.topTitleText span:nth-child(9) {
	animation: topTitleTextAnimate9sp 1.0s ease-out 0s forwards;
}
#interview .topImg div.topTitle p.topTitleText span:nth-child(10) {
	animation: topTitleTextAnimate10sp 1.0s ease-out 0s forwards;
}
	
#interview .topImg div.interviewTopImg {
	width: 100%;
	float: none;
}	
	
#interview .topImg div.interviewTopImgText {
	width: 100%;
	float: none;
	/*animation: topBackAnimate1 1s ease 0s forwards;*/
}
	
	
#interview .topImg p.interviewTopProfile {
	display: block;
	width: 100%;
	margin-bottom: 32px;
	animation: topProfileAnimate1sp 1s ease 0s forwards;
}
	
#interview .topImg p.interviewTopImgText1, #interview .topImg p.interviewTopImgText2, #interview .topImg p.interviewTopImgText3 {
	font-size: 1.24em;
	line-height: 2.0em;	
	letter-spacing: 0px;
}	
	
.p-inner_box {
	display: block;
	width: 100%;
}

	
#interview .interviewVideo {
    width: 100%;	
}	
	
	
.p-inner_box .h3Box {
	display: block;
	/*float: left;*/
	width: 100%;
	padding-right: 0px;
	margin-bottom: 40px;
}

.p-inner_box .h3Box h3 {
	font-size: 1.2em;
	text-align: left;	
} 
	
ul.members li {
	width: 100%;
	transition: 1s;	
	opacity: 0;
	margin-top: 100px;
}	

	
ul.members li.animated {
	opacity: 1;
	margin-top: 0px;	
}	
		
	#top ul.topMenu li {
		width: calc(100% - 8px);
	}
	
	
.p-inner_box .interviewImg {
	width: 100%;
	padding-top: 0px;
	float: none;	
	margin-bottom: 32px;
}


.p-inner_box p.text {
	/*float: right;*/
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 0px;
}
	
.p-inner_box .historyBox, .p-inner_box .dayBox {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}	
.p-inner_box .historyBox {
	padding-right: 0px;
}
.p-inner_box .dayBox {
	padding-left: 0px;
}

.p-inner_box .dayBox dl dd {
	background-image: url("../img/interview/interviewDayLine.png");
	background-position: left top;
	background-size: 5%;
	background-repeat: no-repeat;
	padding-bottom: 24px;
	padding-left: 40px;
}
	
.p-inner_box .dayBox dl dt {
	width: 20%;
}	
	
.turningpointBox {
	position: relative;
	width: 100%;
	margin-top: 40px;
	background-image: url("../img/interview/turningpointIcon.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 12%;
}	
.turningpointBox .year {
	padding-top: 8px;
}	
.turningpointBox .year.right, .turningpointBox .year.left {
	margin-left: 16%;
	margin-bottom: 56px;
}
.turningpointBoxLeft, .turningpointBoxRight {
	width: 96%;
}
.turningpointBoxLeft {
	position: relative;
	left: 0%;
	margin-top: 20%;
}
.turningpointBoxRight {
	position: relative;
	right: 0px;
	margin-top: 20%;
}
	
	
.turningpointBoxLeft.animated {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	left: 0%;
	right: 0%;
}
.turningpointBoxRight.animated {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0%;
	left: 0%;
	right: 0%;
}	
.turningpointBox .turningpointDetail {
	width: 92%;
	padding: 4%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}	
	
.turningpointLastBox .turningpointDetail {
	width: 94%;	
}
.turningpointLastBox .turningpointDetail .img {
	width: 100%;
	padding: 0px 0px;
	float: none;
	margin-bottom: 16px;
}
.turningpointLastBox .turningpointDetail .text {
	width: 100%;
	padding: 0px 0px;
	float: none;
}	
	
	
	
	
	
}/* @media all and (max-width: 735px) {  */







