@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.content > .container .normalTxt {
  margin-bottom: 30px;
}

.privacyList {
  padding-top: 0;
}
  .privacyList li {
    text-indent: -2.5em;
  }


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.content > .container .normalTxt {
  margin-bottom: 60px;
}

.privacyList {
  padding-top: 0;
}


}