@import url(../../common/css/common_sp.css) screen and (max-width: 640px);
@import url(../../common/css/common_pc.css) screen and (min-width: 641px);

@media all and (max-width: 640px) {
	img[src*="image2_3.png"] {
		display: none;
	}
}

@media all and (min-width: 641px) {
	.s1-2 .body > div {
		position: relative;
	}
	img[src*="image1_1.png"] {
		position: absolute;
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
	}
}