@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
}

* {
  letter-spacing: 0.04em;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  max-width: 750px;
  min-height: 100vh;
  padding: 0;
  margin: 0 auto;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: min(18px, 2.4vw);
  font-weight: 400;
  line-height: 1.8;
  color: #3e3a39;
  background-color: #fff;
}

.l-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.privacy-page {
  padding: min(40px, 5.33vw) 0;
}

.privacy-page h1 {
  font-size: min(42px, 5.6vw);
  font-weight: 700;
  text-align: center;
  color: #6bb58c;
  margin-bottom: min(30px, 4vw);
  padding-bottom: min(20px, 2.67vw);
  border-bottom: 3px solid #6bb58c;
}

.privacy-page .intro {
  margin-bottom: min(40px, 5.33vw);
  font-size: min(18px, 2.4vw);
  line-height: 1.8;
}

.privacy-page dl {
  margin-bottom: min(30px, 4vw);
}

.privacy-page dt {
  font-size: min(22px, 2.93vw);
  font-weight: 700;
  color: #6bb58c;
  margin-bottom: min(15px, 2vw);
  padding: min(10px, 1.33vw) min(15px, 2vw);
  background-color: #f0f9f4;
  border-left: 4px solid #6bb58c;
}

.privacy-page dd {
  font-size: min(18px, 2.4vw);
  line-height: 1.8;
  padding-left: min(15px, 2vw);
  margin-top: min(15px, 2vw);
}

.privacy-page ol {
  list-style: decimal;
  padding-left: min(30px, 4vw);
  margin-top: min(10px, 1.33vw);
}

.privacy-page ol ol {
  list-style: lower-alpha;
  margin-top: min(10px, 1.33vw);
}

.privacy-page ol ol ol {
  list-style: lower-roman;
}

.privacy-page li {
  margin-bottom: min(8px, 1.07vw);
}

.privacy-page a {
  color: #6bb58c;
  text-decoration: underline;
  transition: color 300ms ease-out;
}

.privacy-page a:hover {
  color: #5a9e77;
}

.right {
  text-align: right;
  margin-top: min(40px, 5.33vw);
  font-weight: 700;
}

.back-link {
  text-align: center;
  margin-top: min(50px, 6.67vw);
  padding-top: min(30px, 4vw);
  border-top: 2px solid #e0e0e0;
}

.back-link a {
  display: inline-block;
  padding: min(15px, 2vw) min(40px, 5.33vw);
  font-size: min(20px, 2.67vw);
  font-weight: 700;
  color: #fff;
  background-color: #6bb58c;
  border-radius: min(10px, 1.33vw);
  text-decoration: none;
  transition: background-color 300ms ease-out;
}

.back-link a:hover {
  background-color: #5a9e77;
}
