@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*パディング下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*背景に色を付ける*/
/*wrapper*/
/*wrapper*/
/*wrapper*/
.policy 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) {
  .policy header + h1 img:last-child {
    top: 82px;
    width: 21vw;
  }
}

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

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

article {
  margin: 0 auto 80px auto;
}

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

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

article section h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article section h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  article section h2 {
    margin-bottom: 15px;
  }
}

article section h2 figure img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article section h2 figure img {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 480px) {
  article section h2 figure img {
    width: 110px;
    height: 110px;
  }
}

article section p {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

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

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

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

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

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

article section ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  margin-bottom: 5em;
}

@media screen and (max-width: 896px) {
  article section ul {
    margin-bottom: 3em;
  }
}

article section ul li {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  text-align: center;
  line-height: 210px;
  -webkit-box-shadow: 0px 0px 10px 0px #686479;
  -moz-box-shadow: 0px 0px 10px 0px #686479;
  -ms-box-shadow: 0px 0px 10px 0px #686479;
  -o-box-shadow: 0px 0px 10px 0px #686479;
  box-shadow: 0px 0px 10px 0px #686479;
  font-size: 2.5em;
  font-size: 2.1rem;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
  font-weight: 600;
  letter-spacing: 0.1em;
}

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

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

@media screen and (max-width: 896px) {
  article section ul li {
    font-size: 1.8rem;
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
}

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

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

@media screen and (max-width: 480px) {
  article section ul li {
    font-size: 0.9rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

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

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

@media screen and (max-width: 360px) and (min-width: 320px) {
  article section ul li {
    font-size: 0.85rem;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media screen and (max-width: 360px) and (min-width: 320px) and (max-width: 896px) {
  article section ul li {
    font-size: 1.60381vw;
  }
}

@media screen and (max-width: 360px) and (min-width: 320px) and (max-width: 480px) {
  article section ul li {
    font-size: 3.4898vw;
  }
}

article section ul li:last-child {
  margin-right: 0;
}

article section h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1em;
  font-size: 1.3rem;
  border-bottom: 1px solid #000000;
  font-family: "Times New Roman", "游明朝", "kozuka-mincho-pr6n", serif, YuMincho, "Hiragino Mincho ProN";
}

@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;
  }
}

article section p.rinen {
  font-size: 1.2em;
  line-height: 1.75em;
  margin-bottom: 5em;
  text-align: left;
}

@media screen and (max-width: 896px) {
  article section p.rinen {
    margin-bottom: 3em;
  }
}
