@charset "UTF-8";
@media screen and (min-width: 768px) {
  /* プライバシーポリシー privacypolicy.html */
  /************/
  #privacypolicy .contents {
    width: 800px;
    padding-bottom: 160px;
    margin: auto;
    letter-spacing: 0.01em;
    line-height: 1.625;
  }
  #privacypolicy .contents a {
    color: #83a9db;
    text-decoration: underline;
  }
  #privacypolicy .contents h2 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    background: linear-gradient(to right, #83a9db 80px, #e4e9f3 80px) no-repeat left bottom;
    background-size: 100% 1px;
    margin-bottom: 36px;
  }
  #privacypolicy .contents h2:nth-of-type(n+2) {
    margin-top: 90px;
  }
  #privacypolicy .contents h3 {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
  }
  #privacypolicy .contents p + p {
    margin-top: 2em;
  }
  #privacypolicy .contents ol {
    margin-top: 2em;
    padding-left: 1.5em;
  }
  #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: 2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin: 0 0 0.75em;
  }
  #privacypolicy .contents .desk dd p + p {
    margin-top: 1em;
  }
  #privacypolicy .contents .date {
    margin-top: 8em;
    font-size: 1.4rem;
    line-height: 1.85;
    text-align: right;
  }
}
