.section-contents {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-contents {
    width: 100%;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .section-contents {
    width: 100%;
    padding: 0 20px;
  }
}

.underlayer_bg {
  position: relative;
  width: 100%;
  height: 392px;
  background-image: url(../images/privacy_top.png);
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .underlayer_bg {
    height: 168px;
  }
}
.underlayer_bg .filter {
  background-color: #3D3D3D;
  position: absolute;
  width: 100%;
  height: 392px;
  background-size: cover;
  background-position: center;
  mix-blend-mode: hard-light;
  z-index: 1;
}
@media (max-width: 767px) {
  .underlayer_bg .filter {
    height: 168px;
  }
}
.underlayer_bg h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .underlayer_bg h2 {
    font-size: 24px;
  }
}

.privacy-policy_items {
  margin-top: 128px;
  margin-bottom: 160.5px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .privacy-policy_items {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}

.privacy-policy_item:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .privacy-policy_item ul li {
    font-size: 16px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .privacy-policy_item ul li {
    font-size: 16px;
    width: 100%;
    height: 100%;
  }
}

.privacy-policy_item_title {
  font-size: 28px;
}
@media (max-width: 767px) {
  .privacy-policy_item_title {
    font-size: 24px;
  }
}

.privacy-policy_text,
.privacy-policy_item_lists,
.privacy-policy_text_second {
  font-size: 20px;
  color: #202020;
}
@media (max-width: 767px) {
  .privacy-policy_text,
.privacy-policy_item_lists,
.privacy-policy_text_second {
    font-size: 16px;
  }
}

.privacy-policy_text {
  margin-top: 24px;
  text-align: justify;
}
@media (max-width: 767px) {
  .privacy-policy_text {
    font-size: 16px;
  }
}
.privacy-policy_text a {
  display: inline;
}
.privacy-policy_text a {
  word-wrap: break-word;
}

.privacy-policy_text_second {
  text-align: justify;
}
/*# sourceMappingURL=style.css.map */