.privacy-main { overflow: hidden; background: var(--bg-about); }
.privacy-heading { position: relative; overflow: hidden; padding: 48px 0 31px; background: var(--bg-about); }
.privacy-heading::after { content: ""; position: absolute; top: 8px; right: 28px; width: 122px; height: 176px; background: url("../assets/images/deco-feature-right.png") center / contain no-repeat; opacity: .72; pointer-events: none; }
.privacy-heading .container { position: relative; z-index: 1; }
.privacy-heading .section-title { margin: 0; font-size: 28px; }
.privacy-heading-en { margin: 11px 0 0; color: var(--olive); text-align: center; font-size: 11px; letter-spacing: .18em; }
.privacy-heading .features-title-decoration { margin-top: 15px; margin-bottom: 0; }
.privacy-content { width: min(980px, calc(100% - var(--container-gutter))); padding-top: 58px; padding-bottom: 90px; }
.privacy-lead { margin: 0 0 48px; font-size: 15px; line-height: 2.1; }
.privacy-content section { padding: 30px 0; border-top: 1px solid rgba(138,121,38,.28); }
.privacy-content section h2 { margin: 0 0 18px; color: var(--olive); font-size: 19px; font-weight: 400; letter-spacing: .08em; }
.privacy-content section h2 span { margin-right: 14px; color: rgba(138,121,38,.55); font-size: 12px; }
.privacy-content section p, .privacy-content section li { font-size: 14px; line-height: 2; }
.privacy-content section p { margin: 0; }
.privacy-content section p + p { margin-top: 12px; }
.privacy-content ul { margin: 13px 0; padding-left: 1.5em; }
.privacy-contact { margin-top: 18px; padding: 30px !important; border: 1px solid rgba(138,121,38,.38) !important; }
.privacy-contact a { color: var(--olive); border-bottom: 1px solid rgba(138,121,38,.45); }
.privacy-date { margin: 28px 0 0; text-align: right; font-size: 12px; }

@media screen and (max-width: 767px) {
  .privacy-heading { padding: 38px 0 27px; }
  .privacy-heading::after { top: 12px; right: 0; width: 72px; height: 128px; opacity: .45; }
  .privacy-heading .section-title { font-size: 23px; }
  .privacy-content { width: min(100% - 32px, 980px); padding-top: 40px; padding-bottom: 58px; }
  .privacy-lead { margin-bottom: 34px; font-size: 14px; }
  .privacy-content section { padding: 24px 0; }
  .privacy-content section h2 { font-size: 17px; line-height: 1.6; }
  .privacy-content section p, .privacy-content section li { font-size: 13px; line-height: 1.9; }
  .privacy-contact { padding: 22px 18px !important; }
}
