@charset "UTF-8";
div, a, p, span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 135px 0;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .content {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .content {
    max-width: 94%;
  }
}
.content .text {
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}
.content .text .mini {
  display: block;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}
.content .text .mini:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #E5E5E5;
  position: absolute;
  top: -5px;
  left: -10px;
}
.content .box {
  margin-bottom: 50px;
}
.content .box .headline {
  padding: 5px 10px;
  box-sizing: border-box;
  border-left: 4px solid #C7A17D;
  color: #009E8F;
  font-weight: bold;
  margin-bottom: 20px;
}/*# sourceMappingURL=privacy-policy.css.map */