@charset "UTF-8";
/* プライバシーポリシー
================================================== */
.ttlWrap {
  padding-top: 30px;
}

.ttl--main {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.66667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ttl--main {
    font-size: 3.5rem;
    line-height: 1.42858;
  }
}

.lead--main {
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 1000px;
  margin: 35px auto 0;
  padding: 4px 1em;
  text-align: center;
  width: 84%;
}

/* sec-01
-------------------------------------------------- */
.sec-01 .sec__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.sec-01 dl > div {
  margin-top: 30px;
}
.sec-01 dt {
  padding-left: 1em;
  text-indent: -1em;
}
.sec-01 dd {
  margin-top: 30px;
}
.sec-01 dd:first-of-type {
  margin-top: 16px;
}
.sec-01 dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec-01 dd .dd__ttl {
  display: block;
  font-weight: bold;
}
.sec-01 .list--border {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  padding: 18px 0;
}

/* sec-02
-------------------------------------------------- */
.sec-02 {
  margin-top: 60px;
  text-align: center;
}
.sec-02 .sec__inner {
  padding-top: 0;
}

.sec-02 .ttl {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 1em;
  width: 100%;
}
.sec-02 .ttl span {
  display: inline-block;
}

.sec-02 .lead {
  font-size: 2rem;
  line-height: 1.45;
  margin-top: 20px;
}

.sec-02 .company-name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}

.sec-02 .data {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 5px;
}
.sec-02 .data span {
  display: inline-block;
}
.sec-02 .data a {
  color: #1C0CE5;
  text-decoration: underline;
}/*# sourceMappingURL=privacy.css.map */