@charset "utf-8";

#content02 h2 {
margin-bottom:30px;
}
#content02 .back-to-top {
padding:30px 0 10px;
}

/* question list */
#content02 .question {
margin:0 20px 30px;
border-bottom:1px dotted #C2BBB7;
}
#content02 .question ol {
padding-bottom:20px;
font-size:1.4em;
font-weight:bold;
}
#content02 .question ol li {
margin-bottom:10px;
padding-left:13px;
background:transparent url(../img/faq_bg_01.png) left center no-repeat;
}

/* q&a box */
#content02 .answer {
margin:0 20px;
}
#content02 .answer h3 .q,
#content02 .answer p .a {
float:left;
width:2em;
}
#content02 .answer h3 {
margin-bottom:10px;
padding:5px 3em;
background-color:#ECDFD1;
color:#804124;
font-size:1.4em;
}
#content02 .answer h3 .q {
margin-left:-2.5em;
}
#content02 .answer p {
margin-left:3.5em;
font-size:1.2em;
}
#content02 .answer p .a {
margin-left:-3em;
}
