@charset "utf-8";
/*
 *================================================
 *
 * [home]
 *
 *================================================
 */
#loading {
	/*display: none;*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	z-index: 100;
}
#wrapper {
	visibility: hidden;
}
/**
 * ---------------------------------------------------
 * opening
 * ---------------------------------------------------
 */
#opening {
	position: fixed;
	left: 0;
	top: 0;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 99;
}
	#opening img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -160px 0 0 -104px;
		visibility: hidden;
	}
/**
 * ---------------------------------------------------
 * mainVisualWrapper
 * ---------------------------------------------------
 */
#mainVisualWrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	visibility: hidden;
	margin-top:100px;
}
	#mainVisualWrapper .mask {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 100;
		background: scroll url(../../../common/images/content/content/bgSlash01.png) repeat left top;
	}
	.webp #mainVisualWrapper .mask {
		background-image:url(../../../common/images/content/content/bgSlash01.webp);
	}
	
	#mainVisualWrapper #mainVisual {
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#mainVisualWrapper #mainVisual li {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-attachment: scroll;
			-webkit-background-size: cover;
			    -ms-background-size: cover;
			        background-size: cover;
		}
		/*#mainVisualWrapper #mainVisual li:nth-child(1) {}
		#mainVisualWrapper #mainVisual li:nth-child(2) {}
		#mainVisualWrapper #mainVisual li:nth-child(3) {}*/
		#mainVisualWrapper .scrollBtn {
			width: 48px;
			height: 52px;
			position: absolute;
			bottom: 20px;
			left: 50%;
			margin-left: -24px;
			z-index: 120;
			display: block;
			/*text-indent: -9999px;*/
			background: scroll url(../../../common/images/content/home/btnScroll.png) no-repeat center bottom;
			font-family: 'RobotoMed';
			text-decoration: none;
		}
	.webp #mainVisualWrapper .scrollBtn {
			background-image: url(../../../common/images/content/home/btnScroll.webp);
		}
	#mainVisualWrapper #mainVisualSP {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: none;
	}
		#mainVisualWrapper #mainVisualSP li {}
			#mainVisualWrapper #mainVisualSP li img {
				height: auto;
				width: 100%;
			}
/**
 * ---------------------------------------------------
 * content
 * ---------------------------------------------------
 */
#content {
	position: relative;
	background: #FFFFFF;
	z-index: 10;
	padding: 0;
}
/**
 * ---------------------------------------------------
 * topFloatingSection
 * ---------------------------------------------------
 */
.topFloatingSection {
	z-index: 10;
	overflow: hidden;
}
	.topFloatingSection .item {
		text-align: center;
		float: left;
		width: 50%;
		padding-top: 39%;
		position: relative;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-attachment: scroll;
		-webkit-background-size: cover;
		    -ms-background-size: cover;
		        background-size: cover;
	}
	.topFloatingSection#floatingSection01 .item:nth-child(1) {
		background-image: url(../../../common/images/content/home/bgImage02.jpg);
	}
	.webp .topFloatingSection#floatingSection01 .item:nth-child(1) {
		background-image: url(../../../common/images/content/home/bgImage02.webp);
	}
	.topFloatingSection#floatingSection01 .item:nth-child(2) {
		background-image: url(../../../common/images/content/home/bgImage01.jpg);
	}
	
	.webp .topFloatingSection#floatingSection01 .item:nth-child(2) {
		background-image: url(../../../common/images/content/home/bgImage01.webp);
	}
		.topFloatingSection .item .inner {
			height: 100%;
			width: 100%;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 10;
		}
		.topFloatingSection .item .content {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			-webkit-transform: translate(-50%, -50%);
			    -ms-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}


.babytokei {
    width: 100% !important;
    height: 100% !important;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}



	.topFloatingSection .subcopy {
		font-family: 'RobotoMed';
		display: inline-block;
		margin-bottom: 15px;
	}
	.topFloatingSection h2 {
		font-family: 'NotoSanMed';
		font-size: 200%;
		letter-spacing: 0.1em;
		margin-bottom: 25px;
	}
	.topFloatingSection .description {
		margin-bottom: 35px;
	}
	.topFloatingSection .maskS {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		background: scroll url(../../../common/images/content/content/bgSlash01.png) repeat left top;
	}
	.webp .topFloatingSection .maskS {
		background-image: url(../../../common/images/content/content/bgSlash01.webp);
	}
