.contents_inner {
  max-width: 1200px;
  margin: 0px auto;
}

.contents_title__text {
  font-size: 2rem;
}
@media screen and (min-width: 640px) {
  .contents_title__text {
    font-size: 2.5rem;
  }
}

#privacy {
  overflow-x: hidden;
}

.first_sentence .content_text, .privacy_content .content_text {
  font-size: 1.5rem;
  line-height: 1.8em;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .first_sentence .content_text, .privacy_content .content_text {
    font-size: 1.8rem;
    line-height: 2em;
  }
}

.first_sentence {
  padding: 50px 0px;
}

.privacy_content {
  font-weight: 400;
  position: relative;
  padding: 30px 0px 70px 0px;
}
.privacy_content::before {
  content: " ";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 85%;
  height: 0px;
  border: 1px solid #C8C8C8;
}
.privacy_content::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15%;
  height: 0px;
  border: 1px solid #00C2ED;
}
.privacy_content .content_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.2em;
}

.ul_content, .ol_content {
  font-size: 1.5rem;
  line-height: 1.8em;
}
@media screen and (min-width: 640px) {
  .ul_content, .ol_content {
    font-size: 1.8rem;
    line-height: 2em;
  }
}
.ul_content + .content_text, .ol_content + .content_text {
  padding-top: 25px;
}

.content_text + .ul_content, .content_text + .ol_content {
  padding-top: 25px;
}

.ol_content {
  list-style-type: auto;
  padding: 0px 20px;
}

.date_box {
  text-align: end;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .date_box {
    font-size: 1.8rem;
    line-height: 2em;
  }
}

/*# sourceMappingURL=privacy.css.map */
