@charset "utf-8";
/* CSS Document */

.story-content .story-text {
	vertical-align: bottom;
}

.story-content.img-right {
	margin-bottom: 70px;
}
.story-content.img-right .story-text {
	width: 420px;
	margin: 0 40px 0 130px;
}

.story-content.img-center-left {
	margin-bottom: 60px;
	text-align: center;
}
.story-content.img-center-left .story-img-center {
	margin: 0 auto 70px;
	width: 424px;
}
.story-content.img-center-left .story-img {
	vertical-align: middle;
	width: 423px;
}
.story-content.img-center-left .story-text {
	margin-left: 65px;
	text-align: left;
	vertical-align: middle;
}

.story-content.img-left {
	margin-bottom: 60px;
}
.story-content.img-left .story-img {
	margin-left: 145px;
}
.story-content.img-left .story-text {
	width: 330px;
}

.story-content.img-left.left-margin0 .story-img {
	margin-left: 0;
}
.story-content.img-left.left-margin0 .story-text {
	width: 390px;
}

.story-content.vertical-top {
	margin-bottom: 60px;
}
.story-content.vertical-top .story-text {
	width: 390px;
	vertical-align: top;
}
.story-content.vertical-top .story-img {
	width: 528px;
}

.story-content.img-center-right {
	margin-bottom: 100px;
}
.story-content.img-center-right .story-img-center {
	margin-bottom: 20px;
}
.story-content.img-center-right .story-text {
	margin: 0 50px 0 140px;
}

@media print, screen and (max-width: 768px) {
	.story-content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.story-content.img-right,
	.story-content.img-center-left,
	.story-content.img-left {
		margin-bottom: 15%;
	}
	.story-content.img-center-right {
		margin-bottom: 0;
	}
	
	.story-content .story-img {
		order: 3;
	}
	.story-content.img-right .story-img {
		order: 1;
	}
	.story-content.img-center-left .story-img-center {
		order: 2;
		margin-bottom: 5%;
		width: 100%;
	}
	.story-content.img-center-left .story-img {
		order: 3;
		width: 100%;
	}
	.story-content.img-left .story-img {
		order: 2;
		margin: 0;
	}
	.story-content.img-center-right .story-img-center {
		order: 2;
		margin-bottom: 5%;
	}
	.story-content.vertical-top .story-img {
		width: 100%;
	}
	
	.story-content.img-right .story-text,
	.story-content.img-center-left .story-text,
	.story-content.img-left .story-text,
	.story-content.img-left.left-margin0 .story-text,
	.story-content.img-center-right .story-text {
		width: 100%;
		margin: 0 0 5%;
	}
	.story-content.img-right .story-text {
		order: 2;
	}
	.story-content.img-center-left .story-text,
	.story-content.img-left .story-text {
		order: 1;
	}
}

.story-favorite .story-text {
    top: 33px;
    right: 67px;
    padding: 55px 61px 40px 75px;
}
.story-favorite .story-text p {
    width: 360px;
	margin-bottom: 25px;
}
@media print, screen and (max-width: 768px) {
	.story-favorite .story-text {
		top: 0;
		right: 0;
		padding: 2% 5%;
	}
	.story-favorite .story-text p {
		width: 100%;
		margin-bottom: 0;
	}
	.story-favorite .story-text p + img {
		margin: 5%;
		width: 90%;
	}
}

.story-product ul {
	text-align: left;
}
.story-product ul .story-product-right.no-link {
    display: inline-block;
    padding: 21px 30px 22px 10px;
    border: 2px solid #A1C3D6;
    border-radius: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 130%;
    text-decoration: none;
    text-align: left;
    width: 100%;
}
.story-product p {
	text-align: center;
}
@media print, screen and (max-width: 768px) {
	.story-product ul .story-product-right.no-link {
		display: inline-block;
		width: 44%;
		margin-top: 0;
		vertical-align: middle;
		font-size: 1.2rem;
	}
}

.story-profile .profile-text {
	width: 300px;
}

