@charset "utf-8";
.story-inner-right .story-content {}
@media all and (max-width: 576px) {
	.story-inner-right .story-content {
		padding: 115% 20px 60px;
	}
}
.story-inner-right .story-content-img02 {
	width: 43%;
	margin-left: 5.3%;
}
@media all and (max-width: 576px) {
	.story-inner-right .story-content-img02 {
		top: 70vw;
		right: 46vw;
		margin-left: 0;
	}
}
.story-inner-right .story-content-img03 {
	position: absolute;
	width: 43%;
	bottom: -10%;
	left: 52%;
}
@media all and (max-width: 576px) {
	.story-inner-right .story-content-img03 {
		bottom: initial;
		left: initial;
		top: 70vw;
		right: 0;
	}
}
.story-inner-left .story-content-img04 {}
@media all and (max-width: 576px) {
	.story-inner-left .story-content-img04 {
		width: 66.6%;
		margin-bottom: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
}
.caption {
	font-size: 1.3rem;
	margin-top: 5px;
}
@media all and (max-width: 576px) {
	.caption {
		font-size: 1.1rem;
		margin-top: 0;
	}
}