.privacy-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.privacy-content{
    width: 1000px;
    padding: 0;
}
.privacy-content > .lecture-top {
    width: 6%;
}
.privacy-description {
    white-space: pre-line;
    border: 0;
    margin-top: 0vw;
}
.privacy-number{
    width: 4vw;
}
.privacy-header{
    margin-left: 4vw;
}
.privacy-text{
    padding: 1vw;
}
.privacy-list{
    white-space: pre-line;
    font-size: 20px;
    line-height: 1;
    padding-inline-end: 40px;
}
.privacy-text-blue{
    font-size: 30px;
    color: #3e9ba2;
    font-weight: 700;
    display: block;
    margin-top: 1vw;
    margin-bottom: -17px;
}
.privacy-button{
    text-decoration: none;
    color: black;
    transition: 2s;
}
.privacy-button:hover{
    color: #3e9ba2;
    transition: 2s;
}

.address{
    margin-left: 30px;
}
.privacy-image-sp {
    display: none;
}

@media only screen and (max-width: 500px) {
    .privacy-image{
        display: none;
    }
    .privacy-image-sp {
        width: 100%;
        display: block;
    }
    .privacy-content {
        width: auto;
        padding: 0 20px;
    }
    .privacy-text-blue {
        font-size: 20px;
        margin-top: 25px;
    }
    .header-section-untriggered{
        z-index: 100;
        position: absolute;
    }
    .privacy-number {
        width: 50px;
    }
    .privacy-text {
        padding: 20px;
    }
    .privacy-content > .lecture-top {
        width: 45px;
    }
    .privacy-list {
        line-height: normal;
    }
}