
/************************************
** Q&A
************************************/


dl.dl_faq {
margin: 0;
padding: 0;
}

dl.dl_faq dt {
position: relative;
margin: 0;
padding: 0;
padding-left: 1.2em;
padding-bottom: 4px;
}
dl.dl_faq dt:before {
position: absolute;
content: "Q";
margin-left: -1.2em;
color: #6987b9;
width: 1em;
text-align: center;
}

dl.dl_faq dd {
position: relative;
margin: 0;
padding: 0;
padding-bottom: 24px;
padding-left: 1.2em;
}
dl.dl_faq dd:before {
position: absolute;
content: "A";
margin-left: -1.2em;
color: #ED6E83;
width: 1em;
text-align: center;
}
dl.dl_faq dd:last-child {
padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
dl.dl_faq dd {
padding-bottom: 16px;
}
}
