@charset "utf-8";
.g_nav ul{
    margin-bottom: 100px;/*index.htmlは50px*/
}/*ヘッダーここまで*/
/*メインここから各CSS*/
#privacy_box{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 150px;
}
#privacy_box h2{
    width: 176px;
    margin: 0 auto;
    margin-bottom: 100px;
    text-align: center;
    line-height: 3;
    font-size: 1.1em;
    font-weight: normal;
    border-bottom: solid 1px;
}
#privacy_box h3,h4{
    font-size: .9em;
    margin-bottom: 30px;
}
#privacy_box h4{
    font-weight: normal;
}
#privacy_box ul{
    margin-bottom: 60px;
    padding-left: 20px;
    line-height: 2;}
.last_li{

    margin-bottom: 150px;
}
#privacy_box p{
    text-align: right;
    margin-bottom: 10px;
}
/*メインここまで*/