/**
 * ---------------------------------------------------
 * sectionVox
 * ---------------------------------------------------
 */
.sectionVox {
	z-index: 10;
	overflow: hidden;
	position: relative;
	padding-top: 57%;
}
	.sectionVox .inner {
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
		z-index: 10;
	}
	.sectionVox .content {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.sectionVox .itemWrapper {
		margin-bottom: 20px;
	}
	.sectionVox .item {
		display: inline-block;
		vertical-align: top;
		margin: 0 75px;
		width: 230px;
	}
	.sectionVox .item:first-child {
		margin-left: 0;
	}
	.sectionVox .item:last-child {
		margin-right: 0;
	}
	.sectionVox h2 {
		font-family: 'NotoSanMed';
		font-size: 200%;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
	}
	.sectionVox figure {
		margin-bottom: 20px;
		position: relative;
	}
		.sectionVox figure .inner {
			position: absolute;
			left: 0;
			top: 0;
		}
		.sectionVox figure span {
			font-size: 350%;
			font-family: 'RobotoMed';
			position: absolute;
			top: 65%;
			left: 50%;
			line-height: 1;
			-webkit-transform: translate(-50%, -65%);
			    -ms-transform: translate(-50%, -65%);
			        transform: translate(-50%, -65%);
		}
	.sectionVox h3 {
		font-family: 'NotoSanMed';
		font-size: 150%;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.sectionVox .maskS {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		background: scroll url(../../../common/images/content/content/bgSlash01.png) repeat left top;
	}
	.webp .sectionVox .maskS {
		background-image: url(../../../common/images/content/content/bgSlash01.webp);
	}
	.sectionVox .mask {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
		background-color: rgba(0,0,0,0.15);
	}
	.sectionVox video {
		position: absolute;
		right: -10px;
		top: 0;
		z-index: -1;
		min-width: 100%;
		min-height: 100%;
	}
.sectionVox#reasonSection {
	background: scroll url(../../../common/images/content/home/bgImage03.jpg) no-repeat center center;
	-webkit-background-size: cover;
	    -ms-background-size: cover;
	        background-size: cover;
}
.webp .sectionVox#reasonSection {
	background-image: url(../../../common/images/content/home/bgImage03.webp);
}
.sectionVox#supportSection {
	background: scroll url(../../../common/images/content/home/bgImage04.jpg) no-repeat center center;
	-webkit-background-size: cover;
	    -ms-background-size: cover;
	        background-size: cover;
}
.webp .sectionVox#supportSection {
	background-image: url(../../../common/images/content/home/bgImage04.webp);
}

.sectionVox#obstetricsSection {
	background: scroll url(../../../common/images/content/home/bgImage05.jpg) no-repeat center center;
	-webkit-background-size: cover;
	    -ms-background-size: cover;
	        background-size: cover;
}
.webp .sectionVox#obstetricsSection  {
	background-image: url(../../../common/images/content/home/bgImage05.webp);
}

.sectionVox#gynecologySection {
	background: scroll url(../../../common/images/content/home/bgImage06.jpg) no-repeat center center;
	-webkit-background-size: cover;
	    -ms-background-size: cover;
	        background-size: cover;
}
.webp .sectionVox#gynecologySection  {
	background-image: url(../../../common/images/content/home/bgImage06.webp);
}



#obstetricsSection, #gynecologySection{
    z-index: 10;
    overflow: hidden;
    position: relative;
    padding-top: 40%;
}

.sectionVox .itemWrapper .itembutton {
    max-width: 1080px;
    margin: 0 auto;
}

.sectionVox .itemWrapper .itembutton ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.sectionVox .itemWrapper .itembutton li {
    list-style: none;
    margin: 10px 10px;
  }

/**
 * ---------------------------------------------------
 * bottomFloatingSection
 * ---------------------------------------------------
 */
