@charset "UTF-8";
.page__ttl {
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  .page__ttl {
    margin-bottom: 40px;
  }
}

.contents {
  font-size: 1.4rem;
  line-height: 1.6842105263;
  padding-bottom: 80px;
}
.contents .text--right {
  text-align: right;
}
.contents a[target=_blank] {
  display: inline-block;
  padding-right: 26px;
  position: relative;
  margin-right: 8px;
  word-break: break-all;
}
.contents a[target=_blank]:after {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  background: url(../img/common/target-blank.svg) no-repeat center bottom;
  background-size: contain;
  margin-left: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contents small, .contents .text--small {
  font-size: 1.5rem;
}
.contents .section {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 4px #D8E2E2;
}
.contents .section:not(:last-child) {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 4px #D8E2E2;
}
.contents .section .soudan {
  margin: 30px 12%;
  padding: 2%;
  border: 3px solid #E0E8EF;
}
@media print, screen and (max-width: 751px) {
  .contents .section .soudan {
    margin: 25px 0;
  }
}
.contents p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 751px) {
  .contents {
    font-size: 1.9rem;
  }
}
.contents .ol-list {
  counter-reset: item;
  list-style-type: none;
}
.contents .ol-list:not(:last-child) {
  margin-bottom: 1.5em;
}
.contents .ol-list > li {
  display: flex;
}
.contents .ol-list > li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  margin-right: 0.5em;
}
.contents .ol-list li div .column {
  padding-left: 1em;
  text-indent: -1em;
}
.contents .ol-list--style1 > li:before {
  counter-increment: item;
  content: "(" counter(item) ")";
  /* 以下は自由に装飾... */
  margin-right: 0.5em;
}
.contents .list-style .list__left {
  margin-right: 0.5em;
}
.contents .list-style > li {
  display: flex;
}
.contents .ol-list--mb > li:not(:last-child), .contents .list-style--mb > li:not(:last-child) {
  margin-bottom: 1.5em;
}
.contents .num-list > li, .contents .str-list > li {
  display: flex;
}
.contents .num-list > li .num, .contents .num-list > li .str, .contents .str-list > li .num, .contents .str-list > li .str {
  margin-right: 0.5em;
}
.contents .step-list li:not(:last-child) .step:after {
  display: block;
  content: "↓";
}
.contents .sub-section:not(:last-child) {
  margin-bottom: 40px;
}
.contents .sub-section .sub-section__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
  padding-left: 20px;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
}
@media screen and (min-width: 751px) {
  .contents .sub-section .sub-section__ttl {
    font-size: 3.2rem;
    padding-left: 40px;
  }
}
.contents .sub-section .sub-section__ttl:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: linear-gradient(#c73435 0%, #c73435 100%);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .contents .sub-section .sub-section__ttl:before {
    width: 24px;
    height: 24px;
  }
}
.contents .flex__left {
  white-space: nowrap;
}
.contents .flex__right {
  width: calc(100% - 4em);
}
.contents .indent {
  text-indent: -1em;
}
.contents .dl-style:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1200px) {
  .contents {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .contents {
    width: 93%;
    margin: 0 auto;
    padding: 0;
  }
  .contents p {
    font-size: 16px;
  }
  .contents .ol-list li {
    font-size: 16px;
  }
}/*# sourceMappingURL=privacy.css.map */