.line-ex.privacy .privacy-body-contents {
  margin-inline: auto;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .privacy-body-contents {
    width: 960px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex.privacy .privacy-body-contents {
    width: 89.3333333333vw;
  }
}
.line-ex.privacy .section-ttl {
  font-weight: 700;
  color: #216f82;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .section-ttl {
    font-size: 32px;
  }
}
.line-ex.privacy .ttl-1 {
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .ttl-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex.privacy .ttl-1 {
    font-size: 4.5333333333vw;
  }
}
.line-ex.privacy .ttl-2 {
  font-weight: 700;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .ttl-2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex.privacy .ttl-2 {
    font-size: 4vw;
  }
}
.line-ex.privacy .ttl-3 {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .ttl-3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex.privacy .ttl-3 {
    font-size: 3.7333333333vw;
  }
}
.line-ex.privacy .align-right {
  text-align: right;
}
.line-ex.privacy .flex-ttl {
  display: flex;
}
.line-ex.privacy .flex-ttl .icon {
  white-space: nowrap;
}
.line-ex.privacy .table-dl {
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .table-dl {
    width: 800px;
  }
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .table-dl__item {
    display: flex;
  }
}
.line-ex.privacy .table-dl__item:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
.line-ex.privacy .table-dl__item dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .table-dl__item dt {
    width: 400px;
    height: 50px;
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 750px) {
  .line-ex.privacy .table-dl__item dt {
    height: 50px;
  }
}
.line-ex.privacy .table-dl__item dd {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .line-ex.privacy .table-dl__item dd {
    width: 400px;
  }
}
@media screen and (max-width: 750px) {
  .line-ex.privacy .table-dl__item dd {
    height: 50px;
    border-top: 1px solid #ccc;
  }
}
.line-ex.privacy .table-dl__item dd > div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-ex.privacy .table-dl__item dd > div:nth-child(1) {
  border-right: 1px solid #ccc;
}