.bottomFloatingSection {
	z-index: 10;
	overflow: hidden;
	position: relative;
}
	.bottomFloatingSection .item {
		float: left;
		width: 50%;
		padding-top: 32%;
		position: relative;
	}
		.bottomFloatingSection .item a {
			display: block;
			height: 100%;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			background-position: 50% 50%;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			    -ms-background-size: cover;
			        background-size: cover;
		}


		.bottomFloatingSection#floatingSection01 .item:nth-child(1) a {
			background-image: url(../../../common/images/content/home/bgImage07.jpg);
		}
		.bottomFloatingSection#floatingSection01 .item:nth-child(2) a {
			background-image: url(../../../common/images/content/home/bgImage08.jpg);
		}
		.bottomFloatingSection#floatingSection02 .item:nth-child(1) a {
			background-image: url(../../../common/images/content/home/bgImage10.jpg);
		}
		.bottomFloatingSection#floatingSection02 .item:nth-child(2) a {
			background-image: url(../../../common/images/content/home/bgImage09.jpg);
		}
		.bottomFloatingSection#floatingSection03 .item:nth-child(1) a {
			background-image: url(../../../common/images/content/home/bgImage12.jpg);
		}

		.webp .bottomFloatingSection#floatingSection01 .item:nth-child(1) a {
			background-image: url(../../../common/images/content/home/bgImage07.webp);
		}
		.webp .bottomFloatingSection#floatingSection01 .item:nth-child(2) a {
			background-image: url(../../../common/images/content/home/bgImage08.webp);
		}
		.webp .bottomFloatingSection#floatingSection02 .item:nth-child(1) a {
			background-image: url(../../../common/images/content/home/bgImage10.webp);
		}
		.webp .bottomFloatingSection#floatingSection02 .item:nth-child(2) a {
			background-image: url(../../../common/images/content/home/bgImage09.webp);
		}
		.webp .bottomFloatingSection#floatingSection03 .item:nth-child(1) a {
			background-image: url(../../../common/images/content/home/bgImage12.webp);
		}

			.bottomFloatingSection .item .inner {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				background-color: rgba(0,0,0,0.2);
			}
				.bottomFloatingSection .item .inner .infoVox {
					margin: 20px 30px;
					background: scroll url(../../../common/images/content/content/arr05.png) no-repeat right center;
				}
				.webp .bottomFloatingSection .item .inner .infoVox {
					background-image: url(../../../common/images/content/content/arr05.webp);
				}
					.bottomFloatingSection .item .inner .infoVox h2 {
						font-family: 'NotoSanMed';
						font-size: 180%;
						margin-bottom: 10px;
					}
						.bottomFloatingSection .item .inner .infoVox h2 .sub {
							font-family: 'NotoSanReg';
							font-size: 60%;
							display: inline-block;
							margin-left: 5px;
							vertical-align: middle;
							line-height: 1;
						}
						.bottomFloatingSection .item .inner .infoVox h2 .en {
							font-family: 'RobotoMed';
							font-size: 60%;
							display: inline-block;
							margin-left: 10px;
							vertical-align: middle;
							letter-spacing: 0.1em;
						}
					.bottomFloatingSection .item .inner .infoVox p { padding-right:20px;}
/**
 * ---------------------------------------------------
 * consulationSection
 * ---------------------------------------------------
 */
#consulationSection {}
	#consulationSection .inner {
		width: 800px;
		margin: 0 auto;
		padding: 60px 0;
	}
	#consulationSection h2 {
		text-align: center;
		margin: 0 0 50px;
		font-size: 200%;
	}
		#consulationSection h2 .subcopy {
			font-family: 'RobotoMed';
			font-size: 80%;
			display: block;
			margin-bottom: 10px;
		}
	#consulationSection .consulTable {
		width: 100%;
		margin-bottom: 20px;
	}
		#consulationSection .consulTable th,
		#consulationSection .consulTable td {
			padding: 15px 0;
			font-weight: normal;
		}
		#consulationSection .consulTable thead {
			border-bottom: 1px solid #E7E7E7;
		}
		#consulationSection .consulTable tbody {}
			#consulationSection .consulTable tbody tr {
				border-bottom: 1px solid #E7E7E7;
			}
			#consulationSection .consulTable tbody th {
				width: 20em;
				text-align: left;
			}
				#consulationSection .consulTable tbody th .time {
					font-size: 150%;
					font-family: 'RobotoMed';
					display: block;
					margin-bottom: 5px;
				}
			#consulationSection .consulTable tbody td {
				text-align: center;
				font-size: 120%;
			}
			#consulationSection .consulTable tbody td.td01 {
				text-align: left;
				font-size: 100%;
			}
	#consulationSection .consulTimePC {
		margin-bottom: 40px;
	}
