
/* 共通パーツ
-------------------------------------------------- */
.p-privacy {
  padding: 55px 0 25px;
  font-family: 'Noto Serif JP, Noto Sans';
}

h1, p, dl, dt, dd {
  margin: 0;
}

@media(min-width:751px) {
  .u-layout {
    width: 800px;
    margin: 0 auto;
  }

  .u-pc-no {
    display: none;
  }
}

@media(max-width:750px) {
  .u-layout {
    width: 88%;
    margin: 0 auto;
  }

  .u-sp-no {
    display: none;
  }
}


/* pcデザイン
-------------------------------------------------- */
@media(min-width:751px) {

  .heading {
    margin: 0 auto 140px auto;
  }

  .heading > h1 {
    margin-bottom: 38px;
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 32px;
    font-weight: 400;
  }

  .heading > .comment {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    color: #888888;
  }

  /* ------------------------------- */

  .contents {
    margin-bottom: 250px;
    text-align: left;
  }

  .contents > .item {
    margin-bottom: 32px;
  }

  .contents > .item:last-of-type {
    margin-bottom: 0;
  }

  .contents > .item > .item_title {
    margin-bottom: 16px;
    font-family: 'Noto Serif JP';
    font-size: 24px;
    font-weight: 400;
  }

  .contents > .item > .item_discription {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    color: #888888;
  }

  /* ------------------------------- */

  .copyright {
    text-align: center;
  }

  .copyright > p {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    color: #888888;
  }
}



/* spデザイン
-------------------------------------------------- */
@media(max-width:750px) {
  .heading {
    margin: 0 auto 42px auto;
  }

  .heading > h1 {
    margin-bottom: 38px;
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 32px;
    font-weight: 400;
  }

  .heading > .comment {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    color: #888888;
  }

  /* ------------------------------- */

  .contents {
    margin-bottom: 150px;
    text-align: left;
  }

  .contents > .item {
    margin-bottom: 32px;
  }

  .contents > .item:last-of-type {
    margin-bottom: 0;
  }

  .contents > .item > .item_title {
    margin-bottom: 16px;
    font-family: 'Noto Serif JP';
    font-size: 24px;
    font-weight: 400;
  }

  .contents > .item > .item_discription {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    color: #888888;
  }

  /* ------------------------------- */

  .copyright {
    text-align: center;
  }

  .copyright > p {
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    color: #888888;
  }

}
