@charset "UTF-8";


ul.faqList li{
    list-style-type: none;
    border-bottom: 1px solid #DDD;
    padding: 7px 0;
}
ul.faqList li:before{
    content: "Q.";
    font-size: 1.5em;
    color:#CD4F41;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
    padding-left: 20px;
}
ul.faqList li a{
    text-decoration: none;
}
ul.faqList li a:hover{
    text-decoration: underline;
}
h1.question{
    border-bottom: 2px dashed #CCC;
}
h1.question:before{
    content: "Q.";
    font-size: 1em;
    padding-right: 3px;
    color:#CD4F41;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
}
p.answer{
    font-size: 110%;
    line-height: 1.8em;
}
p.answer:before{
    content: "A.";
    font-size: 1.5em;
    color:#154586;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
}
.link_l a{
    font-weight: 700;
    font-size: 100%;
    line-height: 1.8em;
}

.link_l a:hover{
 text-decoration: underline;   
} 

@media screen and (max-width: 750px){
.contWrap .pageClm2 .mainArea h1 {
    font-size: 1.5rem;
    }
}/*end*/