#consulationSection .consulTimePC img{
		width: 100%;
	}
	#consulationSection .consulTimeSP {
		margin-bottom: 20px;
		display: none;
		text-align: center;
	}
	#consulationSection .infoVox {
		margin-bottom: 50px;
	}
		#consulationSection .infoVox h3 {
			font-size: 120%;
			margin-bottom: 5px;
		}
/**
 * ---------------------------------------------------
 * topicsSection
 * ---------------------------------------------------
 */
#topicsSection {}
	#topicsSection .inner {
		width: 800px;
		margin: 0 auto;
		padding: 60px 0;
	}
	#topicsSection h2 {
		text-align: center;
		margin: 0 0 50px;
		font-size: 200%;
	}
		#topicsSection h2 .subcopy {
			font-family: 'RobotoMed';
			font-size: 80%;
			display: block;
			margin-bottom: 10px;
		}
	#topicsSection .articles {
		margin-bottom: 35px;
	}
		#topicsSection .articles article {
			margin-bottom: 15px;
			clear: both;
		}
			#topicsSection .articles article div {
				float: left;
				width: 13em;
			}
			#topicsSection .articles article .category {
				display: inline-block;
				margin: 0 1em 0 0;
				color: #FFFFFF;
				width: 7em;
				text-align: center;
				font-size: 80%;
				vertical-align: middle;
			}
			#topicsSection .articles article time {
				display: inline-block;
				margin: 0 1em 0 0;
				vertical-align: middle;
			}
			#topicsSection .articles article h3 {
				margin-left: 14em;
			}
/**
 * ---------------------------------------------------
 * accessSection
 * ---------------------------------------------------
 */
#accessSection {}
	#accessSection > .inner {
		width: 1000px;
		margin: 0 auto;
		padding: 60px 0;
	}
	#accessSection h2 {
		text-align: center;
		margin: 0 0 50px;
		font-size: 200%;
	}
		#accessSection h2 .subcopy {
			font-family: 'RobotoMed';
			font-size: 80%;
			display: block;
			margin-bottom: 10px;
		}
	#accessSection #gMap {
		/*width: 100%;
		height: 400px;
		margin-bottom: 30px;*/
		display: none;
	}
	#accessSection .address {
		text-align: center;
		margin-bottom: 30px;
	}
/**
 * ---------------------------------------------------
 * gmapWin
 * ---------------------------------------------------
 */
.gmapWin {
	width: 300px;
}
	.gmapWin .inner {
		padding: 10px;
	}
	.gmapWin h3 {
		font-size: 120%;
		font-weight: bold;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}
/**
 * ---------------------------------------------------
 * commentArea
 * ---------------------------------------------------
 */
#commentArea {
	position: relative;
	z-index: 10;
	padding: 50px 0 20px;
}
	#commentArea .inner {
		width: 1000px;
		margin: 0 auto;
	}
	#commentArea header {
		padding: 25px 25px 0;
	}
		#commentArea header h2 {
			font-size: 200%;
			font-family: 'NotoSanMed';
			background: scroll url(../../../common/images/content/home/voiceIco.png) no-repeat left center;
			padding-left: 90px;
			min-height: 48px;
			line-height: 48px;
		}
