.content{
	border-top: 10px solid #f6bec8;	
}
.page-title{
	color: #f6bec8;
}
.header-image .cap-img{
	color: #000000;
	background-color: rgba(255,255,255,0.7);
	padding: 5px;
	display: inline-block;
	right: 0px;
	bottom: 0px;
}
.story-inr p{
	font-size: 1.6rem;
	line-height: 3.2rem;
	position: relative;
}

.img-center{
	text-align: center;
}
.img-center img{
	max-width: 800px;
	width: 80%;
}
.story-inr span.cap-img{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.mt40{
	margin-top: 40px;	
}
.story-inr >div {position: relative;	}

.sec1 .txt{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.story-inr .sec2 span.cap-img{
	right: auto;
	left: 0px;
}
.sec2 .img{
	width: 45%;
}
.sec2 div{
	width: 54%;
}
.sec3 .img {
	overflow: hidden;
	padding-top: 60px;
}
.sec3 .img img{
	width: 60%;
	float: right;
}
.sec3 .txt{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.sec4 .txt{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
		width: 100%;
}
.sec4 .txt p{
	text-align: center;
}
.sec4 .img{
	padding-top: 60px;
}
/* ===============================================================================
media query
=============================================================================== */
@media screen and (max-width:1020px) {
	.story-inr p{
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 2.8rem;
	text-align: center;
}
		.sec1 .txt{
	position: static;		
	}
	.sec2{
		
	}
	.sec2 .img{
	width: 100%;
}
.sec2 div{
	width: 100%;
}
	.sec3 .img {
	padding-top: 0px;
}
.sec3 .img img{
	width: 100%;
	clear: both;
}
.sec3 .txt{
	position: static;
}
	.sec4 .txt{
	position: static;
}

.sec4 .img{
	padding-top: 20px;
}
		.story-inr span.cap-img{
	position: static;		
	}
}
@media screen and (max-width:768px) {
.story-inr p{
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 2.8rem;
	text-align: left;
}
	.story-inr p br{
	display: none;
}
.sec4 .txt p{
	text-align: left;
}
	.story-inr span.cap-img{
	position: static;		
	}
	.inr.last{
	padding-top: 40px;		
	}
}