.animation.Al3 {
    height: 240px;	/*180117 270px→240px に変更*/
}

.startImageAl3 {
    padding-left: 30px;		/*180119 20→30 に変更*/
    padding-bottom: 20px;
}

.frameAl3 {
    display: none;
    position: relative;
	float:left;		/*180117追加*/
    top: 10px;		/*180117追加*/
    left: 10px;		/*180117追加*/
    width: 240px;
    height: 160px;
    margin: 10px 50px 0 30px;		/*180117 10px auto→10px 50px 0 30px に変更*/
    background-image: url("../iv-s301m_311m/images/svg/alignment-frame.svg");
    background-repeat: no-repeat;
}
.textAl3 {
    width: auto;		/*180117 270px→auto に変更*/
    /*margin: 0 auto;*/	/*180117コメントアウト*/
}
.text1Al3, .text2Al3 {
    display: none;
	margin-top: 20px;	/*180117追加*/
}
img.text1Al3 {
    width: 240px;
    height: 80px;
}
img.text2Al3 {
    width: 190px;
    height: 90px;
}

.stageTextAl3 {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}
img.stageTextAl3 {
    width: 80px;
    height: 20px;
}

.dottedLineAl3 {
    position: absolute;
    top: -10px;
    left: -10px;
}
img.dottedLineAl3 {
    max-width: none;
    width: 260px;
    height: 180px;
}

.targetBlackAl3 {
    z-index: 2;
    position: absolute;
    top: 65px;
    left: 105px;
}
img.targetBlackAl3 {
    width: 30px;
    height: 30px;
}

.markAl3 {
	display: none;
    z-index: 2;
    position: absolute;
    top: 63px;
    left: 103px;
}
.targetAl3 {
	display: none;
    z-index: 4;
    position: absolute;
    top: 63px;
    left: 103px;
}
.arrowAl3 {
	display: none;
    z-index: 3;
    position: absolute;
    top: 89px;
    left: 72px;
    transform: rotate(95deg);
}
img.markAl3, img.targetAl3, img.arrowAl3 {
    width: 34px;
    height: 34px;
}

@media screen and (max-width: 785px) {
    .animation.Al3 {
    	height: auto;		/*180119　270px→auto へ変更*/
        min-height: 270px;	/*180119追加*/
    }
    .startImageAl3 {
        padding: 30px 0 30px;	/*180119 10px 0 30px→30px 0 30px に変更*/
    }
    .startImageAl3 img {
        width: 90%;
    }
    .frameAl3 {
        float: none;
        left: 0;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .textAl3 {
		width: 270px;		/*180117追加*/
		margin: 0 auto;		/*180117追加*/
        padding-left: 50px;
    }
	.text1Al3, .text2Al3 {
	margin-top: 0;	/*180117追加*/
	}
	.replayAl3 {			/*180118追加*/
		margin-top:20px;	/*180119 10→20 へ変更*/
	}
}