@charset "utf-8";
.page-hd {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-image: url(img/tooth_decay-hd.jpg);
}
.page-hd h2 {
	text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
	font-size: 48px;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 180px;
}
.sec1-bg {
    background-image: url(../med-tooth_decay/img/tooth_decay_lead-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 85px;
    padding-bottom: 85px;
    padding-right: 350px;
}
.tb-feature {
    width: 100%;
}
.tb-feature tr td:first-child {
    text-align: left;
}
.sec2-box {
    display: flex;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.sec2-box:nth-child(odd) {
    background-color: rgba(255,255,255,0.30);
}
.sec2-box:nth-child(even) {
    background-color: rgba(66,174,165,0.30);
}
.feature-subbox {
    background-color: rgba(255,255,255,1.00);
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border: 1px solid rgba(66,174,165,1.00);
    border-radius: 8px;
}
table tr td {
}
.feature-tb {
    width: 100%;
}
.feature-tb tr td {
    font-size: 15px;
    line-height: 130%;
    vertical-align: middle;
}
.feature-tb tr td p {
    padding-left: 1em;
    text-indent: -1em;
}
.price-sub-tb tr td {
    text-align: right;
    vertical-align: top;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
}


.sec2-box .img-box {
    width: 171px;
    margin-left: 0px;
    margin-right: 14px;
}
.sec2-box .feature-box {
    width: 700px;
}
#sec2 .main-text {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}



.feature-tb tr td:nth-child(1) {
    width: 10%;
    text-align: center;
    background-color: #95E3FF;
    color: #FFFFFF;
    font-weight: bold;
}
.feature-tb tr td:nth-child(2) {
    width: 40%;
    padding-left: 8px;
    padding-right: 32px;
}
.feature-tb tr td:nth-child(3) {
    width: 10%;
    text-align: center;
    background-color: #FFA395;
    color: #FFFFFF;
    font-weight: bold;
}
.feature-tb tr td:nth-child(4) {
    width: 40%;
    padding-left: 8px;
}





.tb-feature tr td:last-child {
    text-align: right;
}
.price-notes {
    text-align: right;
    font-size: 14px;
}
