@charset "utf-8";


/*=======================================================
	赤ちゃんのうんちとおしっこ
=======================================================*/

/* ------- index ------- */
.index_header{
	padding: 25px 0 20px 95px;
	min-height: 260px;
	background: url(../img/index_header_bg.png) repeat left top;
}
.ttl{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/ttl.png) no-repeat left top;
	width: 781px;
	height: 348px;
}
.index_main_wrap{
	padding: 20px 75px 50px;
	background: #ffc4c4 url(../img/header_bg.png) repeat left top;
}
.index_lead{
	margin: 0 0 15px;
	padding: 20px 150px 10px 0;
	background: url(../img/index_lead_bg.png) no-repeat right top;
	font-size: 17px; /* ie8 */
	font-size: 1.7rem;
	min-height: 130px;
}
.index_lead_ttl{ margin: 0 0 20px; }
.index_nav{
	/*margin: 0 -35px;
	text-align: center;*/
}
.index_nav li{
	/*margin: 0 0 0 10px;
	width: 263px;*/
	margin: 0 0 10px 0;
	width: 400px;
	display: inline-block;
}
.index_nav li.right_mgn{
	margin-right: 10px;
}

.index_nav li img{
	width: 290px;
	height: auto;
}

/*.index_nav li:first-child{ margin: 0; }*/
.index_nav a{
	padding: 15px 35px 15px 20px;
	display: block;
	background: #fff url(../img/index_nav_arrow.png) no-repeat 94% center;
	border-radius: 15px;
	border: 2px solid #82736f;
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.index_nav a:hover{ opacity: 0.8; }

.doctor_profile_cont{
	margin: 45px 0 0;
	padding: 20px 30px 20px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.doctor_profile_cont:after{
	content: ' ';
	display: block;
	margin: auto;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	box-sizing: border-box;
	border: 2px dotted #ffe0eb;
	border-radius: 8px;
}
.doctor_info{
	width: 580px;
	float: right;
}
.profile_ttl{
	margin: 0 0 15px;
	color: #ff707c;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	border-bottom: 1px solid #dedede;
}
.profile_name{
	margin: 0 ;
	color: #ff707c;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
}
.profile_name span{
	margin-left: 1px;
	font-size: 12px; /* ie8 */
	font-size: 1.2rem;
	display: inline-block;
}
.job_title{
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
}
.doctor_photo{
	margin-right: 15px;
	float: left;
}


/* ------- cmn ------- */
.flatbase{ margin-top: 0; }
main{
	padding: 0;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
	line-height: 1.6;
	border: 2px solid #fff;
}


/* ------- bottom ------- */
.health_header{
	margin: 0;
	padding: 20px 30px 30px;
	background: #ffc4c4 url(../img/header_bg.png) repeat left top;
	text-align: center;
}
.top_link{
	margin: 0 0 15px;
	text-align: left;
}

.top_link a:hover{ opacity: 0.8; }
.health_lead{
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	color: #656565;
}
.health_ttl_lv1{
	margin: 0 0 24px 13px;
	padding: 0 107px 0 0;
	font-size: 28px; /* ie8 */
	font-size: 2.8rem;
	position: relative;
	display: inline-block;
}
.health_ttl_lv1:after{
	content: ' ';
	margin: auto 0;
	width: 172px;
	height: 138px;
	display: block;
	position: absolute;
	right: 0;
	top: -14px;
	bottom: 0;
	background: url(../img/unchi_01_ttl_mark.png) no-repeat left top;
}
.health02 .health_ttl_lv1:after{
	background: url(../img/unchi_02_ttl_mark.png) no-repeat left top;
}
.health03 .health_ttl_lv1{ padding-right: 150px; }
.health03 .health_ttl_lv1:after{
	background: url(../img/unchi_03_ttl_mark.png) no-repeat left top;
}

.health04 .health_ttl_lv1{
	padding-right: 150px;
}
.health04 .health_ttl_lv1:after{
	background: url(../img/unchi_04_ttl_mark.png) no-repeat left top;
}

.health_ttl_lv2{
	margin: 0 -4px 15px;
	padding: 15px 10px;
	font-size: 19px; /* ie8 */
	font-size: 1.9rem;
	background-color: #ff8892;
	color: #fff;
	text-align: center;
	position: relative;
}
.health_ttl_lv2:before{
	content: ' ';
	margin: auto;
	width: 10px;
	height: 100%;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: -2px;
	background: url(../img/health_ttl_lv2_bg.png) repeat-y right top;
}
.health_ttl_lv2:after{
	content: ' ';
	margin: auto;
	width: 10px;
	height: 100%;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: -2px;
	background: url(../img/health_ttl_lv2_bg2.png) repeat-y left top;
}
.health_ttl_lv2 span{
	margin: -10px -5px;
	padding: 5px;
	width: auto;
	display: block;
	border-top: 2px dotted #ffd5d9;
	border-bottom: 2px dotted #ffd5d9;
}

.health_ttl_lv3{
	margin: 25px 0 10px;
	padding-left: 10px;
	font-size: 18px; /* ie8 */
	font-size: 1.8rem;
	border-bottom: 1px dotted #ccc;
	color: #ff8892;
	position: relative;
}
.health_ttl_lv3:before{
	content: ' ';
	margin: auto 0;
	display: block;
	position: absolute;
	background-color: #ff8892;
	width: 3px;
	height: 80%;
	top: 5px;
	bottom: 0;
	left: 0;
}
.main_wrap{
	padding: 40px 40px 30px;
	background-color: rgba(255, 255, 255, 0.7);
}
.basic_section{
	margin: 0 0 10px;
	padding: 0 50px 40px;
	background-color: #fff;
}
.basic_section:last-child{
	margin: 0;
	padding-bottom: 0;
}

.health_list_cont{
	margin: 30px 0 0;
	padding: 30px;
	border: 1px solid #ccc;
}
.health_list_ttl{
	margin: 0 0 10px;
	text-align: center;
	font-size: 17px; /* ie8 */
	font-size: 1.75rem;
	color: #f47883;
	position: relative;
}

.health_list dt{
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-weight: bold;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	color: #ff8892;
	border-bottom: 1px dotted #c4c4c4;
}
.health_list dd{ margin: 0 0 15px; }
.checkbox{ vertical-align: top; }
.checkbox img{
	margin: 3px 5px 0 0;
	width: 20px;
	height: auto;
	vertical-align: top;
}
.health_list_cont{
	margin: 25px 0 25px;
	padding: 15px 20px;
	border: 1px solid #c3bbad;
	border-radius: 5px;
	position: relative;
	background-color: #dbd1bd;
	clear: both;
}
.health_list_cont:before{
	content: ' ';
	width: 124px;
	height: 68px;
	background: url(../img/check_ico.png) no-repeat left top;
	position: absolute;
	top: 7px;
	right: 8px;
	z-index: 10;
}
.health_list_cont:after{
	content: ' ';
	margin: auto;
	border: 1px solid rgba(51, 51, 51, 0.1);
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-radius: 3px;
}

.health_list{
	margin: 5px 15px 5px;
	padding: 30px 30px 23px;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
}
.health_list:before{
	content: ' ';
	margin: 0 auto;
	display: block;
	width: 145px;
	height: 59px;
	background: url(../img/clip.png) no-repeat left top;
	position: absolute;
	top: -38px;
	left: 0 ;
	right: 0;
}
.health_list li{
	margin: 0 10px 5px;
	padding: 0 0 5px;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
}
.health_list li:first-child{
	padding: 5px 0 5px;
	border-top: 1px solid #ccc;
}
.health_list .list_note{
	margin: 0 0 5px;
	padding-left: 25px;
	font-size: 13px; /* ie8 */
	font-size: 1.3rem;
}

.health_list.detail_list li{ padding-top: 7px; }
.health_list.detail_list li strong{ color: #656565; }
.health_list.detail_list .checkbox img{ margin-top: 1px; }

.health_img{
	position: relative;
	z-index: 10;
}
.health_img img{
	width: 210px;
	height: auto;
}
.health_img.img_s img{
	width: 180px;
	height: auto;
}
.box_text{
	width: 70%;
	float: left;
}
.box_text_wide{
	width: 75%;
	float: left;
}
.box_text{ margin: 0 0 10px; }
.box_img{ float: right; }
main .mt25{ margin-top: 25px; }

/* footer */
#health_nav{
	padding: 25px ;
	background: #ffc4c4 url(../img/header_bg.png) repeat left top;
	/*text-align: center;*/
}
#health_nav_list{
	text-align: center;
	display: inline-block;
	margin: 0 0 10px 0;
}
.footer_top_link,
#health_nav_list li{
	margin: 0 5px;
	display: inline-block;
}

