.privacy {
    line-height: 1.6;
    margin: 40px auto;
    max-width: 960px;
    padding: 20px;
    text-align: left;
}
.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

.pttl {
    text-align: center;
    font-size: 25px;
    margin-bottom: 16px;
}


.ttl, .subTtl {
    color: #333;
    margin-top: 24px;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 8px;
    text-align: left;
}
.ttl {
    font-size: 24px;
}
.txt {
    font-size: 16px;
    margin-block: 16px;
}
.txt, .contact-info {
    text-align: left;
    margin-bottom: 16px;
}
.list {
    margin-bottom: 16px;
    padding-left: 0;
    list-style: none;
}
.item {
    margin-left: 0;
    padding-left: 18px;
    position: relative;
    font-size: 16px;
    line-height: 2;
}

.link {
    text-decoration: underline;
}
.contact-info {
    margin-top: 32px;
    padding-inline: 15px;
    border-radius: 5px;
}
.contact-info .ttl, .contact-info .subTtl {
    text-align: left;
}
.contact-info .txt {
    margin-bottom: 8px;
}
.ftr {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #777;
}
.ftr .txt {
    text-align: center;
    font-size: 12px;
}
.ftr__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.ftr__img {
    height: auto;
    margin-bottom: 10px;
}

@media screen and (min-width:768px){
    .ftr__container>.ftr__img:nth-child(1) {
        width: 14.9414%;
    }
      
    .ftr__container>.ftr__img:nth-child(2) {
        width: 16.50390625%;
    }
      
    .ftr__container>.ftr__img:nth-child(3) {
        width: 14%;
    }
      
    .ftr__container>.ftr__img:nth-child(4) {
        width: 21.58203125%;
    }
      
    .ftr__container>.ftr__img:nth-child(5) {
        width: 12.79296875%;
    }
}

@media screen and (max-width:767px){

    .txt {
        letter-spacing: 0.01em;
        line-height: 1.6;
    }

    .pttl {
        font-size: 22px;
    }

    .ftr__container {
        flex-direction: column;
        gap: 0;
    }
}