/* CSS Document */

/*-------------------------
    ページタイトル
-------------------------*/
.ttl-box h2 {
  opacity: 0;
  transform: translateX(-60px);
}
.ttl-image {
  opacity: 0;
  transform: translateX(60px);
}
@media screen and (max-width: 1000px) {
  .kv .ttl-box h2 .txt-en {
    font-size: 75px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .kv .ttl-box h2 .txt-en {
    font-size: 50px;
  }
}
/*-------------------------
    コンテンツ
-------------------------*/
.privacy__section {
  max-width: 1070px;
  width: 90%;
  margin: 0 auto 100px;
}
.privacy__content {
  margin: 0 0 180px;
}
.privacy__content * {
  line-height: 1.6;
}
.privacy__content h3 {
  color: #057591;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
}
.privacy__content > dl {
  margin: 60px 0;
}
.privacy__content > dl > dt {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #97b8be;
  margin-bottom: 20px;
}
.privacy__content li > dl > dt {
  font-weight: 600;
  margin-bottom: 5px;
}
#public > dl:first-of-type li dd {
  margin-left: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
#public > dl:nth-of-type(3) li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}
#public > dl:nth-of-type(4) li dt {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
#public > dl:nth-of-type(4) li dd {
  margin-left: 1em;
  text-indent: 0;
  padding-left: 1em;
}
#public > dl:nth-of-type(4) li dd a {
  color: #398ee5;
  text-decoration: underline;
}
#public > dl:nth-of-type(4) li li {
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}
#public > dl:nth-of-type(4) ol > li:last-child dd:last-child {
  margin-top: 30px;
}
#public > dl li {
  margin: 40px 0;
}
.privacy__content .ex-area {
  background-color: #f2f2f2;
  padding: 30px 40px;
  margin-top: 40px;
}
.privacy__content .ex-area strong {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.privacy__content .txt-attention {
  font-size: 13px;
  display: block;
  line-height: 1.8;
}
.privacy__content#public > dl:nth-of-type(1) .txt-attention {
  margin-top: -20px;
}
.privacy__content#public > dl:nth-of-type(5) .txt-attention {
  margin-top: 5px;
}
.privacy-date.txt-attention {
  font-size: 13px;
  margin-top: 5rem;
  text-align: right;
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 767px) {
  .privacy__section {
    width: 100%;
  }
  .privacy__section > .container {
    padding: 0 5%;
  }
  .privacy__content * {
    font-size: 14px;
  }
  .privacy__content {
    margin: 0 0 120px;
  }
  .privacy__content h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .privacy__content > dl {
    margin: 40px 0;
  }
  .privacy__content > dl > dt {
    font-size: 16px;
  }
  .privacy__content .ex-area {
    padding: 20px;
    margin-top: 30px;
  }
}

/*-------------------------
    事業内容
-------------------------*/