.webp #commentArea header h2 {
			background-image: url(../../../common/images/content/home/voiceIco.webp);
		}
	#commentArea .commentWrapper {
		padding: 25px;
	}
		#commentArea .commentWrapper .comment {
			height: 250px;
			overflow: auto;
			padding-right: 10px;
		}
		#commentArea .commentWrapper .item {
			padding-left: 110px;
			margin-bottom: 15px;
			min-height: 120px;
		}
			#commentArea .commentWrapper .item .content {
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border-radius: 10px;
				padding: 20px;
				position: relative;
			}
				#commentArea .commentWrapper .item .content time {
					display: block;
					margin-bottom: 5px;
					font-size: 120%;

				}
				#commentArea .commentWrapper .item .content span {
					width: 16px;
					height: 16px;
					position: absolute;
					top: 25px;
					left: -16px;
				}
		#commentArea .commentWrapper .item.womens {
			background: scroll url(../../../common/images/content/home/voice01.png) no-repeat left top;
		}
.webp #commentArea .commentWrapper .item.womens {
			background-iamge: url(../../../common/images/content/home/voice01.webp);
		}
			#commentArea .commentWrapper .item.womens .content {}
				#commentArea .commentWrapper .item.womens .content span {
					background: scroll url(../../../common/images/content/home/voiceBalloon01.gif) no-repeat left top;
				}
.webp #commentArea .commentWrapper .item.womens .content span {
					background-image: url(../../../common/images/content/home/voiceBalloon01.webp);
				}
		#commentArea .commentWrapper .item.voice {
			background: scroll url(../../../common/images/content/home/voice02.png) no-repeat left top;
		}
.webp #commentArea .commentWrapper .item.voice {
			background-image: url(../../../common/images/content/home/voice02.webp);
		}
			#commentArea .commentWrapper .item.voice .content {}
				#commentArea .commentWrapper .item.voice .content span {
					background: scroll url(../../../common/images/content/home/voiceBalloon02.gif) no-repeat left top;
				}
.webp #commentArea .commentWrapper .item.voice .content span {
					background-image: url(../../../common/images/content/home/voiceBalloon02.webp);
				}
/**
 * ---------------------------------------------------
 * bannerArea
 * ---------------------------------------------------
 */
#bannerArea {
	position: relative;
	z-index: 10;
}
	#bannerArea .inner {
		padding: 0 0 45px;
		width: 1000px;
		margin: 0 auto;
	}
	#bannerArea .item {
		width: 333px;
		height: 154px;
		float: left;
		position: relative;
		margin: 0;
	}
		#bannerArea .item a {
			display: block;
		}
		#bannerArea .item div {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background-color: rgba(0,0,0,0.2);
			color: #FFFFFF;
		}
			#bannerArea .item div span {
				display: block;
				padding-right: 20px;
				margin: 5px;
			}
				#bannerArea .item div span.blank {
					background: scroll url(../../../common/images/content/content/icoBlank.png) no-repeat right center;
				}
.webp #bannerArea .item div span.blank {
					background-image: url(../../../common/images/content/content/icoBlank.webp);
				}
				#bannerArea .item div span.popup {
					background: scroll url(../../../common/images/content/content/icoPopup.png) no-repeat right center;
				}
	.webp #bannerArea .item div span.popup {
					background-image: url(../../../common/images/content/content/icoPopup.webp);
				}
/**
 * ---------------------------------------------------
 * contentsBannerArea
 * ---------------------------------------------------
 */
#contentsBannerArea {
	position: relative;
	z-index: 10;
	padding: 45px 0;
}
	#contentsBannerArea .inner {
		width: 565px;
		margin: 0 auto;
		position: relative;
	}
	#contentsBannerArea .sliderWrapper {
		width: 450px;
		height: 120px;
		margin: 0 auto;
		overflow: hidden;
	}
	#contentsBannerArea .slider {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#contentsBannerArea .slider li {}
			#contentsBannerArea .slider li a {
				display: block;
			}
	#contentsBannerArea .controlItem {
		position: absolute;
		top: 50%;
		width: 20px;
		height: 32px;
		z-index: 100;
		margin: -16px 0 0 0;
	}
		#contentsBannerArea .controlItem a {
			display: block;
			height: 100%;
			text-indent: -9999px;
		}
		#contentsBannerArea #cbSliderPrevBt {
			left: 0;
		}
			#contentsBannerArea #cbSliderPrevBt a {
				background: scroll url(../../../common/images/content/home/cbSliderPrev.png) no-repeat center center;
			}
