@charset "UTF-8";
/* ------------------------------
 width: all
------------------------------ */
main {
  padding-top: 250px;
}
main section {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  background-image: url(../../images/preregister/s0201.webp);
  background-size: cover;
  background-position: center center;
}
main section + section {
  margin-top: 100px;
}
main section.s01 .wrapper .privacy {
  max-width: 920px;
  margin: 0 auto;
  color: #ddd;
  line-height: 1.9;
}
main section.s01 .wrapper .privacy_title {
  margin: 0 0 36px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 0 18px rgba(246, 211, 107, 0.35), 0 3px 0 rgba(0, 0, 0, 0.75);
}
main section.s01 .wrapper .privacy_lead {
  margin: 0 0 16px;
  font-size: 16px;
}
main section.s01 .wrapper .privacy_block {
  margin-top: 42px;
  padding: 30px 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 12, 12, 0.96)), to(rgba(8, 6, 6, 0.96)));
  background: linear-gradient(180deg, rgba(18, 12, 12, 0.96), rgba(8, 6, 6, 0.96));
  border: 1px solid rgba(225, 176, 75, 0.55);
  border-radius: 16px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 235, 170, 0.08) inset, 0 14px 38px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 0 1px rgba(255, 235, 170, 0.08) inset, 0 14px 38px rgba(0, 0, 0, 0.45);
}
main section.s01 .wrapper .privacy_block h2 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid rgba(225, 176, 75, 0.35);
}
main section.s01 .wrapper .privacy_block p {
  margin: 0 0 14px;
  font-size: 15px;
}
main section.s01 .wrapper .privacy_block p:last-child {
  margin-bottom: 0;
}
main section.s01 .wrapper .privacy_block ol {
  margin: 14px 0;
}
main section.s01 .wrapper .privacy_block ol li {
  position: relative;
  padding-left: 20px;
}
main section.s01 .wrapper .privacy_block ol li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s01 .wrapper .privacy_block li {
  margin: 0px;
  font-size: 15px;
}
main section.s01 .wrapper .privacy_block li:last-child {
  margin-bottom: 0;
}
main section.s01 .wrapper .privacy_date {
  margin: 44px 0 0;
  font-size: 15px;
  text-align: right;
  color: rgba(255, 255, 255, 0.82);
}
main section.s01 .wrapper a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding: 100px 20px 0;
  }
  main section {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }
  main section + section {
    margin-top: 50px;
  }
  main section.s01 .wrapper .privacy_title {
    margin-bottom: 28px;
    font-size: 24px;
  }
  main section.s01 .wrapper .privacy_lead {
    font-size: 13px;
  }
  main section.s01 .wrapper .privacy_block {
    margin-top: 30px;
    padding: 22px 18px;
    border-radius: 12px;
  }
  main section.s01 .wrapper .privacy_block h2 {
    margin-bottom: 13px;
    font-size: 18px;
  }
  main section.s01 .wrapper .privacy_block p,
  main section.s01 .wrapper .privacy_block li {
    font-size: 13px;
  }
  main section.s01 .wrapper .privacy_date {
    margin-top: 34px;
    font-size: 13px;
    text-align: left;
  }
}