@charset "utf-8";
.page-hd {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-image: url(img/bruxism-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(img/bruxism_lead-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 85px;
    padding-bottom: 85px;
    padding-right: 350px;
}
.main-text h4 {
    text-align: center;
    font-size: 24px;
}
.sec3-sub1,.faq {
    border: 1px solid rgba(66,174,165,1.00);
    border-radius: 8px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    display: flex;
	align-items: center;
}
.sec3-sub1-nf,.faq {
    border: 1px solid rgba(66,174,165,1.00);
    border-radius: 8px;
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
}
.faq dl dt {
    padding-left: 1.7em;
    text-indent: -1.7em;
    font-weight: bold;
}

.faq dl dd {
    margin-bottom: 16px;
    padding-left: 1.7em;
    text-indent: -1.7em;
}
