@charset "utf-8";


/* =================
main
==================== */
/* =================
section privacy
==================== */

.section.section--privacy{
    padding: var(--contentPadding);
}

.topic {
    margin-top: 120px;
}

.topic__subTitle {
    text-align: center;
}

.detail {
    margin-top: 50px;
}

.privacyContent {
    margin-top: 50px;
    display: block;
}

.privacyContent__detail {
    margin-top: 30px;
}

.privacyContent__detail:first-of-type {
    margin-top: 0;
}

.privacyContent__title {
    font-size: 2rem;
    font-weight: 500;
}

.privacyContent__txt {
    margin-top: 10px;
}



/* pc privacy 769px */
@media screen and (min-width: 769px)  {
.section.section--privacy {
  padding-bottom: 50px;
 } 
 
.topic {
    margin-top: 210px;
}

}


