@charset "utf-8";
/* CSS Document */

.privacy-ttl {
  margin: 35px auto 20px;
  text-align: center;
}
.privacy-img {
  text-align: center;
  margin: 10px auto;
}
p , .privacy-dl ul {
  box-sizing: border-box;
  color: #4c443a;
  font-size: 16px;
  line-height: 1.625em;
  padding: 0 20px;
  width: 100%;
}
p + p {
  margin-top: 1em;
}
.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6em;
}
.fs-s {
  font-size: 14px;
}
.privacy-dl dt {
  color: #ea4180;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #ea4180;
  background: url(img/privacy_icon.png) no-repeat;
  background-position: 20px 50%;
  box-sizing: border-box;
  padding: 14px 20px 10px 40px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 10px;
}
.privacy-dl + div {
  margin-top: 36px;
}
section + section {
  margin-top: 90px;
}