@charset "utf-8";

#main{
	margin-bottom: 195px;
}

section{
	position: relative;
}

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

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

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

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

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

.gynMenu{
	width: 1190px;
	margin: 60px auto 25px;
	display: flex;
	position: relative;
	z-index: 1;
}

.gynMenu li{
	flex-grow: 1;
	box-sizing: border-box;
	border-right: 1px solid #cdd872;
	width: 170px;
}

.gynMenu li:first-child{
	border-left: 1px solid #cdd872;	
}

.gynMenu li a{
	display: block;
	background: #f5f7e3;
	background-size: 23px;
	color: #aec25d;
	font-size: 18px;
	letter-spacing: 0.9px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	padding-left: 30px;
	transition: .3s;
}

.gynMenu li span{
	position: relative;
}

.gynMenu li span:before{
	content: "";
	width: 23px;
	height: 23px;
	background: url("../../img/common/pc/icon_page_jump.png") no-repeat center/cover;
	position: absolute;
	left: -33px;
	top: -2px;
}

.gynMenu li a:hover{
	background-color: #cdd872;
	color: #fff;
}

.gynList{
	padding-top: 135px;
	margin-top: -60px;
}

.gynList h3{
	width: 75.63%;
	color: #483826;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 60px;
	text-align: left;
	background: #E9E5DC;
	padding-left: 25px;
	margin: auto;
	box-sizing: border-box;
}

.gynList p{
	width: 68.907%;
	margin: 30px auto 0;
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2;
}

.gynLink{
	display: block;
	margin: 30px auto;
	max-width: 500px;
	font-size: 20px;
	letter-spacing: 1px;
	width: 500px;
	background-position: right 22px center;
}

.gynLink:hover{
	background-position: right 19px center;
}

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

#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: 1300px){
	.gynMenu{
		width: 100%;
		max-width: 500px;
		display: block;
	}
	.gynMenu li{
		float: left;
		width: 50%;
	}
	.gynMenu li:nth-child(odd){
		border-left: 1px solid #cdd872;
	}
	.gynMenu li:nth-child(n+3){
		border-top: 1px solid #cdd872;
	}
	.gynMenu li a{
		font-size: 14px;
		letter-spacing: 0.7px;
		line-height: 50px;
		padding-left: 43px;
		text-align: left;
	}
	.gynMenu li span:before{
		top: -5px;
	}
}

@media screen and (max-width: 768px){
	#main{
		margin-bottom: 100px;
	}
	#page_mv{
		background-position: left center;
	}
	h3{
		font-size: 20px;
		letter-spacing: 2px;
		margin-top: 50px;
		margin-bottom: 30px;
		text-align: justify;
	}
	.txt1{
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 2;
		text-align: left;
	}
	.gynMenu{
		margin: 65px auto 80px;
	}
	.gynList h3{
		width: 100%;
		font-size: 16px;
		line-height: 50px;
		padding-left: 14px;
	}
	.gynList p{
		width: 90%;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 1px;
	}
	.gynList{
	    padding-top: 115px;
	    margin-top: -60px;
	}
	.gynLink{
		max-width: 280px;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 1px;
		padding: 8px 0 8px 1%;
		width: 100%;
		background-position: right 15px center;
		box-sizing: border-box;
	}
	.gynLink:hover{
		background-position: right 12px center;
	}
	#doctorComment{
		width: 100%;
		margin-top: 100px;
		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;
	}
}