@charset "utf-8";
/* CSS Document */

.story-indexTop-text.top {
    top: 10%;
    left: 0;
}

.story-content.img-right {
	margin-bottom: 420px;
}
.story-content.img-right .story-text {
	width: 365px;
	margin: 0px 34px 0 135px;
}
.story-img-3box {
	position: relative;
}
.story-img-3box div {
	position: absolute;
}
.story-img-3box .sotry-img-position-top {
	top: -48px;
	left: 50px;
}
.story-img-3box .sotry-img-position-right {
	top: 80px;
	right: 105px;
}
.story-img-3box .sotry-img-position-bottom {
	top: 200px;
	left: -60px;
}

@media print, screen and (max-width: 768px) {
	.story-content.img-right {
		margin-bottom: 60px;
	}
	.story-content.img-right .story-text {
		width: 100%;
		margin: 10px 0 0;
	}
	.story-img-3box .sotry-img-position-top {
		top: -5%;
		left: 10%;
		width: 50%;
	}
	.story-img-3box .sotry-img-position-right {
		top: 15%;
		right: 0;
		width: 33%;
	}
	.story-img-3box .sotry-img-position-bottom {
		position: relative;
		top: 0;
		left: 0;
		width: 55%;
		padding-top: 40%;
	}
}

@media print, screen and (max-width: 768px) {

	.story-content.img-over-right .story-img-position-right {
		top: -19%;
	}
}

.story-content .story-text.center-align-left {
    display: block;
    margin: 65px auto 0;
}
@media print, screen and (max-width: 768px) {
	.story-content .story-text.center-align-left {
		margin: 10px auto;
	}
}

.story-content.img-2-top .story-text {
	margin-left: 135px;
}
@media print, screen and (max-width: 768px) {
.story-content.img-2-top .story-text {
	margin-left: 0;
	margin-bottom: 0;
}

}