@charset "UTF-8";
@media screen and (max-width: 767.999px) {
  /* プライバシーポリシー privacypolicy.html */
  /************/
  #privacypolicy {
    padding-bottom: 80px;
  }
  #privacypolicy .contents {
    padding: 0 24px;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.615;
  }
  #privacypolicy .contents a {
    color: #83a9db;
    text-decoration: underline;
  }
  #privacypolicy .contents h2 {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.47;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    background: linear-gradient(to right, #83a9db 40px, #e4e9f3 40px) no-repeat left bottom;
    background-size: 100% 1px;
    margin-bottom: 27px;
  }
  #privacypolicy .contents h2:nth-of-type(n+2) {
    margin-top: 75px;
  }
  #privacypolicy .contents h3 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 2em 0 1em;
  }
  #privacypolicy .contents p {
    text-align: justify;
  }
  #privacypolicy .contents p + p {
    margin-top: 2em;
  }
  #privacypolicy .contents ol {
    margin-top: 2em;
    padding-left: 1.5em;
    text-align: justify;
  }
  #privacypolicy .contents ol li {
    list-style: decimal outside;
    line-height: 1.625;
    margin-top: 8px;
  }
  #privacypolicy .contents ol li > span {
    display: block;
    margin-left: 0.75em;
  }
  #privacypolicy .contents ol.alpha li {
    list-style: upper-alpha outside;
  }
  #privacypolicy .contents .desk {
    margin-top: 4em;
  }
  #privacypolicy .contents .desk dt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 0 0 0.75em;
  }
  #privacypolicy .contents .desk dd p + p {
    margin-top: 1em;
  }
  #privacypolicy .contents .date {
    margin-top: 8em;
    text-align: right;
  }
}
