@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);
@import url(base_sp.css);




/*------#mv---------*/
#mv_title{
	
	background:url(../images/english-mom/mv_title.jpg)no-repeat top;
	background-size: auto;
	height:30vh;
	position:relative;
	padding:0;
}
#mv_title h2{
	display: block;
	position: absolute;
	top: calc(50% - 2vh);
	left: 0;
	right: 0;
	margin: auto;
	color:#fff;
}
.english-mom #result h4{
	font-size:1.5em;
	border-bottom:1px solid #f17e6c;
	padding-bottom:10px;
	margin-bottom:20px;
	font-weight:normal;
	
}

/*800以下*/
@media screen and (max-width:800px){
#mv_title{
	height:auto;
	padding:20px 0;
	background: -moz-linear-gradient(left, #f79575, #ea595b);
	background: -webkit-gradient(linear, left top, right top, from(#f79575), to(#ea595b));

}
#mv_title h2{
	position: relative;
	top:0;
}	
.postnatal #result h4{
	font-size:1.2em;
	padding-bottom:5px;
	margin-bottom:5px;
}
}