.webp #contentsBannerArea #cbSliderPrevBt a {
				background-image: url(../../../common/images/content/home/cbSliderPrev.webp);
			}
		#contentsBannerArea #cbSliderNextBt {
			right: 0;
		}
			#contentsBannerArea #cbSliderNextBt a {
				background: scroll url(../../../common/images/content/home/cbSliderNext.png) no-repeat center center;
			}
.webp #contentsBannerArea #cbSliderNextBt a {
				background-image: url(../../../common/images/content/home/cbSliderNext.webp);
			}
/**
 * ---------------------------------------------------
 * recommendArea
 * ---------------------------------------------------
 */
#recommendArea {
	position: relative;
	z-index: 10;
	background: #FFFFFF;
}
	#recommendArea .inner {
		padding: 20px 0;
		text-align: center;
	}
	#recommendArea h2 {
		display: inline-block;
		font-size: 120%;
		margin-right: 1em;
		vertical-align: middle;
	}
	#recommendArea ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
	#recommendArea li {
		display: inline-block;
		vertical-align: middle;
		font-size: 120%;
		border-left: 1px solid #E6E6E6;
		padding: 0 0.5em;
	}
		#recommendArea li a {
			background: scroll url(../../../common/images/content/content/arr01.png) no-repeat right center;
			padding: 0 15px;
		}
.webp #recommendArea li a {
			background-image: scroll url(../../../common/images/content/content/arr01.webp);
		}
#recommendArea .recommendlist{
    margin: 10px 0;
text-align: center;
}
/**
 * ---------------------------------------------------
 * popupWrapper
 * ---------------------------------------------------
 */
.popupWrapper {
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
	.popupWrapper .popupCloseBt {
		position: absolute;
		right: 0;
		top: 0;
	}
	#popupWrapper01 h2 {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 150%;
		padding:10px 20px;
	}
	#popupWrapper01 .inner {
		padding: 50px 0 0;
	}
	#popupWrapper01 .content {
		padding: 20px;
	}
	#popupWrapper02 h2 {
		position: absolute;
		left: 0;
		top: 0;
		font-size: 150%;
		padding:10px 20px;
	}
	#popupWrapper02 .inner {
		padding: 50px 0 0;
	}
	#popupWrapper02 .content {
		padding: 20px;
	}
/**
 ****************************************************
 *
 * screens larger than 769
 *
 ****************************************************
 */
@media only screen and (min-width: 769px) {

}
/**
 ****************************************************
 *
 * screens smaller than 768
 *
 ****************************************************
 */
