@charset "utf-8";

@media screen and (max-width: 750px) {

	/* ------------------------------------------------
　global
------------------------------------------------ */

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

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

	div#container ul#mSNav {
		display: none;
	}

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

	#maternityContainer {
		width: 90%;
		margin: 0 auto 50px auto;
		padding: 80px 0 85px 0;
		background: #FFFBF4;
	}

	#maternityContainer h1 {
		text-align: center;
	}

	#maternityContainer h1 img {
		width: 86%;
		height: auto;
	}

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

	#maternityContainer h2 img {
		width: 55%;
		height: auto;
	}

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

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

	#maternityContainer ul#mNavPC {
		display: none;
	}

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

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

	#maternityContainer ul#mNavSP li {
		display: inline;
		margin: 0 2vw 0 0;
	}

	#maternityContainer ul#mNavSP li img {
		width: 25vw;
		height: auto;
		margin: 0 0 5vw 0;
	}

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

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

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

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

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

	#maternityContainer article figure img {
		width: 70%;
		height: auto;
	}

	#maternityContainer dl {
		width: 88%;
		margin: 0 auto;
		font-size: 3vw;
		line-height: 1.8;
		color: #595757;
	}

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

	#maternityContainer dl dd ul li {
		width: 100%;
		float: left;
		white-space: nowrap;
		margin: 0 0 15px 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: 88%;
		height: auto;
	}


	p#mPageTop {
		position: fixed;
		right: 35px;
		bottom: 50px;
		z-index: 500;
		cursor: pointer;
		width: auto;
		height: auto;
		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: absolute;
		bottom: -35px;

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

	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: auto;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	p#mPageTop a img {
		position: static;
		left: 0;
		top: 0;
		width: 17vw;
		height: auto;
	}
}