@charset "utf-8";

.fpf-faq {

}

.fpf-faq h3 {
    font-size: 150%;
    border-bottom: #ccc 1px solid;
    padding: 5px 0;
    margin: 50px 0 0px;
}

.fpf-faq-section {

}

.fpf-faq-dl {

}

.fpf-faq-dl dt {
    /*
    position:relative;
    margin-bottom: 20px;
    padding-top: 20px;font-size: 14px;
    padding-left:40px;
    text-indent: -4em;padding-left: 4em;
    */
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 17px;
    padding-left: 40px;
    color: #37568b;
    font-weight: bold;
}

.fpf-faq-dl dt:before {
    /* padding: 8px 10px; */
    /* border-radius: 20px; */
    /*top: 15px;*/
    background:#85919d;
    color:#ffffff;
    content: "Q";
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top:18px;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
    line-height: 2.2;
    border-radius: 30px;
}

.fpf-faq-dl dd {
    /* padding-left: 3em;text-indent: -3em; */
    position:relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    padding-top:5px;
    padding-left:40px;
}

.fpf-faq-dl dd:before {
    /* padding: 8px 10px; */
    /* border-radius: 20px; */
    background:#37568b;
    color:#ffffff;
    content: "A";
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0px;
    text-align: center;
    text-indent: 0;
    padding-left: 0;
    line-height: 2.2;
    border-radius: 30px;
}

.fpf-category-section {
    margin-bottom:120px;

}

.fpf-category-list {

}

/*
.fpf-category-list li {
    width: 49%;
    float: left;
    border-bottom: 1px solid #cccccc;
    margin-right: 2%;
}

.fpf-category-list li:nth-child(2n) {
    margin-right:0;
}
*/

.fpf-category-list li {
    width: 32%;
    float: left;
    border-bottom: 1px solid #cccccc;
    margin-right: 2%;
}

.fpf-category-list li:nth-child(3n) {
    margin-right:0;
}

.fpf-category-list li a {
    position: relative;
    display: block;
    padding: 25px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #37568b;
}

.fpf-category-list li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6a7887;
    border-right: 1px solid #6a7887;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fpf-sfpf-faq-span {
    margin-left:-7px;
}

.fpf-sfpf-faq-span-red {
    color:#f63535;
}

.fpf-sfpf-faq-span-indent {
    margin-left:10px;
}