@media only screen and (max-width: 768px) {
	/**
	 * ---------------------------------------------------
	 * opening
	 * ---------------------------------------------------
	 */
	#opening {}
		#opening img {
			width: 104px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -80px 0 0 -52px;
			visibility: hidden;
		}
	/**
	 * ---------------------------------------------------
	 * mainVisualWrapper
	 * ---------------------------------------------------
	 */
	#mainVisualWrapper {
		width: 100%;
		height: auto;
		position: static;
		visibility: visible;
		margin-top:60px;
	}
		#mainVisualWrapper .mask {}
		#mainVisualWrapper #mainVisual {
			display: none;
		}
			/*#mainVisualWrapper #mainVisual li {
				position: static;
				padding-top: 70%;
			}
			#mainVisualWrapper #mainVisual li:nth-child(2n) {
				display: none;
			}*/
		#mainVisualWrapper .scrollBtn {
			display: none;
		}
		#mainVisualWrapper #mainVisualSP {
			display: block;
		}
	/**
	 * ---------------------------------------------------
	 * content
	 * ---------------------------------------------------
	 */
	#content {}
	/**
	 * ---------------------------------------------------
	 * topFloatingSection
	 * ---------------------------------------------------
	 */
	.topFloatingSection {}
		.topFloatingSection .item {
			float: none;
			width: 100%;
			padding-top: 60%;
		}
			.topFloatingSection .item .inner {}
			.topFloatingSection .item .content {}
		.topFloatingSection .subcopy {
			font-family: 'RobotoMed';
			display: inline-block;
			margin-bottom: 15px;
		}
		.topFloatingSection h2 {
			font-size: 150%;
			margin-bottom: 10px;
		}
		.topFloatingSection .description {
			margin-bottom: 15px;
			font-size: 90%;
		}
	/**
	 * ---------------------------------------------------
	 * sectionVox
	 * ---------------------------------------------------
	 */
    
    #reasonSection {
		padding-top: 60%;
	}
	#supportSection {
		padding-top: 0%;
	}
    #obstetricsSection{
              padding-top: 130%;
    }
        #gynecologySection{
        padding-top: 100%;
}
	.sectionVox {
		padding-top: 60%;
	}
		.sectionVox .inner {}
		.sectionVox .content {}
		.sectionVox .itemWrapper {
			margin-bottom: 20px;
		}
		.sectionVox .item {
			display: inline-block;
			vertical-align: top;
			margin: 0 10px;
			width: 80px;
		}
		.sectionVox h2 {
			font-size: 130%;
			margin-bottom: 20px;
		}
		.sectionVox figure {
			margin-bottom: 10px;
		}
			.sectionVox figure span {
				font-size: 140%;
			}
		.sectionVox h3 {
			font-size: 80%;
			letter-spacing: 0;
			margin-bottom: 10px;
			line-height: 1.3;
		}
		.sectionVox .description,
		.sectionVox .note {
			display: none;
		}
		.sectionVox .maskS {}
		.sectionVox .mask {
			display: none;
		}
		.sectionVox .bgVideo {
			display: none;
		}
    

.sectionVox .itemWrapper .itembutton {
    width: 95%;
    margin: 0 auto;
}

.sectionVox .itemWrapper .itembutton ul {
    justify-content: space-evenly;
}

.sectionVox .itemWrapper .itembutton li {
    margin: 5px;
    width: 45%;
}


.sectionVox#obstetricsSection {
    background: scroll url(../../../common/images/content/home/bgImage05.jpg) no-repeat;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
