@charset "utf-8";
#mv h1 {
  line-height: 0;
}
#mv h1 picture img {
  width: 100%;
  height: auto;
}
.privacy_contents {
  margin-top: 7.9vw;
  padding-bottom: 6.84vw;
  width: 79.34vw;
}
.privacy_contents section {
  margin-bottom: 4.43vw;
  display: flex;
  justify-content: space-between;
  font-size: calc(1.18vw * 0.77);
  line-height: 1.6em;
}
.privacy_contents section:last-child {
  margin-bottom: 0;
}
.privacy_contents section h2 {
  width: 22.29vw;
  font-weight: normal;
  font-size: calc(1.18vw * 0.77);
  line-height: 1.6em;
}
.privacy_contents section .content {
  width: 57.03vw;
}
.privacy_contents section .content ul {
  counter-reset: count;
}
.privacy_contents section .content ul li {
  counter-increment: count;
  padding-left: 1em;
  position: relative;
}
.privacy_contents section .content ul li:before {
  content: counter(count) ".";
  position: absolute;
  left: 0;
}
@media (max-width: 600px) {
  .privacy_contents {
    margin-top: 17.26vw;
    width: 78.92vw;
    padding: 0;
    padding-bottom: 14.7vw;
  }
  .privacy_contents section {
    margin-bottom: 12.02vw;
    display: block;
    font-size: 3.42vw;
    line-height: 1.8889em;
  }
  .privacy_contents section h2 {
    width: 100%;
    font-weight: normal;
    font-size: 3.42vw;
    line-height: 1em;
    margin-bottom: 3.18vw;
  }
  .privacy_contents section h2 br {
    display: none;
  }
  .privacy_contents section .content {
    width: 100%;
  }
}
#main {
  padding-bottom: 0;
}
