@charset "utf-8";
.page-hd {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-image: url(img/faq-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;
}
.faq-box {
    padding-top: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    border-radius: 8px;
    border: 1px solid rgba(98,98,98,0.70);
    background-color: rgba(255,255,255,0.50);
    margin-bottom: 16px;
}
.faq-box:last-child {
    margin-bottom: 0px;
}
.faq-box dl dt {
    font-weight: bold;
    margin-bottom: 16px;
}
.faq-q {
    color: rgba(255,121,122,1.00);
    font-weight: bold;
    font-size: 30px;
}
.faq-a {
    color: rgba(142,148,255,1.00);
    font-weight: bold;
    font-size: 30px;
}
