@charset "UTF-8";


/* qa
----------------------------------------------- */
.faq_box{  margin: 0 auto 20vw;}
.faq_box .faq_cat_desc{
    font-size: 3.2vw;
    color: #999;
    text-align: center;
    margin: 2vw auto 5vw;
    padding: 0;
    line-height: 1.6;
    font-weight: normal;
}
.faq_box .faq-item{margin-bottom: 3%;}
.faq_box .faq_q{ cursor: pointer;font-weight:bold;font-size: 3.4vw;position:relative;padding: 4% 5% 4%;margin-bottom: 1%;border-bottom: 1px solid #ccc;line-height:1.8;text-indent: -3.2vw;    letter-spacing: 2px;}
.faq_box .faq_q:before{content: "\f105";font-family: icon;position:absolute;right: 3%;color:#969696;transform: rotate(90deg);top: 36%;}
.faq_box .faq_a{font-size:90%;line-height:2;padding: 2% 4% 0%;display:none;}
.faq_box .faq_a a{display:inline-block;font-weight:bold;color: #14569b;}
.faq-items{margin-bottom: 10vw;}

/* PC-size 
======================================================================================*/
@media screen and (min-width: 736px) {
/* qa
----------------------------------------------- */
.faq_box{   margin: 0 auto 140px;}
.faq_box .faq_cat_desc{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 15px auto 25px;
    padding: 0;
    line-height: 1.6;
    font-weight: normal;
}
.faq_box .faq-item{margin-bottom:15px;}
.faq_box .faq_q{font-size: 18px;padding: 15px 0 15px 45px;text-indent: -19px;}
.faq_box .faq_q:before{right:20px;}
.faq_box .faq_a{font-size:14px;margin-bottom: 15px;padding: 5px 45px 0px;}
.faq-items{margin-bottom: 50px;}
  
/* end
======================================================================================*/
}

