@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Ubuntu:wght@400;500;700&display=swap");
main .title-main {
  font-size: 30px;
  font-weight: bold;
  color: #004880;
  font-size: 21px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  main .title-main {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  main .title-main {
    font-size: 16px;
  }
}
main .link-1 {
  color: #007ACC;
  text-decoration: underline;
}

.contents-area .heading-wrap {
  border-bottom: 1px solid #004880;
  padding-bottom: 1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contents-area .heading-wrap {
    margin-bottom: 15px;
  }
}
.contents-area .cont-wrap {
  padding: 0 40px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .contents-area .cont-wrap {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap {
    padding: 0 15px;
    margin-bottom: 50px;
    font-size: 14px;
  }
}
.contents-area .cont-wrap .text-1 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap .text-1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap .list-1 li {
    text-indent: calc(-1em - 10px);
    margin-left: calc(1em + 10px);
  }
}
.contents-area .cont-wrap .list-1 li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1px;
  background-color: #007ACC;
  margin-right: 10px;
  margin-bottom: 0.3em;
}
.contents-area .cont-wrap .list-2 {
  list-style-type: decimal;
  padding-left: 1.2em;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap .list-2 {
    margin: 20px 0;
  }
}
.contents-area .cont-wrap .list-2 li {
  margin-bottom: 0.8em;
}
.contents-area .cont-wrap .list-2 li::marker {
  color: #007ACC;
}
.contents-area .cont-wrap .list-dl {
  margin-bottom: 1.2em;
}
.contents-area .cont-wrap .list-dl dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.contents-area .cont-wrap .indent-block {
  padding-left: 1.2em;
}

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