@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*パディング下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*背景に色を付ける*/
/*wrapper*/
/*wrapper*/
/*wrapper*/
.privacy header + h1 img:last-child {
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  .privacy header + h1 img:last-child {
    top: 98px;
    width: 35vw;
  }
}

@media screen and (max-width: 480px) {
  .privacy header + h1 img:last-child {
    top: 77px;
    width: 39vw;
  }
}

@media screen and (max-width: 360px) and (min-width: 320px) {
  .privacy header + h1 img:last-child {
    top: 80px;
    width: 40vw;
  }
}

article {
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 896px) {
  article {
    width: 90%;
    margin: 0 auto 80px auto;
  }
}

@media screen and (max-width: 480px) {
  article {
    margin: 0 auto 50px auto;
  }
}

article p {
  margin-bottom: 10px;
  clear: both;
}

article section:nth-child(2) {
  margin-bottom: 75px;
  font-size: 1.1em;
  line-height: 1.8em;
}

@media screen and (max-width: 480px) {
  article section:nth-child(2) {
    margin-bottom: 50px;
  }
}

article section:nth-child(2) p:last-child {
  text-align: right;
}

article section h3 {
  margin-bottom: 20px;
  line-height: 1em;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
}

@media screen and (max-width: 896px) {
  article section h3 {
    font-size: 3.96236vw;
  }
}

@media screen and (max-width: 480px) {
  article section h3 {
    font-size: 8.62186vw;
  }
}

@media screen and (max-width: 480px) {
  article section h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) and (max-width: 896px) {
  article section h3 {
    font-size: 3.01894vw;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  article section h3 {
    font-size: 6.56904vw;
  }
}

article section h4 {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1em;
  font-size: 1.3rem;
  border-bottom: 1px solid #000000;
}

@media screen and (max-width: 896px) {
  article section h4 {
    font-size: 2.45289vw;
  }
}

@media screen and (max-width: 480px) {
  article section h4 {
    font-size: 5.33735vw;
  }
}

@media screen and (max-width: 480px) {
  article section h4 {
    font-size: 1.1rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) and (max-width: 896px) {
  article section h4 {
    font-size: 2.07552vw;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  article section h4 {
    font-size: 4.51621vw;
  }
}

article section ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5em;
  padding-left: 20px;
  font-size: 1.1em;
}

article section ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  border: 2px solid #3b3269;
}
