/* --------------------
 privacy
-------------------- */
.privacy__hero {
    align-items: center;
    background-image: url(../images/commons/com-hero-blue.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .privacy__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.privacy__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px 90px;
    width: 100%;
}

@media (min-width: 768px) {
    .privacy__hero-container {
        padding: 15px 30px;
    }
}

.privacy__hero__title {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .privacy__hero__title {
        font-size: 3.2rem;
    }
}

.privacy__hero__desc {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    width: 100%;
}

.privacy__hero:after {
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    content: '';
    display: block;
    height: 60px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.privacy__list {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .privacy__list {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.privacy__list-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .privacy__list-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.privacy__list__intro {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .privacy__list__intro {
        margin-bottom: 50px;
    }
}

.privacy__list__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .privacy__list__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.privacy__list__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .privacy__list__title__text {
        padding-left: 55px;
    }
}

@media (min-width: 1240px) {
    .privacy__list__title__text {
        padding-left: 0;
    }
}

.privacy__list__title__text:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .privacy__list__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        width: 45px;
    }
}

@media (min-width: 1240px) {
    .privacy__list__title__text:before {
        left: -55px;
    }
}

.privacy__list__main__item {
    margin: 0 0 40px;
}

.privacy__list__main__item:last-child {
    margin-bottom: 0;
}

.privacy__list__main__item__title {
    background-color: rgba(51, 172, 255, .7);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 5px 15px 5px 45px;
    position: relative;
}

@media (min-width: 768px) {
    .privacy__list__main__item__title {
        font-size: 2.0rem;
        padding-left: 80px;
    }
}

.privacy__list__main__item__title:before {
    background-image: url(../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    content: '';
    display: block;
    height: 25px;
    left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
}

@media (min-width: 768px) {
    .privacy__list__main__item__title:before {
        left: 30px;
    }
}

.privacy__list__main__item__content {
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 2.2;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .privacy__list__main__item__content {
        font-size: 1.6rem;
        padding-left: 40px;
        padding-right: 30px;
    }
}

.privacy__list__main__item__content__list {
    counter-reset: counter_1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.privacy__list__main__item__content__list > li {
    counter-increment: counter_1;
    margin: 0;
    padding: 0 0 0 1.8em;
    position: relative;
}

.privacy__list__main__item__content__list > li:before {
    content: counter(counter_1) '.';
    left: 0;
    position: absolute;
    top: 0;
}

.privacy__list__main__item__content__list > li > ul {
    counter-reset: counter_2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.privacy__list__main__item__content__list > li > ul > li {
    counter-increment: counter_2;
    margin: 0;
    padding: 0 0 0 1.6em;
    position: relative;
}

.privacy__list__main__item__content__list > li > ul > li:before {
    border: 1px solid #595757;
    border-radius: 50%;
    content: counter(counter_2);
    font-size: 20.8px;
    font-size: 1.3rem;
    height: 1.3em;
    left: 0;
    line-height: 1.3em;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 1.3em;
}

.privacy__list__main__item__content__list--indent {
    padding: 0 0 0 30px;
}

.privacy__list__main__item__content__address {
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 2.2;
    margin-top: 15px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .privacy__list__main__item__content__address {
        font-size: 1.6rem;
        padding-left: 40px;
        padding-right: 30px;
    }
}

.privacy__list__main__item__content__latest {
    font-size: 1.2rem;
    line-height: 2.2;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .privacy__list__main__item__content__latest {
        font-size: 1.4rem;
        padding-left: 40px;
        padding-right: 30px;
    }
}

.privacy__list__main__item__content a {
    color: #337aff;
    text-decoration: underline;
}

.privacy__list__main__item__content a:hover, .privacy__list__main__item__content a:focus-visible {
    text-decoration: none;
}

