@charset "UTF-8";
/* 共通クラス */
.section {
  padding: 32px 0 0;
}
.section p {
  color: #505050;
}
@media screen and (min-width: 769px) {
  .section {
    padding: 64px 0 0;
  }
}

.lead {
  color: #505050;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.lead a {
  overflow-wrap: anywhere;
  display: inline;
}
@media screen and (min-width: 769px) {
  .lead {
    margin-bottom: 50px;
  }
}

.policy_box {
  border: 1px solid #C1C1C1;
  padding: 22px 20px;
}
.policy_box:not(:last-child) {
  margin-bottom: 24px;
}
.policy_box .policy_ttl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #707070;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.policy_box .mb {
  margin-bottom: 2em;
}
.policy_box .bdr {
  border-bottom: 1px solid;
}
@media screen and (min-width: 769px) {
  .policy_box {
    padding: 22px 40px;
  }
  .policy_box:not(:last-child) {
    margin-bottom: 50px;
  }
  .policy_box .policy_ttl {
    font-size: 16px;
  }
}

/* ▼▼▼ サイトポリシー
====================================================== */
#sitepolicy .page_ttl .ttl_head:before {
  content: "SITE POLICY";
}

/* ▼▼▼ プライバシーポリシー
====================================================== */
#privacy .page_ttl .ttl_head:before {
  content: "PRIVACY POLICY";
}
#privacy .inquiry {
  max-width: calc(100% - 40px);
  margin: 30px auto 0;
}
#privacy .inquiry .inquiry_ttl {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  #privacy .inquiry .inquiry_ttl {
    font-size: 16px;
    margin-bottom: 32px;
  }
}