background-position: left;
}
.webp .sectionVox#obstetricsSection {
	background-image: url(../../../common/images/content/home/bgImage05.webp);
}
    
    .sectionVox#gynecologySection {
    background: scroll url(../../../common/images/content/home/bgImage06.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
background-position: right;
}
.webp .sectionVox#gynecologySection {
	background-image: url(../../../common/images/content/home/bgImage06.webp);
}
    
	/**
	 * ---------------------------------------------------
	 * bottomFloatingSection
	 * ---------------------------------------------------
	 */
	.bottomFloatingSection {}
		.bottomFloatingSection .item {
			float: none;
			width: 100%;
			padding-top: 65%;
		}
			.bottomFloatingSection .item a {
				display: block;
				height: 100%;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background-position: 50% 50%;
				background-repeat: no-repeat;
				-webkit-background-size: cover;
				    -ms-background-size: cover;
				        background-size: cover;
			}
				.bottomFloatingSection .item .inner {}
					.bottomFloatingSection .item .inner .infoVox {
						margin: 10px 15px;
					}
						.bottomFloatingSection .item .inner .infoVox h2 {
							font-size: 130%;
							margin-bottom: 5px;
						}
						.bottomFloatingSection .item .inner .infoVox p {
							font-size: 90%;
							line-height: 1.2;
						}
	/**
	 * ---------------------------------------------------
	 * consulationSection
	 * ---------------------------------------------------
	 */
	#consulationSection {}
		#consulationSection .inner {
			width: auto;
			padding: 30px 15px;
		}
		#consulationSection h2 {
			margin: 0 0 25px;
			font-size: 130%;
		}
			#consulationSection h2 .subcopy {}
		#consulationSection .consulTimePC {
			display: none;
		}
		#consulationSection .consulTimeSP {
			display: block;
		}
	/**
	 * ---------------------------------------------------
	 * topicsSection
	 * ---------------------------------------------------
	 */
	#topicsSection {}
		#topicsSection .inner {
			width: auto;
			padding: 30px 15px;
		}
		#topicsSection h2 {
			margin: 0 0 25px;
			font-size: 130%;
		}
		#topicsSection .articles {
			margin-bottom: 20px;
		}
			#topicsSection .articles article {
				margin-bottom: 15px;
			}
				#topicsSection .articles article div {
					float: none;
					width: auto;
				}
				#topicsSection .articles article .category {
					width: auto;
					padding: 0 1em;
				}
				#topicsSection .articles article time {
					display: inline-block;
					margin: 0 1em 0 0;
					vertical-align: middle;
				}
				#topicsSection .articles article h3 {
					margin-left: 0;
				}
	/**
	 * ---------------------------------------------------
	 * accessSection
	 * ---------------------------------------------------
	 */
	#accessSection {}
		#accessSection > .inner {
			width: auto;
			padding: 30px 15px;
		}
		#accessSection h2 {
			text-align: center;
			margin: 0 0 25px;
			font-size: 130%;
		}
		#accessSection #gMap {
			height: 285px;
			margin-bottom: 15px;
		}
		#accessSection .address {
			margin-bottom: 15px;
		}
	/**
	 * ---------------------------------------------------
	 * gmapWin
	 * ---------------------------------------------------
	 */
	.gmapWin {
		width: auto;
	}
		.gmapWin .inner {
			padding: 5px;
		}
		.gmapWin h3 {
			font-size: 100%;
			font-weight: bold;
			padding: 0 0 5px;
			margin: 0 0 5px;
		}
	
	/**
	 * ---------------------------------------------------
	 * bannerArea
	 * ---------------------------------------------------
	 */
	#bannerArea {}
		#bannerArea .inner {
			width: auto;
			padding: 0 15px 20px;
			text-align: center;
			font-size: 0;
		}
		#bannerArea .item {
			width: 100%;
			max-width: 333px;
			height: auto;
			float: none;
			display: inline-block;
			font-size: 13px;
		}
			#bannerArea .item div {
				text-align: left;
			}
	/**
	 * ---------------------------------------------------
	 * contentsBannerArea
	 * ---------------------------------------------------
	 */
	#contentsBannerArea {
		display: none;
	}
	/**
	 * ---------------------------------------------------
	 * recommendArea
	 * ---------------------------------------------------
	 */
	#recommendArea {}
		#recommendArea .inner {
			padding: 20px 15px;
		}
		#recommendArea h2 {
			font-size: 100%;
			margin: 0 0 10px;
		}
		#recommendArea ul {}
		#recommendArea li {
			font-size: 100%;
			border: none;
			padding: 0 0.3em;
		}
			#recommendArea li a {
				background: scroll url(../../../common/images/content/content/arr01.png) no-repeat right center;
				padding: 0 10px 0 0;
			}
	.webp #recommendArea li a {
				background-image: url(../../../common/images/content/content/arr01.webp);
			}
     #recommendArea .recommendlist{
text-align: left;
}
	/**
	 * ---------------------------------------------------
	 * popupWrapper
	 * ---------------------------------------------------
	 */
	.popupWrapper {
		width: 300px;
		left: 50%;
		margin-left: -150px;
	}
		.popupWrapper .popupCloseBt {
			position: absolute;
			right: 0;
			top: 0;
		}
		#popupWrapper01 h2 {
			position: static;
			left: 0;
			top: 0;
			font-size: 100%;
			width:60%;
			padding:10px;
		}
		#popupWrapper01 .inner {
			padding: 30px 0 0;
		}
		#popupWrapper01 .content {
			padding: 10px;
		}
#popupWrapper02 h2 {
			position: static;
			left: 0;
			top: 0;
			font-size: 100%;
			width:60%;
			padding:10px;
		}
		#popupWrapper02 .inner {
			padding: 30px 0 0;
		}
		#popupWrapper02 .content {
			padding: 10px;
		}

}
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	/**
	 * ---------------------------------------------------
	 * sectionVox
	 * ---------------------------------------------------
	 */
	.sectionVox {
		padding-top: 100%;
	}
}

