/* max-width 960px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px

	z-index
   1  body .site

*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
.top-img {
  background-color: #77b8ff;
  background-image: url(../img/privacy-policy/img-top-back.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: calc(50% + 400px) calc(100% - 50px);
  padding: 9rem 0 11rem;
  border-radius: 200px 0 0 / 200px 0 0 0;
}
.top-img h2 {
  font-size: 132px;
  color: #fff;
  letter-spacing: 3px;
}
.top-img h2 span.initials {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  display: inline-block;
}
.top-img p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .top-img {
    background-size: 180px;
    background-position: calc(50% + 300px) calc(100% - 50px);
  }
  .top-img h2 {
    font-size: 88px;
  }
}
@media screen and (max-width: 767px) {
  .top-img {
    background-size: 140px;
    background-position: right 1rem bottom 2rem;
    padding: 5rem 0 10rem;
    border-radius: 110px 0 0 / 110px 0 0 0;
  }
  .top-img h2 {
    font-size: 68px;
  }
  .top-img p {
    font-size: 16px;
    margin-top: 1.5rem;
  }
}

/***************************** プライバシーポリシー ***************************/
.privacy {
  background-color: #fff;
}
.privacy .font-bold {
  font-weight: bold;
}
.privacy ol {
  list-style: decimal;
  list-style-position: outside;
  list-style-position: inside;
}
.privacy ol > li {
  text-indent: -1em;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.privacy ul,
.privacy p {
  margin-top: 1.5rem;
}
.privacy ul {
  text-indent: -1.2em;
  margin-left: 1.2rem;
}
.privacy .box {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  padding: 5rem 0;
}
.privacy .right p {
  text-align: right;
}
.privacy .frame {
  background-color: #fbfbfb;
}
.privacy .frame h3 {
  font-size: 24px;
  color: #122487;
  border-left: 9px solid #122487;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .privacy .box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy .box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
