@charset "utf-8";

/**-----------------------------------------------
	global
-----------------------------------------------**/
div#wrapper {
	position: relative;
	background: url(../images/maternity/bg_pc.jpg) repeat;
	background-size: 400px 400px;
	-webkit-background-size: 400px 400px;
	-moz-background-size: 400px 400px;
}

div#container {
	position: relative;
	padding: 0 0 0 0;
}

div#container ul#mSNav {
	display: block;
	position: fixed;
	top: 5%;
	right: 80px;
	z-index: 10;
	margin: 0 0 0 0;
	opacity: 0;

	-webkit-transform: translate(20px, 0);
	-moz-transform: translate(20px, 0);
	-o-transform: translate(20px, 0);
	transform: translate(20px, 0);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
	div#container ul#mSNav {
		display: none;
	}
}

div#container ul#mSNav.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

div#container ul#mSNav li {
	height: 33px;
	margin: 0 0 3px 0;
	position: relative;
}

div#container ul#mSNav li a {
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/maternity/snav_on.png) no-repeat right top;
	background-size: 33px 33px;
	-webkit-background-size: 33px 33px;
	-moz-background-size: 33px 33px;
	padding: 0 0 0 0;
}

div#container ul#mSNav li a:hover,
div#container ul#mSNav li.active a {
	background: url(../images/maternity/snav_off.png) no-repeat right top;
	background-size: 33px 33px;
	-webkit-background-size: 33px 33px;
	-moz-background-size: 33px 33px;
}

div#container ul#mSNav li img {
	width: 271px;
	height: auto;
	display: none;
	margin: 0 0 0 0;
	position: absolute;
	top: -3px;
	right: 36px;
}

div#container ul#mSNav li:hover img {
	display: block;
}

#mCover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 57px;
	background: url(../images/maternity/bg_inner_pc.png) repeat-x;
	background-size: 960px 57px;
	-webkit-background-size: 960px 57px;
	-moz-background-size: 960px 57px;
}

#maternityContainer {
	width: 980px;
	margin: 0 auto 65px auto;
	padding: 80px 0 85px 0;
	background: #FFFBF4;
}

#maternityContainer h1 {
	text-align: center;
}

#maternityContainer h1 img {
	width: 580px;
	height: auto;
}

#maternityContainer h2 {
	text-align: center;
	padding: 28px 0 0 0;
}

#maternityContainer h2 img {
	width: 328px;
	height: auto;
}

#maternityContainer h3 {
	text-align: center;
	color: #EF7679;
	font-size: 32px;
	font-weight: 500;
	padding: 40px 0 0 0;
}

#maternityContainer h4 {
	text-align: center;
	color: #595757;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.8;
	padding: 50px 0 0 0;
}

#maternityContainer ul#mNavPC {
	padding: 50px 0;
	text-align: center;
	display: block;
}

#maternityContainer ul#mNavSP {
	display: none;
}

#maternityContainer ul#mNavPC br {
	display: inline;
}

#maternityContainer ul#mNavPC li {
	display: inline;
	margin: 0 10px 0 0;
}

#maternityContainer ul#mNavPC li img {
	width: 160px;
	height: 157px;
	margin: 0 0 10px 0;
}

#maternityContainer article {
	width: 771px;
	margin: 0 auto 60px auto;
	padding: 65px 0 20px 0;
	background: #fff;
	border-radius: 20px;
}

#maternityContainer article h2 {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0;
	color: #595757;
}

#maternityContainer article h2 span {
	padding: 0 17px 2px 17px;
	background: url(../images/maternity/line_ttl.png) repeat-x left bottom;
	background-size: 482px 7px;
	-webkit-background-size: 482px 7px;
	-moz-background-size: 482px 7px;
}

#maternityContainer article p {
	padding: 0 88px;
	margin: 0 0 35px 0;
	font-size: 15px;
	line-height: 1.8;
	color: #595757;
}

#maternityContainer article figure {
	text-align: center;
	margin: 0 0 35px 0;
}

#maternityContainer article figure img {
	width: 482px;
	height: auto;
}

#maternityContainer dl {
	width: 600px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.8;
	color: #595757;
}

#maternityContainer dl dt {
	margin: 0 0 3px 0;
}

#maternityContainer dl dd ul li {
	width: 300px;
	float: left;
	white-space: nowrap;
	margin: 0 0 3px 0;
}

#maternityContainer dl dd ul li a {
	text-decoration: underline;
}

#maternityContainer p#btnAppB {
	text-align: center;
	padding: 35px 0 0 0;
}

#maternityContainer p#btnAppB img {
	width: 596px;
	height: auto;
}


p#mPageTop {
	position: fixed;
	right: 60px;
	bottom: 60px;
	cursor: pointer;
	width: 71px;
	height: 69px;
	overflow: hidden;

	opacity: 0;

	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	transform: translate(0, 20px);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

p#mPageTop.fix {
	position: fixed;
}

p#mPageTop.active {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

p#mPageTop a {
	display: block;
	width: 71px;
	height: 69px;
	overflow: hidden;
	position: relative;
}

p#mPageTop a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 71px;
	height: 69px;
}