@charset "utf-8";
/* CSS Document */
#section-faq{margin-top:3em;}
.list-faq{}
.list-faq dt,.list-faq dd{}
.list-faq dt{
margin-left:1em;
padding:1em 0;
font-size:1.6rem;
font-weight:700;
border-bottom:#333 dotted 1px;
color:#2D8D83;
}
.list-faq dt span{
display:inline-block;
width:2em;
height:2em;
margin:0 .5em 0 0;
text-align:center;
line-height:2em;
border-radius:1em;
background-color:#2D8D83;
color:#FFF;
font-family:'Lora',serif;
}
.list-faq dd{padding:1.5em;}