@charset "UTF-8";

/* ======================================================================

  "Energyflex" Privacy Policy PC Styles

====================================================================== */
body { background: url(../../common/images/inquiry_bg.png) repeat 0 0; }
.inc-footer { margin: 0; }

/*
  Privacy
====================================================================== */
.privacy-unit .inner {
  position: relative;
  background-color: var(--white);
  padding: 120px 120px 100px;
}
.privacy {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  margin: 140px 0 0;
}
.privacy > h2 {
  font-size: calc(18 / 16 * 1em);
  margin: 0 0 .5em;
}
.privacy p {
  line-height: calc(36 / 16);
  margin: 0 0 45px;
}
.privacy > dl { line-height: calc(36 / 16); }
.privacy > dl dt { font-weight: 600; }
.privacy > dl dd { margin: 0 0 45px; }
.privacy > dl dd ol li {
  text-indent: -1.75em;
  padding: 0 0 0 1.75em;
}
.privacy > dl dd ol li.num01::before { content: "1）"; }
.privacy > dl dd ol li.num02::before { content: "2）"; }
.privacy > dl dd ol li.num03::before { content: "3）"; }
.privacy > dl dd ol li.num04::before { content: "4）"; }
.privacy > dl dd ol li.num05::before { content: "5）"; }

/* Contact Information
---------------------------------------------------------------------- */
.contact-info {
  padding: 45px 40px;
  background-color: var(--l-gray);
}
.contact-info h3 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36 / 16);
  margin: 0 0 30px;
}
.contact-info p { margin: 0; }