@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* プライバシーポリシー専用
-----------------------------------------
※上書きでスタイリング系の元は
　_module.scss が多いです。
-----------------------------------------*/
.page-tit .page-tit01 {
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit01 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 1000px) {
  .page-tit .page-tit01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 100px;
  }
}
.page-tit .page-tit01 img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 49px;
  }
}
@media screen and (min-width: 1000px) {
  .page-tit .page-tit01 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 55px;
  }
}

main {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  main {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 200px;
  }
}

.privacy-txt {
  max-width: 1000px;
  width: calc(100% - 20px);
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .privacy-txt {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .privacy-txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-top: 100px;
  }
}
.privacy-txt h1 {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #1eb1c1;
  line-height: 1.2;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 1000px) {
  .privacy-txt h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-family: source-han-serif-japanese, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    margin: 0 0 2em 0;
  }
}
.privacy-txt h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding: 0 0 5px 2em;
  margin: 2em 0 1em;
  border-bottom: 1px solid #BBB;
}
.privacy-txt h2:before {
  content: "1.";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  text-align: right;
}
.privacy-txt li:nth-of-type(1) h2:before {
  content: "1.";
}
.privacy-txt li:nth-of-type(2) h2:before {
  content: "2.";
}
.privacy-txt li:nth-of-type(3) h2:before {
  content: "3.";
}
.privacy-txt li:nth-of-type(4) h2:before {
  content: "4.";
}
.privacy-txt li:nth-of-type(5) h2:before {
  content: "5.";
}
.privacy-txt li:nth-of-type(6) h2:before {
  content: "6.";
}
.privacy-txt li:nth-of-type(7) h2:before {
  content: "7.";
}
.privacy-txt li:nth-of-type(8) h2:before {
  content: "8.";
}
.privacy-txt li:nth-of-type(9) h2:before {
  content: "9.";
}
.privacy-txt li:nth-of-type(10) h2:before {
  content: "10.";
}
.privacy-txt h3 {
  font-size: 16px;
  line-height: 1.2;
  background: #EEE;
  padding: 4px 8px;
  margin: 2em 0 1em;
}
.privacy-txt h4 {
  font-weight: bold;
  line-height: 1.2;
  margin: 2em 0 1em;
}
.privacy-txt h5 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
  .privacy-txt h5 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    line-height: 1.6;
  }
}
.privacy-txt h6 {
  margin: 0 0 0.4em 1em;
  font-size: 1em;
}
.privacy-txt p {
  font-size: 16px;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 1000px) {
  .privacy-txt p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    line-height: 1.6;
  }
}
.privacy-txt > ol > li {
  margin: 30px 0;
}
.privacy-txt ol ol li {
  position: relative;
  padding: 0 0 0 2.5em;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
  .privacy-txt ol ol li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
  }
}
.privacy-txt ol ol li:before {
  content: "1.";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  text-align: right;
}
.privacy-txt ol ol li:nth-of-type(1):before {
  content: "1.";
}
.privacy-txt ol ol li:nth-of-type(2):before {
  content: "2.";
}
.privacy-txt ol ol li:nth-of-type(3):before {
  content: "3.";
}
.privacy-txt ol ol li:nth-of-type(4):before {
  content: "4.";
}
.privacy-txt ol ol li:nth-of-type(5):before {
  content: "5.";
}
.privacy-txt ol ol li:nth-of-type(6):before {
  content: "6.";
}
.privacy-txt ol ol li:nth-of-type(7):before {
  content: "7.";
}
.privacy-txt ol ol li:nth-of-type(8):before {
  content: "8.";
}
.privacy-txt ol ol li:nth-of-type(9):before {
  content: "9.";
}
.privacy-txt ol ol li:nth-of-type(10):before {
  content: "10.";
}
.privacy-txt ol ol li:nth-of-type(11):before {
  content: "11.";
}
.privacy-txt ol ol li:nth-of-type(12):before {
  content: "12.";
}
.privacy-txt ol ol li:nth-of-type(13):before {
  content: "13.";
}
.privacy-txt ol ol li:nth-of-type(14):before {
  content: "14.";
}
.privacy-txt ol ol li:nth-of-type(15):before {
  content: "15.";
}
.privacy-txt ol ol li:nth-of-type(16):before {
  content: "16.";
}
.privacy-txt ol ol li:nth-of-type(17):before {
  content: "17.";
}
.privacy-txt ol ol li:nth-of-type(18):before {
  content: "18.";
}
.privacy-txt ol ol li:nth-of-type(19):before {
  content: "19.";
}
.privacy-txt ol ol li:nth-of-type(20):before {
  content: "20.";
}
.privacy-txt ol ol li p {
  margin-bottom: 0.5em;
}
.privacy-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .privacy-txt ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
  }
}
.privacy-txt ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: center;
}
.privacy-txt p + ul {
  margin-top: -1em;
}
.privacy-txt footer {
  margin-bottom: 80px;
}
.privacy-txt footer p {
  text-align: right;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .privacy-txt footer p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 12px;
  }
}