@charset "utf-8";

/* ページタイトル
-------------------------------------------*/
.pageTitleBl {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: 29px;
  box-sizing: border-box;
  background: none;
}

.pageTitleBl .inner1105 {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.pageTitleBl__tit {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  color: #000;
  position: static;
  inset: 0;
  margin: auto 0;
  z-index: 4;
  width: fit-content;
  height: fit-content;
  text-shadow: none;
}

.pageTitleBl__tit .js-slide .motion-txt {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {

  .pageTitleBl,
  .pageTitleBl .inner1105 {
    height: 100px;
    box-sizing: border-box;
  }

  .pageTitleBl {
    margin-top: 42px;
    height: auto;
  }

  .pageTitleBl .inner1105 {
    position: relative;
  }

  .pageTitleBl__tit {
    top: 10px;
    margin: auto;
    letter-spacing: 0.05em;
  }

  .pageTitleBl__tit .js-slide .motion-txt {
    padding: 5px 20px;
  }

}



/* 「プライバシーポリシー」 privacyBl
-------------------------------------------*/
.privacyBl {
  padding: 29px 0 50px;
  color: #000;
}

#oneColumn.privacy {
  box-sizing: border-box;
}

#oneColumn.privacy .blockOne {
  margin-bottom: 60px;
}

#oneColumn.privacy .blockOne._6 {
  margin-bottom: 30px;
}

#oneColumn.privacy h2 {
  margin: 0 0 .8em;
  font-size: 1.9rem;
  font-weight: 600;
  word-break: keep-all;
}

#oneColumn.privacy .blockOne p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#oneColumn.privacy ul {
  margin-left: 2.6em;
  font-size: 1.6rem;
  line-height: 1.8;
}

#oneColumn.privacy ul li {
  margin-bottom: 12px;
  list-style: disc !important;
}

#oneColumn.privacy ul.none li {
  margin: 0;
  list-style: none !important;
}

#oneColumn.privacy ol {
  margin-left: 3.9em;
  font-size: 1.6rem;
  line-height: 1.8;
}

#oneColumn.privacy ol.none {
  margin-left: 0;
  margin-top: 2em;
}

#oneColumn.privacy .blockOne._4 ol>li:nth-child(2)>ol.none,
#oneColumn.privacy .blockOne._5 ol>li>ol.none {
  margin-top: 0.75em;
}

#oneColumn.privacy ol.none li {
  margin: 0;
  list-style: none !important;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#oneColumn.privacy ol.none li:nth-child(1) {
  margin-bottom: 0.75em;
}

#oneColumn.privacy ol>li:nth-child(2)>ol.none>li:nth-child(1) {
  font-weight: inherit;
  margin-bottom: 0;
}

#oneColumn.privacy ol.none li+li {
  margin-top: 7px;
}

#oneColumn.privacy ol.none li span {
  margin-right: 0.5em;
}

#oneColumn.privacy ol>li {
  margin: 2em 0 0;
  list-style: decimal;
}

#oneColumn.privacy .boxForm {
  margin: 10px 0;
  padding: 20px 25px;
  background: #f6f6f7;
  font-size: 1em;
  box-sizing: inherit;
}

#oneColumn.privacy .boxForm .notes {
  display: block;
  font-size: 90%;
  line-height: 150%;
}

#oneColumn.privacy .rgt {
  margin-top: 60px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .privacyBl {
    padding: 24px 0 0;
  }

  #oneColumn.privacy h2 {
    font-size: 1.8rem;
  }

  #oneColumn.privacy ol {
    margin-left: 3.3em;
  }

  #oneColumn.privacy ol>li {
    margin: 1.5em 0 0;
  }

  #oneColumn.privacy ol.none {
    margin-top: 1.5em;
  }

  #oneColumn.privacy ol.none li {
    line-height: 1.7;
  }

  #oneColumn.privacy ul {
    margin-left: 2em;
  }

  #oneColumn.privacy .blockOne {
    margin-bottom: 43px;
  }

  #oneColumn.privacy .blockOne:last-child {
    margin-bottom: 0;
  }

  #oneColumn.privacy .blockOne.free {
    width: 95%;
    padding: 0;
  }

  #oneColumn.privacy .blockOne p,
  #oneColumn.privacy ul,
  #oneColumn.privacy ol {
    font-size: 1.5rem;
  }

  #oneColumn.privacy .boxForm {
    padding: 9%;
  }

  #oneColumn.privacy .boxForm .notes {
    margin: 10px 0;
  }

  #oneColumn.privacy .rgt {
    margin-top: 40px;
  }
}