.policy {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  min-height: 100vh;
  background-size: 1474px auto, auto;
  padding-bottom: 150px;
  font-size: 16px;
}
.policy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.policy ul li {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #707070;
}
.policy label {
  margin: 0;
}
.policy .img-thumbnail {
  border: none !important;
}
.policy__header {
  text-align: center;
  color: #ffffff;
  padding: 100px 0 78px 0;
}
.policy__header-title {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 0;
}
.policy__header-title-second {
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0;
}
.policy-container {
  max-width: 980px;
  width: 90%;
  margin: auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 1rem;
}
.policy-privacy {
  padding-bottom: 3rem;
}
.policy-privacy:last-child {
  padding-bottom: 0;
}
.policy-privacy__subject {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 18px;
  color:black;
}
.policy-privacy__table {
  color: #707070;
  font-size: 15px;
}
.policy-privacy__table th {
  width: 33.333333% !important;
}
.policy-privacy__table td {
  line-height: 1.8;
}
.policy-privacy__table ul {
  list-style: disc;
  padding-left: 2rem;
}
.policy-privacy__table ul li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .policy {
    background-size: 140% auto, 1280px auto;
  }
  .policy__header {
    padding: 18vw 0 7vw 0;
  }
  .policy__header-title {
    font-size: 53px;
  }
  .policy__header-title-second {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .policy {
    background: url(../images/minspo/common/bg_kyc_s.png) no-repeat center 50px, url(../images/minspo/common/bg1.png) repeat-y center top;
    background-size: 100% auto;
    padding: 50px 0 15%;
  }
  .policy ul li {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .policy__header {
    padding: 8vw 0 9vw 0;
  }
  .policy__header-title {
    font-size: 11vw;
  }
  .policy__header-title-second {
    font-size: 4vw;
  }
  .policy-container {
    max-width: 90%;
    padding: 10% 5%;
  }
  .policy-privacy {
    padding-bottom: 4vw;
  }
  .policy-privacy:last-child {
    padding-bottom: 0;
  }
  .policy-privacy__subject {
    margin-bottom: 1.5rem;
    font-weight: bold;
    font-size: 4vw;
  }
  .policy-privacy__table {
    color: #707070;
    font-size: 2.5vw;
  }
  .policy-privacy__table th {
    vertical-align: inherit !important;
    padding: 0 1.75vw;
    line-height: 1.5;
  }
  .policy-privacy__table td {
    line-height: 1.5;
  }
  .policy-privacy__table ul {
    list-style: disc;
    padding-left: 3vw;
  }
  .policy-privacy__table ul li {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 2.5vw;
  }
}
/*# sourceMappingURL=style.css.map */
