@charset "utf-8";

#main{
	margin-bottom: 195px;
}

section{
	position: relative;
}

#page_mv{
	background-image: url(../../img/menopause/pc/bg_h2.jpg);
}

#page_mv h2{
	background: url(../../img/menopause/pc/icon_h2.png) no-repeat top 65px center;
	background-size: 78px 44px;
}

#breadcrumb ~ .inner{
	max-width: 900px;
}

h3{
	color: #6C5417;
	font-size: 24px;
	letter-spacing: 2.4px;
	line-height: 1.75;
	margin-top: 65px;
	margin-bottom: 35px;
	text-align: center;
}

.txt1{
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 1.28px;
	text-align: center;
}

.menopauseList + .menopauseList{
	padding-top: 10px;
}

.menopauseList h3{
	color: #483826;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 60px;
	text-align: left;
	background: #E9E5DC;
	padding-left: 20px;
}

.menopauseList p{
	width: 92%;
	margin: auto;
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2.25;
}

#doctorComment{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #78b7cc;
	border-radius: 20px;
	margin: 65px auto 0;
	padding-left: 28.888%;
	padding-right: 4.444%;
	background: url(../../img/gyn/pc/img_doctor.png) no-repeat left 5.5% center/20% auto #fff;
	position: relative;
	min-height: 260px;
}

#doctorComment:before{
	content:"";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	width: 65px;
	height: 32px;
	background: url(../../img/gyn/pc/bg_dr_comment.png) no-repeat center/cover;
}

#doctorComment h3{
	color: #78B7CC;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 10px;
}

#doctorComment p{
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1.28px;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px){
	#main{
		margin-bottom: 130px;
	}
	#page_mv{
		background-position: left center;
	}
	h3{
		font-size: 20px;
		letter-spacing: 2px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.txt1{
		font-size: 14px;
		letter-spacing: 0.7px;
		line-height: 2;
		text-align: left;
	}
	.menopauseList h3{
		font-size: 16px;
		line-height: 50px;
		padding-left: 18px;
	}
	.menopauseList p{
		width: 90%;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 1;
	}
	#doctorComment{
		width: 100%;
		margin-top: 65px;
		padding: 0 6.25%;
		background-position: top 25px center;
		background-size: 150px;
	}
	#doctorComment h3{
		font-size: 16px;
		padding-top: 160px;
		margin-bottom: 12px;
		text-align: center;
	}
	#doctorComment p{
		font-size: 14px;
	}
}

@media screen and (max-width: 414px){
	h3{
		text-align: justify;
	}
}