@charset 'UTF-8';

/* common
================================================= */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    "Helvetica Neue",
    "Arial",
    sans-serif;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

/* header
================================================= */
.terms-header {
  padding: 42px 1rem 16px;
  text-align: center;
}

.terms-logo {
  margin: 0;
}

.terms-logo img {
  width: 40vw;
  max-width: 500px;
  min-width: 300px;
  height: auto;
}

/* layout
================================================= */
.wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.terms-area {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.2rem 1rem 4rem;
  line-height: 1.55;
  background: #fff;
}

.terms-block {
  margin-bottom: 72px;
}

/* title
================================================= */
.terms-ja-title {
  margin: 20px 0 36px;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;
}

.terms-en-title {
  margin: 0 0 36px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  font-family:
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;
}

/* terms body
================================================= */
.terms-block h3 {
  margin: 32px 0 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.terms-block p,
.terms-block li {
  font-size: 0.88rem;
  line-height: 1.68;
}

.terms-block ol {
  list-style: none;
  padding-left: 1.2em;
  margin: 0 0 22px;
}

.terms-block p + ol {
  margin-top: 14px;
}

.terms-block li {
  position: relative;
  padding-left: 0.95em;
  margin-bottom: 8px;
}

.terms-block li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.terms-intro {
  font-family: inherit;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.78;
  margin-bottom: 36px;
}

.terms-contact-link {
  color: inherit;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

/* back link
================================================= */
.terms-back {
  margin-top: 70px;
  text-align: right;
  font-style: normal;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}

.terms-back a {
  text-decoration: none;
}

.terms-back a:hover {
  color: #858585;
}

/* SVG Chevron
================================================= */
.nav-chevron-svg {
  width: 18px;
  height: 18px;
  margin-left: 0.10em;
  vertical-align: middle;
  position: relative;
  top: -1.4px;
  opacity: 0.92;
}

.nav-chevron-svg polyline {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-chevron-svg-left {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 0.10em;
}

/* footer
================================================= */
footer {
  background: #fff;
  color: #86868b;
  padding: 0 1rem 1.5rem;
  text-align: center;
  width: 100%;
}

/* SP setting
================================================= */
@media screen and (max-width: 768px) {

  .terms-header {
    padding: 35px 1rem 10px;
  }

  .terms-logo img {
    margin-top: 0;
  }

  .wrapper {
    padding: 0 1rem;
  }

  .terms-ja-title {
    line-height: 1.2;
  }

  .terms-area {
    max-width: none;
    padding: 0.5rem 1rem 2.5rem;
  }

  .terms-block {
    margin-bottom: 50px;
  }

  .terms-block h3 {
    margin: 28px 0 14px;
  }

  .terms-block p,
  .terms-block li {
    line-height: 1.62;
  }

  .terms-block p + ol {
    margin-top: 12px;
  }

  .terms-block li {
    margin-bottom: 7px;
  }

}
