/* 下層共通 */


/*  */

.privacy-policy .h__ttl{
    font-size:28px;
}

.h__ttl>span{
    display: inline-block;
    position: relative;
    top:6px;
}

.h__ttl>span>span{
    display: inline-block;
}

.privacy-policy__ttl{
    width:325.2px;
}
.privacy-policy {
    padding-bottom: 22px;;

}


.privacy-policy__top__txt {
    line-height: 1.437;
    margin-bottom: 23px;
    margin-top: 18px;
}

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

.privacy-policy__dt {
    font-size: 20px;
    margin-bottom:3px;
    line-height: 1.2;
    font-weight:normal;
}

.privacy-policy__txt {
    line-height: 1.5;
}


.back-to-top__btn {
    position: absolute;
    width: 47px;
    top: -27px;
    right: 2px;
}

@media screen and (min-width:500px){
    .h__ttl>span{
        display: inline;
        position: static;
        
    }
    .br__sp__500{
        display:none;
    }
}

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

    .privacy-policy .h__ttl{
        font-size:33px;
    }
    .h__ttl__border {
        width: 163px;
    margin-top: 6px;
    margin-left: -64px;
    }
    .privacy-policy {
      
        padding-bottom: 35px;
    }

    .privacy-policy__top__txt {
        line-height: 1.625;
        margin-bottom: 33px;
        margin-top: 22px;
    }

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

    .privacy-policy__dt {
        font-size: 22px;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .privacy-policy__txt {
        line-height: 1.625;
    }

    .back-to-top__btn {
        position: absolute;
        width: 47px;
        top: -27px;
        right: 35px;
    }

}