.lang-select {
  display: none;
}

.privacy-page {
  overflow: hidden;
  background: #1B1B27;
  background-image: url(../img/common/grid-bg.png);
  background-size: 94px;
}
@media (max-width: 767px) {
  .privacy-page {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .privacy-page {
    background-size: 200px;
  }
}
.privacy-page ol, .privacy-page ul {
  list-style-position: inside;
}
.privacy-page .contents {
  padding-top: 150px;
  padding-bottom: 200px;
  color: white;
}
.privacy-page .contents .text-right {
  text-align: right;
}
.privacy-page .contents .heading {
  font-size: 2.8rem;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
thead {
  text-align: center;
}
thead th {
  font-weight: bold;
}
th,
td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
  padding: 0.5rem 2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .privacy-page .contents {
    width: min((1080 / 1600) * 100%, 1080px);
    margin: auto;
    padding-bottom: 180px;
  }
}
.privacy-page .contents .page-ttl {
  font-family: "SYN Nova", sans-serif;
  font-size: 5rem;
  margin-bottom: 40px;
  line-height: 1.17;
}
@media (min-width: 768px) {
  .privacy-page .contents .page-ttl {
    font-size: 8rem;
    line-height: 1;
    margin-bottom: 64px;
  }
}
.privacy-page .contents__txt {
  line-height: 2;
}
@media (max-width: 767px) {
  .privacy-page .contents__txt {
    font-size: 1.2rem;
  }
}
.privacy-page .contents__txt > dl:not(:last-child) {
  margin-bottom: 1.5em;
}
.privacy-page .contents__txt > dl > dt {
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .privacy-page .contents__txt > dl > dt {
    font-size: 1.6rem;
  }
}
.privacy-page .contents .indent {
  padding-left: 2rem;
}
.privacy-page .contents ol ol {
  padding-left: 1em;
}
.privacy-page .contents p:not(:last-child) {
  margin-bottom: 1.5em;
}
.privacy-page .contents .ul > li {
  position: relative;
  padding-left: 0.8em;
}
.privacy-page .contents .ul > li:before {
  position: absolute;
  content: "*";
  left: 0;
  top: 0;
}
.privacy-page .contents .ol {
  list-style-type: none;
  counter-reset: item;
}
.privacy-page .contents .ol > li {
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 1.5em;
}
.privacy-page .contents .ol > li:before {
  position: absolute;
  counter-increment: item;
  content: counter(item) ".";
  left: 0;
  top: 0;
}
.privacy-page .contents .ol .ol li {
  margin-bottom: 0;
}
.privacy-page .contents .ol.mb--none li {
  margin-bottom: 0;
}
.privacy-page .contents .mail-box {
  border: solid 1px #707070;
  margin-top: 1.5em;
  height: 40px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .privacy-page .contents .mail-box {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .privacy-page .contents .mail-box {
    padding-left: 1.5em;
    height: 55px;
  }
}
.privacy-page .contents .mail-box a {
  color: white;
  text-decoration: none;
}