.footer_top_link{
	text-align: center;
	width: 16.5%;
}

#health_nav_list li:first-child{
	/*margin: 0;*/
}
.footer_top_link a,
#health_nav_list a{
	padding: 10px 35px 10px 20px;
	display: block;
	border: 2px solid #fff;
	border-radius: 10px;
	font-weight: bold;
	color: #7e726c;
	text-decoration: none;
	background: #ffc4c4 url(../img/health_nav_arrow.png) no-repeat 94% center;
}
.footer_top_link a:hover,
#health_nav_list a:hover{ opacity: 0.7; }

.footer_top_link .current a,
#health_nav_list .current a{
	background-color: #fff;
	color: #ff8892;
}

#brand .banner_cont{
	margin: 0 0 3px;
}
/* 他にも */
.recommend_cont{
	margin: -25px auto 55px;
	padding: 0;
	display: block;
	box-sizing: border-box;
	width: 970px;
	background-color: #fff;
	border-radius: 5px;
	border: 2px solid #fff;
	position: relative;
}
.recommend_cont:before{
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #caf2fc;
	border-radius: 5px;
	display: block;
}
.recommend_ttl{
	margin: 0 0 5px;
	padding: 15px 0 0;
	text-align: center;
	font-size: 15px; /* ie8 */
	font-size: 1.5rem;
	color: #5b9cce;
}
.recommend_list{
	margin: 0 auto;
	padding: 0 40px 15px;
	position: relative;
	z-index: 1;
}
.recommend_list li{
	margin: 0 15px 5px 0 ;
	padding: 0 0 5px;
	border-bottom: 1px dotted #97cdf7;
}
.recommend_list li:first-child{
	padding-top: 5px;
	border-top: 1px dotted #aad8fc;
}
.recommend_list li a:before{
	content: ' ';
	text-align: center;
	background: url(/img/arrow01.png) no-repeat left center;
	display: inline-block;
	height: 15px;
	width: 14px;
	vertical-align: middle;
}

