@charset "utf-8";
/*=======================
privacypolicy
=======================*/
.section--privacypolicy {
    padding: 60px 15% 100px;
}

.privacypolicy-info {
    font-size: 1.6rem;
    line-height: 1.8;
}

.privacypolicy-circle {
    margin-top: 40px;
}

.privacypolicy-topic {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    color: #FFF;
    background-color: #00ab98;
    padding: 5px 0;
}

.privacypolicy__list {
    margin-top: 30px;
}

.privacypolicy__item {
    margin-top: 40px;
}

.privacypolicy__title {
    font-size: 2.2rem;
    font-weight: 500;
    position: relative;
    padding-left: 0.8em;
    margin-bottom: 10px;
}

.privacypolicy__title:before {
    position: absolute;
    content: '';
    left: 0;
    border: 3px solid #00AB98;
    height: 100%;
    border-radius: 50px;
}

.privacypolicy__txt {
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: 400;
}

.privacypolicy__txt li {
    margin-top: 3px;
}

.privacypolicy__sublist {
    margin-top: 40px;
    padding: 16px 2%;
    border-radius: 3px;
    background-color: #f8f8f8;
}

.privacypolicy__subtitle {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    padding-left: 1.2em;
    position: relative;
}

.privacypolicy__subtitle:first-of-type {
    margin-top: 0;
}

.privacypolicy__subtitle::before {
    position: absolute;
    content: '●';
    top: 0;
    left: 0;
    color: #00AB98;
    font-size: 1.2rem;
    padding-top: 5px;
}

.privacypolicyAdd {
    margin-top: 40px;
    display: flex;
    gap: 1em;
}

.privacypolicyAdd-title {
    border: 2px solid #eee;
    border-radius: 5px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.4rem;
    text-align: center;
}

.privacypolicyAdd-txt {
    font-size: 1.4rem;
    line-height: 1.8;
}

/* privacypolicy tb */
    @media screen and (max-width: 1080px) {
    .section--privacypolicy {
        padding: 70px 4.2% 100px;
    }
}/* tb 1080px */

/* privacypolicy sp */
    @media screen and (max-width: 769px) {
    .section--privacypolicy {
        padding: 30px 4.2% 40px;
    }

    .privacypolicy-info {
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .privacypolicy-circle {
        margin-top: 30px;
    }

    .privacypolicy-topic {
        font-size: 1.8rem
    }

    .privacypolicy__item {
        margin-top: 30px;
    }

    .privacypolicy__title {
        font-size: 1.8rem;
    }

    .privacypolicy__sublist {
        margin-top: 20px;
    }
    
    .privacypolicy__subtitle {
        font-size: 1.6rem;
    }

    .privacypolicy__subtitle::before {
        left: 3px;
        font-size: 1rem;
        padding-top: 7px;
    }

    .privacypolicyAdd {
        margin-top: 20px;
        display: inline-block;
    }


    .privacypolicyAdd-title {
        border-radius: 5px;
        writing-mode: horizontal-tb;
        text-orientation: upright;
        font-size: 1.4rem;
        text-align: center;
    }

    .privacypolicyAdd-txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }

}
/* sp 769px */