@charset "utf-8";


/*=======================================================
	グーン ママになったら 出産について
=======================================================*/

/* PAGE1 --------------------------------------------- */
/* お産のサイン */
#mama_sign .column {
	position: relative;
}

#mama_sign .column:last-child h4 {
	position: relative;
}

#mama_sign .column:last-child h4:after {
	content: "";
	width: 128px;
	height: 185px;
	position: absolute;
	right: -5px;
	bottom: 0;
	background: url(../img/illust_sign.png) no-repeat 0 0;
}

#mama_sign > p {
	padding-right: 160px;
}

/* 入院からお産の進み方 */
#mama_flow .column {
	margin-top: 15px;
	padding: 15px 29px;
	border: 1px solid #630;
	border-radius: 15px;
	background-image: linear-gradient(#fff 60%, #ffd0d0 100%);
	width: 810px;
	box-sizing: border-box;
	display: table;
	position: relative;
}
#mama_flow .column:after {
	content: url(../img/flow_arrow.png);
	width: 56px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -28px;
	z-index: 100;
}

#mama_flow .end {
	background: #fff;
	display: block;
	min-height: 119px;
}
#mama_flow .end:after {
	display: none;
}

#mama_flow .column h4 {
	padding-right: 20px;
	display: table-cell;
	width: 130px;
	text-align: center;
	border-bottom: 0;
	vertical-align: middle;
	font-size: 20px; /* ie8 */
	font-size: 2.0rem;
	line-height: 1.3;
}
#mama_flow .column h4 span {
	font-size: 13px; /* ie8 */
	font-size: 1.3rem;
	display: block;
	margin: 0 auto;
}

#mama_flow .column p {
	display: table-cell;
	width: 600px;
	vertical-align: middle;
}

#mama_flow .end p {
	display: block;
	width: 650px;
}
#mama_flow .end img {
	position: absolute;
	right: 30px;
	top: -8px;
	z-index: 100;
}

#mama_flow div + p {
	margin-top: 30px;
	text-indent: 0;
	text-align: center;
}

/* 経膣分娩 */
#mama_vaginal {
	position: relative;
}
#mama_vaginal:after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 210px;
	width: 268px;
	height: 291px;
	background: url(../img/illust_vaginal.png) no-repeat 0 0;
}

#mama_vaginal .column_wrap {
	margin-top: 20px;
	border-top: 5px dotted #d1f0ff;
}

/* PAGE2 --------------------------------------------- */
/* 病院選び */
#mama_selection > p {
	padding-right: 280px;
}

#mama_selection h4 {
	position: relative;
}

#mama_selection .two_column:last-child h4:first-child:after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 193px;
	height: 160px;
	background: url(../img/illust_selection.png) no-repeat 0 0;
}

#mama_selection h3 + p {
	margin-top: 15px;
}

/* 病院選びのポイント */
#mama_point {
	padding-bottom: 60px;
	background: url(../img/illust_point.png) no-repeat 97% 100% #fff;
}

/* PAGE3 --------------------------------------------- */
/* チェックリスト */
.checklist {
	padding: 20px !important;
	padding-bottom: 1px !important;
	width: 810px !important;
	position: relative;
}

.checklist h3 {
	margin-top: 0 !important;
	text-align: left;
	color: #630;
	font-size: 16px;
	font-size: 1.6rem;
}

.checklist ul {
	margin-bottom: 20px;
	padding-bottom: 3px;
	background: url(../img/checklist_bg.png) 50% 0;
	letter-spacing: -.4em;
}
.checklist h3 + ul {
	margin-top: 0;
}

.checklist ul li {
	padding-left: 50px;
	line-height: 50px;
	word-break: keep-all;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
}
.checklist ul li:before {
	content: "";
	width: 26px;
	height: 26px;
	border: 2px solid #ccc;
	position: absolute;
	left: 10px;
	top: 11px;
	border-radius: 6px;
}

.checklist .baby_list:before {
	content: "";
	width: 254px;
	height: 126px;
	background: url(../img/illust_goods1.png) no-repeat 0 0;
	position: absolute;
	right: 11px;
	top: -36px;
}
.checklist .baby_list:after {
	content: "";
	width: 252px;
	height: 104px;
	background: url(../img/illust_goods2.png) no-repeat 0 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
}





.checklist .baby_list li {
	width: 23%;
}
.checklist .baby_list li:nth-child(4n) {
	width: 31%;
}

.checklist .mama_list li {
	width: 33%;
}

.checklist .other_list li {
	padding-right: 40px;
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {

/* PAGE1 --------------------------------------------- */
/* お産のサイン */
	#mama_sign .column:last-child h4:after {
		display: none;
	}

	#mama_sign > p {
		padding-right: 0;
		padding-left: 100px;
		background: url(../img/illust_sign.png) no-repeat 0 0;
		background-size: 96px auto;
		min-height: 138px;
	}

/* 入院からお産の進み方 */
	#mama_flow > p {
		padding-right: 0;
	}
	#mama_flow .column {
		padding: 10px 19px;
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	#mama_flow .column:after {
		bottom: -21px;
	}

	#mama_flow .column h4 {
		margin: 0 0 5px;
		padding-right: 0;
		display: block;
		width: auto;
		text-align: center;
		font-size: 1.7rem;
	}
	#mama_flow .column h4 span {
		display: inline;
		font-size: 1.3rem;
	}

	#mama_flow .column p,
	#mama_flow .end p {
		display: block;
		width: auto;
	}
	#mama_flow .end p {
		padding-right: 75px;
	}

	#mama_flow .end img {
		right: 10px;
		top: auto;
		bottom: 0;
	}

/* 経膣分娩 */
	#mama_vaginal {
		padding-bottom: 155px;
	}
	#mama_vaginal:after {
		right: 20px;
		bottom: 10px;
		width: 134px;
		height: 148px;
		background-size: 134px auto;
	}

/* PAGE2 --------------------------------------------- */
/* 病院選び */
	#mama_selection > p {
		padding-right: 20px;
		padding-bottom: 100px;
	}

	#mama_selection article {
		position: relative;
	}
	#mama_selection article:after {
		margin-left: -65px;
		content: "";
		position: absolute;
		left: 50%;
		top: -100px;
		width: 130px;
		height: 100px;
		background: url(../img/illust_selection.png) no-repeat 50% 0;
		background-size: 130px auto;
	}

	#mama_selection .two_column:last-child h4:first-child:after {
		display: none;
	}

/* 病院選びのポイント */
	#mama_point {
		padding-bottom: 30%;
		background: url(../img/illust_point.png) no-repeat 97% 100% #fff;
		background-size: 50% auto;
	}

/* PAGE3 --------------------------------------------- */
/* チェックリスト */
	.checklist {
		width: 100% !important;
	}

	.checklist ul {
		background: transparent;
		border-top: 3px dotted #ccc;
	}
	.checklist h3 {
		font-size: 1.7rem;
	}

	.checklist ul li {
		display: block;
		line-height: 50px;
		width: 100% !important;
		border-bottom: 3px dotted #ccc;
	}

	.checklist ul li:before {
		margin-top: -15px;
		top: 50%;
	}

	.checklist .baby_list li,
	.checklist .baby_list li:nth-child(4n),
	.checklist .mama_list li,
	.checklist .other_list li {
		width: 100% !important;
		padding-right: 0;
	}

	.checklist .baby_list:before {
		width: 127px;
		height: 64px;
		background-size: contain;
		top: 10px;
	}
	.checklist .baby_list:after {
		width: 126px;
		height: 52px;
		background-size: contain;
	}

}

