/* --- 01 --- */
.unchi_01_img1{ margin-top: -40px; }
.unchi_01_img2{ margin: -10px 0 -30px; }
.unchi_01_img3{ margin-top: 0; }

/* --- 02 --- */
.health_img .unchi_03_img1,
.health_img .unchi_03_img2{
	margin: 0 0 10px;
	width: 130px;
}
.color_text{
	padding-top: 5px;
	width: 620px;
	float: right;
}
.color_img{
	margin: 0 0 0 5px;
	width: 150px;
	float: left;
	text-align: center;
}
.color_img img{ width: 150px; }


/* clearfix */
.box_wrap:after,
.color_box:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}



/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {

	/* ------- cmn ------- */
	main{
		margin-bottom: 40px;
		padding: 0;
		border: none;
	}

	/* ------- index ------- */
	.index_header{
		padding: 3% 0;
		min-height: 0;
	}
	.ttl{
		margin: 0 auto;
		padding: 0 0 108%;
		height: 0;
		width: 94%;
		background: url(../img/s/ttl.png) no-repeat left top;
		background-size: 100% auto;
	}
	.index_main_wrap{ padding: 22px; }
	.index_lead_ttl{
		margin: 0 0 10px 0;
		padding: 4% 25% 4% 0;
		text-align: left;
		background: url(../img/s/index_lead_bg.png) no-repeat right top;
		background-size: 40% auto;
	}
	.index_lead{
		padding: 0;
		background: none;
		min-height: 0;
		font-size: 1.5rem;
	}
	.index_nav { margin: 0; }
	.index_nav li{
		margin: 0 0 10px 0;
		display: block;
		width: 100%;
	}
	.index_nav li.right_mgn{
		margin-right: 0;
	}
	.index_nav li img{
		width: 80%;
		height: auto;
	}
	.index_nav a{
		padding: 5px 15px 5px 15px;
		background-size: 30px 30px;
	}

	.doctor_profile_cont{
		margin-top: 30px;
		padding: 15px 25px 15px;
	}
	.doctor_info{
		width: 100%;
		float: none;
	}
	.doctor_photo img{ width: 100px; }
	.job_title{ border-bottom: none; }
	.profile_career{
		padding-top: 10px;
		clear: both;
	}
	.doctor_photo{ margin-right: 5px; }

	/* ------- bottom ------- */
	.health_header{ padding: 15px; }
	/*.top_link img{ width: 140px; }*/
	.top_link img{ width: 198px; }
	.health_lead{
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.health_ttl_lv1,
	.health03 .health_ttl_lv1,
	.health04 .health_ttl_lv1{
		margin: 0;
		padding: 0;
	}
	.health_ttl_lv1:after,
	.health02 .health_ttl_lv1:after,
	.health03 .health_ttl_lv1:after,
	.health04 .health_ttl_lv1:after{
		margin: 0 auto 0;
		width: 200px;
		height: 160px;
		background-size: 100% auto;
		position: static;
	}
	.health_ttl_lv1:after{
		background: url(../img/s/unchi_01_ttl_mark.png) no-repeat left top;
	}
	.health02 .health_ttl_lv1:after{
		background: url(../img/s/unchi_02_ttl_mark.png) no-repeat left top;
	}
	.health03 .health_ttl_lv1:after{
		background: url(../img/s/unchi_03_ttl_mark.png) no-repeat left top;
	}
	.health03 .health_ttl_lv1:after{ width: 200px; }
	
	.health04 .health_ttl_lv1:after{
		background: url(../img/s/unchi_04_ttl_mark.png) no-repeat left top;
	}

	.health_ttl_lv2{
		padding: 20px 15px;
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.health_ttl_lv2:before{
		left: -3px;
		background-size: 10px auto;
	}
	.health_ttl_lv2:after{
		right: -3px;
		background-size: 10px auto;
	}
	
	.health_ttl_lv2 span{
		margin: -17px -13px;
		padding: 5px 0;
	}
	
	.health_ttl_lv3{
		font-size: 1.6rem;
		line-height: 1.4;
	}

	.main_wrap{ padding: 20px 15px 10px; }
	.basic_section{ padding: 0 0 20px; }
	.basic_section p{ margin: 0 0 10px; }
	.health_list .list_note{ padding-left: 0; }

	.box_text{
		float: none;
		width: 100%;
	}
	.health_img{
		float: none;
		text-align: center;
	}
	#brand .health_img img{
		width: 70%;
		max-width: 250px !important;
	}

	.health_list_cont{
		margin: 25px 0 15px;
		padding: 10px 1px 5px;
	}
	.health_list_cont:before{
		background-size: 80px auto;
		width: 90px;
		top: 5px;
		right: -10px;
	}
	.health_list_cont:after{
		top: 3px;
		bottom: 3px;
		left: 3px;
		right: 3px;
	}
	.health_list{
		margin: 5px 10px 5px;
		padding: 22px 10px 15px;
	}
	.health_list:before{
		width: 120px;
		background-size: 120px auto;
		top: -34px;
	}

	.health_list li,
	.health_list li:first-child{
		padding-left: 25px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.checkbox{
		width: 17px;
		margin-left: -25px;
	}
	.checkbox img{ width: 17px; }

	/* footer */
	#health_nav{ padding: 20px 15px; }
	#health_nav_list{
		display: block;
		margin: 0;
	}
	
	.footer_top_link,
	#health_nav_list li,
	#health_nav_list li:first-child{
		margin: 0 ;
		display: block;
	}
	
	.footer_top_link{
		width: auto;
	}
	
	.footer_top_link a,
	#health_nav_list a{
		border-radius: 0;
		border-bottom: none;
	}
	.footer_top_link a{
		border-radius: 0 0 10px 10px;
		border-bottom: 2px solid #fff
	}
	#health_nav_list li:first-child a{
		border-radius: 10px 10px 0 0;
	}

	/* 他にも */
	.recommend_cont{
		margin: -41px 0 50px;
		padding: 5px 20px 15px;
		width: auto;
		border-radius: 0;
		border: none;
		border-top: 4px solid #caf2fc;
	}
	.recommend_cont:before{
		content: none;
	}
	.recommend_ttl{
		margin: 0 0 7px;
		font-size: 1.3rem;
	}
	.recommend_list{
		margin: 0;
		padding: 0;
		border: none;
	}
	.recommend_list li{
		margin: 0 0 5px 0 ;
	}
	.recommend_list li a{
		padding-left: 16px;
		display: block;
		position: relative;
	}
	.recommend_list li a:before{
		position: absolute;
		left: 0;
		top: 3px;
		display: block;
	}

	/* --- 01 --- */
	.unchi_01_img1{ margin-top: 0; }
	.unchi_01_img2{ margin-top: 0; }
	.unchi_01_img3{ margin-top: 0; }
	.box_text_s_wide{
		float: none;
		width: 100%;
	}

	/* --- 02 --- */
	#brand .health_img .unchi_03_img1,
	#brand .health_img .unchi_03_img2{
		margin: 0;
		width: 150px;
	}
	.color_text{
		width: 100%;
		float: none;
	}
	.color_img{
		padding: 5px 5px 0 0;
		width: 35%;
		text-align: center;
	}
}