@charset "utf-8";
.privacy_inner{
    box-sizing: border-box;
    max-width: 1000px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-bottom: 120px;
}
.privacy h3{
    font-size: 28px;
    margin-top:80px;
    margin-bottom: 40px;
    font-weight: bold;
}
.privacy_inner p{
    font-size: 14px;
    line-height: 1.5em;
}
.f_red{
    color:#ac0b0b;
    text-decoration: underline solid #ac0b0b;
}
.f_red:hover{
    opacity: 0.5;
}
.distance {
    margin-top: 0px;
}
@media screen and (max-width: 1024px) {
    .p_point{
        position: static;
        padding: 250px 4% 40px;
        font-weight: bold;
    }
    .recruit_top_inner{
        height: 100%;
        position: relative;
        padding: 0 auto;
    }
    .mianImg{
        background-color: #f7f7f7;
        background-size: cover;
        background-position: center left 120px;
        background-repeat: no-repeat;
        width: 89%;
        height:100%;
        float: right;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
    }
    .privacy h3{
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .privacy .privacy_inner{
        box-sizing: border-box;
        max-width: 100%;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 100px;
        padding-left: 4%;
        padding-right: 4%;
    }
    .privacy_inner .p_farst{
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .p_point{
        padding: 250px 4% 40px;
    }
    .privacy .privacy_inner{
        padding-left: 40px;
        padding-right: 40px;
    }
    .recruit_top {
        position: relative;
    }
    .p_point h3{
        padding: 0;
    }
    .mianImg{
        background-color: #f7f7f7;
        background-size: cover;
        background-position: center left 120px;
        background-repeat: no-repeat;
        width: 89%;
        height:100%;
        float: right;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -1;
    }
    #privacy .privacy_inner{
       margin-top: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .privacy h3{
        font-size: 34px;
        margin-top:30px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .privacy_inner p{
        font-size: 24px;
    }
    .privacy_inner h3{
        padding: 0;
        margin-top:100px;
        margin-bottom: 50px;
    }
    .privacy_inner .p_farst{
        margin-top: 160px;
    }
}
