/*180117追加ここから*/
.animation.Ca {
    height: 334px;
}
/*180117追加ここまで*/

.startImageCa {
    width: 90%;
    margin: 0 auto;
}

.replayCa {
    padding-top: 15px;
}

.frameCa {
    position: relative;
    width: 240px;
    margin: 0 auto;
}

.textCa {
	display: none;
//    width: 590px;
    margin: 30px 0;
    text-align: center;
}

.stepCa {
    position: relative;
    height: 30px;
    margin: 0 auto;
}

.stageCa {
	display: none;
    z-index: 2;
    position: relative;
    width: 240px;
    height: 160px;
}

.arrowCa {
	display: none;
    position: absolute;
    top: 73px;
    left: 30px;
}
.arrowLotateCa {
	display: none;
    position: absolute;
    top: -5px;
    left: 37px;
}

.targetCa {
	display: none;
    z-index: 1;
    position: absolute;
    top: 14px;
    left: 30px;
}


@media screen and (max-width: 785px) {

    .animation.Ca {
    	height: auto;		/*180117追加　180818 0→auto へ変更*/
        min-height: 265px;
        padding: 10px 0;
    }
    .startImageCa {
        padding: 10px 0 30px;
    }
    .textCa {
        width: 100%;
        margin: 0 0 30px;
    }
	.replayCa {				/*180118追加*/
		padding-top: 0;
	}
	.textCa {				/*180119追加*/
		margin-top: 10px;
	}
}