@charset "utf-8";
/*共通設定*/
.txt-flex {
    display: flex;
    gap: 4px;
}
/*終わり*/

/*<section class="privacy">*/
.privacy {
    margin-top: 80px;
    font-size: 14px;
}

.privacy-in {
    max-width: 1000px;
    margin: 0 auto;
}

.privacy-lead {
    padding-bottom: 40px;
    border-bottom: solid 1px #999;
}

.privacy-con {
    margin-top: 40px;
}

.privacy-con p {
    margin-bottom: 8px;
}

.privacy-h2 {
    font-size: 24px;
    margin-bottom: 16px;
}

    /*<div class="privacy-03">*/
.privacy-03 .txt-01 {
    margin-bottom: 24px;
}

    /*<div class="privacy-05">*/
.privacy-05 .txt-02,
.privacy-05 .txt-03 {
    margin-top: 24px;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  
}


/*スマホ*/
@media (max-width: 599px) {
/*<section class="under-fv">*/
    .under-fv-h1 {
        font-size: 48px;
    }  

    .under-fv-h1:before{
        top: 44px;
    }
/*終わり*/  

/*<section class="privacy">*/
    .privacy {
        margin-bottom: 80px;
    }

    .privacy-h2 {
        font-size: 20px;
    }    
/*終わり*/  
}    