/* ヘッダー */
.header__sp {

    border-bottom: 1px solid;
}

.header {
    margin-bottom: 58.91px;
}

/*  */


.privacy-policy {
    margin-top:31px;
   
   
}

.privacy-policy__top__txt {
    margin-top:26px;
    margin-bottom:22px;
    line-height: calc(25/16);
}

.privacy-policy__list {
    line-height: calc(23/16);
}

.privacy-policy__list li:not(:last-child) {
    margin-bottom: 19px;
}

.privacy-policy__list__ttl {
    font-size: 24px;
    line-height:1.2;
    margin-bottom:3px;
}

.privacy-policy__list__txt {}

@media screen and (min-width:930px){
    .header__sp__wrap {
   
        border-bottom: none;
    }

    .top__send {
        
        padding-top: 5px;
        margin-top: 0;
    }
    
   
}





/*  */


@media screen and (min-width: 768px) {

    /* ヘッダー */
    .header__pc__nav__wrap {
        display: flex;
        margin-right: 0;
        margin-left: auto;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .header__sp {
        align-items: flex-start;
        background: none;
        background-color: #fff;
        border-bottom: 1px solid;
        padding-bottom: 9px
    }

    .header {
        margin-bottom: 101px;
    }

    @media screen and (max-width: 1234px) {
        .header {
            margin-bottom: 178.73px;
        }

    }

    /*  */

    .privacy-policy {
        margin-top:40px;
       
    }
    .privacy-policy__top__txt {
        margin-top:49px;
        margin-bottom:30px;
    }

    .privacy-policy__list li:not(:last-child) {
        margin-bottom: 30px;
    }

}