@charset "UTF-8";
/* CSS Document */



.sampleBox img {
    position: absolute;
    right: 20px;
    bottom: 20px;
	z-index: 8;
	width: 400px;
	height: auto;
	border: solid 4px #fff000;
}




/*スマホ画面*/
@media (max-width: 1019px) {
		
	#VISUAL .cont .pc{
	display: none;
	}
	.sampleBox {
   
	}
	.sampleBox img {
    position: fixed;
	z-index: 8;
	width: 90%;
	height: auto;
	}
}
