@charset "UTF-8";
/* CSS Document */

#denturesHeader{
	background-image: url(../common/Images/HeaderCommonBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2056px auto;
	background-color: #c6ee60;
	height: 716px;
	width: 100%;
	margin: 0 auto;
	padding-top: 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	
}


#denturesHeader .headerImageCover{
	background-image: url(../common/Images/HeaderCommonOV.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2056px auto;
	height: 716px;
	width: 100%;
	position: absolute;
	top: 0;
	
}

.headerImageCover div{
	padding-top: 366px;
	width: 100vw;
	color: #fff;
	text-align: center;
	min-width: 1114px;
	
}

.headerImageCover div p{
	padding-right: 720px;
}

.headerImageCover div p:nth-child(1){
	font-size: 38px;
	letter-spacing: 2rem;
	margin-bottom: 10px;
	
}

.headerImageCover div p:nth-child(2){
	font-size: 19px;
}

header h1{
	display: none;
}



.headerImage{
	overflow: hidden;
	border-radius: 28px;
	width: 1280px;
	margin: 0 auto;

}



main section>div>h3{
	display: inline-block;
	height: 50px;
	padding: 8px 30px;
	font-size: 30px;
	font-weight: 100;
	background-color: #f2a1a5;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 0.3rem;
	border-radius: 25px;
	position: relative;
	z-index: 1000;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
}



main section>.titleWrap{
	background-color: #fff;
	padding: 30px 0;
	text-align: center;
	
	
}

main section>div.titleWrap p{
	margin-top: 10px;
	color: #f2a1a5;
}

main section>div.contImage{
	background-color: #f2f2f2;
	text-align: center;	
}
main section>div.contImage+p{
	margin: 10px auto;
	color: #8c6239;
	font-size: 20px;
	width: 665px;
	line-height: 3rem;
	text-align: justify;
	letter-spacing: 0.13rem;
	
}

.treatmentContent{
	width: 853px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 30px
}






.treatmentContent p:first-child{
	font-size: 23.5px;
	margin-bottom: 25px;
	background-color: #fbb445;
	height: 36px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 18px;
	padding: 5px 40px;;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


.treatmentContent p:nth-child(2){
	font-size: 23.5px;
	color: #006837;
	line-height: 2.3rem;
	
}

.periodontalPrice{
	padding: 20px;
	background-color: #f2f2f2;
	width: 853px;
	border-radius: 7px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



.denturesCont{
	width: 848px;
	margin: 0 auto;
	overflow: hidden;
	margin: 100px auto;
}

.denturesCont>div:first-child{
	float: left;
	
	margin-right: 30px;

}

.denturesCont h4{
	color: #009245;
	font-size: 22px;
	margin-bottom: 10px;
}

.denturesCont h6{
	background-color: #8cc63f;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 20px;
	
}

p.denturesCaption{
	color: #4d4d4d;
	line-height: 1.3rem;
	width: 250px
}

.denturesCont>div:last-child>img{
	width: 418px;
	height: 418px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
	/*margin-top: 73px;*/
	
}
section::after{
	content: "";
	display: block;
	clear: both;
}




.denturesCont>div:first-child div.periodontalPrice{
	text-align: left;
	width: 400px;
}


.denturesCont>div:first-child div.periodontalPrice div{
	display: inline-block;
	vertical-align: bottom;
	width: auto;
}



.denturesCont>div:first-child div.treatmentContent{
	width: 400px;
}

section:nth-child(-n+4)>p{
	color: #ef8474;
	font-size: 23.7px;
	text-align: center;
	font-weight: 100;
	margin: 30px 0;
	line-height: 2.3rem;
}

.treatmentContent+p{
	background-color: #f2f2f2;
	color: #e83083;
	padding: 23px 33px;
	border-radius: 7px;
	font-size: 22px;
	width: 90%;
}

.tax{
	font-size: 80%
}

.caution{
	color: #808080;
	font-size: 14px;
	
}

.underText{
	width: 400px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.underText::before{
	content: "";
	display: block;
	clear: both;
	margin-top: 30px;
}

.underText>h3{
	    display: inline-block;
    height: 36px;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 100;
    background-color: #8cc63f;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 0.3rem;
	position: relative;
	top: 18px;
}

.underText p{
	color: #754c24;
	border: 3px solid #ffb19f;
	padding: 30px;
	text-align: justify;
	font-size: 16px;
	border-radius: 17px;
	line-height: 1.8rem;
	background-color: #fff;
}

section:nth-child(2) .underText{
	width: initial;
	
	
}


section:nth-child(2) .treatmentContent{
	
	margin: initial;
	
}

.periodontalPrice div{
	display: table-cell;
	width: 320px;
	padding: 5px 10px;;
	color: #e83083;
	font-size: 22px;
	vertical-align: top;
	
}

.periodontalPrice div p{
	color: #808080;
	text-indent: -0.5rem;
	line-height: 1.3rem;
	font-size: 14px;
	margin-right: 0.5rem;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 15px;
}

.periodontalPrice img{
	margin-right: 5px;
}
main section.medicalCareInformation h3+p{
	display: none;
}
