﻿@charset "utf-8";



.faq.sec001{
    margin-top: 100px;  

}

.faq{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 74px;
    font-size:100%;
    line-height: 190%;
}

.faq div{
    font-size:120%;
}


.faq .link{
    text-align: center;
}

.faq .link a{
    text-decoration: underline;
}

.faq .wrap{
    width: 818px;
    margin: 0 auto;
    margin-top: 60px;   
}

.faq .wrap dl{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 40px;    
    padding-bottom: 40px;

}



.faq .wrap dl dt{
    background-image: url("/recruit/assets/css/entry/faq/../../../img/entry/faq/icon_01.png");
    background-size: 46px 46px;
    background-repeat: no-repeat;
    padding: 8px 0 8px 60px;  
    font-size:110%;
    font-weight: bold;
    margin-bottom: 20px;    


}


.faq .wrap dl dd{
    background-image: url("/recruit/assets/css/entry/faq/../../../img/entry/faq/icon_02.png");
    background-size: 46px 46px;
    background-repeat: no-repeat;
    padding: 0 0 0 60px; 
    line-height:1.4; 
    font-size:92%;
    min-height: 45px;
}

.faq .wrap dl dd a{
    text-decoration: underline;
}





@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {



    .faq.sec001{
        margin-top: 40px;  

    }

    .faq{
        width: auto;
        margin: 0;
        margin-bottom: 40px;
        font-size:120%;
        line-height: 190%;
    }


    .faq .wrap{
        width: auto;
        margin: 0 10px;
        margin-top: 20px;   
    }

    .faq .wrap dl{
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 30px;    
        padding-bottom: 30px;

    }

    .faq .link{
        margin: 0 10px; 
        text-align: left;
    }



    .faq .wrap dl dt{
        background-image: url("/recruit/assets/css/entry/faq/../../../img/entry/faq/icon_01.png");
        background-size: 40px 40px;
        background-repeat: no-repeat;
        padding: 0 0 0 55px;  
        font-size:110%;
        font-weight: bold;
        margin-bottom: 20px;    
        min-height: 45px;
        line-height:1.4;

    }


    .faq .wrap dl dd{
        background-image: url("/recruit/assets/css/entry/faq/../../../img/entry/faq/icon_02.png");
        background-size: 40px 40px;
        background-repeat: no-repeat;
        padding: 0 0 0 55px; 
        line-height:1.4; 
        font-size:92%;
        min-height: 45px;
    }








    
}
