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

}


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

.link-block {
  text-align: left;
  line-height: 200%;
  box-sizing: border-box
}

.link-block li {
  margin: 10px 0;
  padding: 0 1em 10px;
  line-height: 150%;
  display: block;
  box-sizing: inherit;
  border-bottom: 1px dashed #ccc;
}

.link-block li a {
  width: 100%;
  padding: 2% 1em;
  display: block;
  box-sizing: border-box;
  transition: .3s;
  font-size: 1.6rem;
}

.link-block li a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12.5px;
  background: url(/common/img/common/icn_window_black.svg) no-repeat center / cover;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.link-block li a[target="_blank"]:hover:after {
  background: url(/common/img/common/icn_window_blue.svg) no-repeat center / cover;
}

.link-block li a:hover {
  background: #f0f0f0;
  transition: .3s;
  text-decoration: underline;
}

.link-block p {
  font-size: 0.9em;
  line-height: 150%;
}

p.notes {
  width: 55%;
  margin: 40px auto 0;
  display: block;
  font-size: 85%;
  line-height: 170%;
}

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

  .link-block ul {
    width: 95%;
    margin: auto !important;
  }

  .link-block li {
    padding: 0 0 10px;
  }

  .link-block li a {
    font-size: 1.5rem;
  }

  .link-block li a:hover {
    background: none;
    transition: none;
    text-decoration: none;
  }

  .link-block li a[target="_blank"]:hover:after {
    background: url(/common/img/common/icn_window_black.svg) no-repeat center / cover;
  }

  .link-block p {
    width: 95%;
    margin: auto;
  }

  .link-block p.notes {
    width: 80%;
    margin: 40px auto 0;
    display: block;
    font-size: 85%;
    line-height: 170%;
  }

  .link-block p.notes {
    width: 80%;
    margin: 30px auto 0;
    display: block;
    font-size: 85%;
    line-height: 170%;
  }
}