@charset "UTF-8";
.link-gold {
  color: #9a7e63;
  text-decoration: underline;
}

.link-red {
  color: #b71c22;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .font-13 {
    font-size: 1.3rem;
  }
}
.color-red {
  color: #b71c22;
}

.font-500 {
  font-weight: 500;
}

.font-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .font-500 {
    font-weight: 400;
  }
}
.text-indent {
  text-indent: 1em;
}

@media screen and (max-width: 768px) {
  .text-indent {
    text-indent: 0.5em;
  }
}
body {
  color: #000;
}

.left-1 {
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  .left-1 {
    padding-left: 0.8em;
  }
}
.nomura-header {
  box-shadow: 0 7px 7px 0 rgba(154, 126, 99, 0.6);
}

@media screen and (max-width: 768px) {
  .nomura-header .header {
    box-shadow: 0 7px 7px 0 rgba(154, 126, 99, 0.6);
  }
}
.marker-triangle {
  position: relative;
}

.marker-triangle:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000;
  border-right: 0;
  top: 10px;
  left: -25px;
}

@media screen and (max-width: 768px) {
  .marker-triangle:before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #000;
    border-right: 0;
    top: 9px;
    left: -16px;
  }
}
.marker-list {
  position: relative;
}

.marker-list::before {
  position: absolute;
  content: "・";
  width: 0;
  height: 0;
  top: 0;
  left: -20px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .marker-list::before {
    left: -15px;
  }
}
.marker-circle {
  position: relative;
}

.marker-circle::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  line-height: 10px;
  background-color: #000;
  border-radius: 50%;
  top: 12px;
  left: -24px;
}

@media screen and (max-width: 768px) {
  .marker-circle::before {
    top: 10px;
  }
}
.about {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
.about .protection-policy {
  padding: 70px 0 60px 0;
  letter-spacing: 1.2px;
  font-size: 2rem;
}
.about .protection-policy h2 {
  color: #002765;
  font-size: 3.8rem;
  font-weight: 500;
}
.about .protection-policy h2::before {
  display: none;
}
.about .protection-policy p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about .protection-policy p {
    font-weight: 400;
  }
}
@media screen and (max-width: 1010px) {
  .about .protection-policy {
    padding: 70px 25px 60px 25px;
  }
}
@media screen and (max-width: 768px) {
  .about .protection-policy {
    padding: 40px 25px 25px 25px;
    margin-top: 60px;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .about .protection-policy h2 {
    font-size: 2.1rem;
    letter-spacing: 1.2px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.about .about-contents {
  line-height: 2;
}
.about .about-contents h3 {
  max-width: none;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 2.6px;
}
.about .about-contents .items {
  padding: 40px 85px 65px 85px;
  letter-spacing: 0.3px;
}
.about .about-contents .items ol > li {
  padding-left: 1em;
  list-style: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 798px) {
  .about .about-contents {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .about .about-contents h3 {
    letter-spacing: 0.1px;
    margin-bottom: 10px;
  }
  .about .about-contents .items {
    padding: 20px 15px 35px 15px;
    letter-spacing: 0;
  }
  .about .about-contents .items ol {
    padding-left: 1em;
  }
  .about .about-contents .items ol > li {
    padding-left: 0;
    margin-bottom: 5px;
  }
}
.about h4 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.about .list-02 .items ol li {
  list-style: upper-roman;
}
.about .list-02 .items ol li ol li {
  list-style: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.about .list-02 .items ol li ol li ol {
  text-indent: 1.5em;
}
.about .list-02 .items ol li ol li ol li {
  list-style: none;
  position: relative;
  counter-increment: cnt;
  margin-bottom: 0;
}
.about .list-02 .items ol li ol li ol li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 3em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.about .list-02 .items ol li ol li::marker {
  font-weight: 400;
}
.about .list-02 .items ol li::marker {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about .list-02 .items ol li ol {
    padding-left: 0;
  }
  .about .list-02 .items ol li ol li ol {
    text-indent: 1.2em;
  }
}
.about .list-03 .items ol li {
  list-style: upper-roman;
  margin-bottom: 35px;
}
.about .list-03 .items ol li ol li {
  margin-bottom: 0;
  padding-left: 0;
  text-indent: 1.5em;
  list-style: none;
  position: relative;
  counter-increment: cnt;
}
.about .list-03 .items ol li ol li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 3em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.about .list-03 .items li::marker {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about .list-03 .items ol li {
    margin-bottom: 25px;
  }
  .about .list-03 .items ol li ol {
    padding-left: 0;
  }
  .about .list-03 .items ol li::marker {
    font-weight: bold;
  }
  .about .list-03 .items ol li:last-child {
    margin-bottom: 0;
  }
}
.about .list-04 .items ol {
  padding-left: 1em;
}
.about .list-04 .items ol li {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .about .list-03 {
    border-top: 10px solid #000;
    padding-top: 15px;
    margin-top: 25px;
  }
  .about .list-03 h4 {
    font-weight: bold;
  }
}

.text01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .text01 {
    margin-bottom: 25px;
  }
}
.text02 {
  padding-top: 35px;
}

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