@charset "utf-8";

.faqArea{
    width: 980px;
    margin: 0px auto;
}

.contents{
    border-top: 1px solid #dfdfdf;
    margin-bottom: 40px;
}

.contents .title{
    font-size: 1.8rem;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 30px;
}

.contents .qaArea{

}

.contents .qaArea .qaBtn{
    font-size: 1.6rem;
    color: #2396c7;
    cursor: pointer;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.contents .qaArea .qaBtn:hover{
    color: #ec7063;
}

.contents .qaArea .ans{
    display: none;
    line-height: 1.6em;
    font-size: 1.8rem;
    padding: 20px;
}
