@charset "UTF-8";

/* ==============================================================================

  "ZAISAN" Privacy Policy PC Style
  (message.css / case.css のトンマナに合わせる)

============================================================================== */
section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: calc(36 / 16);
  letter-spacing: .05em;
}

/*
  Page Header
============================================================================== */
.page-header {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../../common/images/zaisan_common_img.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: grid;
  place-content: center;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), .7);
}
.page-header h2 {
  position: relative;
  z-index: 1;
  font-family: 'Antro Vectra', sans-serif;
  font-size: calc(60 / 1920 * 100vw);
  font-weight: 700;
  letter-spacing: .1em;
  display: block;
  color: var(--l-gray2);
  transform: scaleX(1.4);
  transform-origin: 50% 50%;
  white-space: nowrap;
}
.page-header h3 {
  position: relative;
  z-index: 1;
  font-family: "Nobel Extra Light", sans-serif;
  font-size: calc(24 / 1920 * 100vw);
  font-weight: 400;
  letter-spacing: .1em;
  color: var(--white);
  text-align: center;
  margin: 15px 0 0;
}

/*
  Section (本文)
============================================================================== */
.sec-privacy {
  padding: 160px 0 125px;
}

.sec-privacy .inner {
  max-width: 1000px;
  padding: 0 100px;
}

.sec-privacy .privacy-lead {
  margin-bottom: 60px;
}

.sec-privacy h3 {
  font-family: "Tsukuhou Mincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: calc(40 / 22);
  margin: 60px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--l-gray1);
}

.sec-privacy h3:first-of-type {
  margin-top: 0;
}

.sec-privacy p {
  margin-bottom: 16px;
}

.sec-privacy ul {
  margin: 0 0 30px;
  padding-left: 1.6em;
}

.sec-privacy ul li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: calc(36 / 16);
  letter-spacing: .05em;
}

.sec-privacy a {
  color: var(--black);
  text-decoration: underline;
}

.sec-privacy .privacy-date {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid var(--l-gray1);
  text-align: right;
}

@media screen and (max-width:1200px) {
  .sec-privacy .inner { padding: 0 5%; }
}
