@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  background-color: #8686ff;
}

#wrapper {
  width: 97%;
  margin: 1.5% auto 0;
  background-color: #fff;
  padding: 3.5% 0 12%;
}

p {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 300;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}

header {
  padding-left: 12.5%;
}

.privacy-policy {
  width: 75%;
  margin: 8% auto;
}

.policy_inner {
  margin: 10% auto;
}

.privacy-policy h1 {
  padding: 13px 45px;
  color: #5c5cc3;
  border: 1px solid #5c5cc3;
  display: inline;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7vw;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.privacy-policy h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  letter-spacing: 0.2rem;
}

.privacy-policy h2::before,
.privacy-policy h2::after {
  display: none;
}

.privacy-policy h3 {
  text-align: left;
  font-size: 20px;
}

.privacy-policy div {
  margin-bottom: 30px;
}

.lead {
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  padding: 0 5%;
  line-height: 2;
}

.table_first,
.table_second {
  width: 100%;
  border-collapse: collapse;
  margin: 15px auto;
  font-size: 1rem;
}

.table_first th,
.table_first td,
.table_second th,
.table_second td {
  border: 1px solid #000;
}

.table_first th,
.table_second th {
  padding: 8px 0;
}

.table_first td,
.table_second td {
  padding: 8px;
  font-weight: 400;
}

.table_first .ttl {
  text-align: center;
}

footer {
  margin: 1% auto;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}

footer span {
  font-family: "Barlow Condensed", sans-serif;
}

@media screen and (min-width: 761px) {
  .logo {
      width: 160px;
  }
}

@media screen and (max-width: 760px) {
  #wrapper {
    width: 94%;
    margin: 3% auto 0;
    padding: 8% 0;
  }
  
  header {
    padding: 0;
    text-align: center;
  }

  .logo {
    display: block;
    width: 28%;
    object-fit: contain;
    margin: 0 auto;
  }

  .privacy-policy {
    width: 90%;
    padding-top: 25%;
  }

  .privacy-policy h1 {
    display: block;
    font-size: 1.2rem;
    padding: 13px 0;
    width: 53%;
    text-align: center;
    font-weight: 600;
  }

  .privacy-policy h2{
    margin: 14% auto 10%;
  }

  .lead {
    padding: 0;
    font-size: 0.95rem;
    letter-spacing: 0.05rem;
  }

  .table_first td,
  .table_second td {
    padding: 7px;
  }

  footer {
    margin: 3% auto;
  }

  footer span {
    font-size: 1.1rem;
  }
  .pc {
    display: none;
 }
}