@charset "UTF-8";
.title-style2 {
  padding: 0 0 25px;
}

#agreement-personal-page {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
#agreement-personal-page .update-date {
  text-align: center;
  margin: 3em 0 4em;
  font-size: 1.8rem;
}
#agreement-personal-page .section-title {
  font-size: 2rem;
  margin-bottom: 6rem;
  padding: 0.8em 1.2rem;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
#agreement-personal-page .terms-wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 3em;
}
#agreement-personal-page .text_wrap {
  margin-bottom: 8rem;
}
#agreement-personal-page .text_wrap a {
  text-decoration: underline;
}
#agreement-personal-page .term-li1 {
  padding-left: 1em;
}
#agreement-personal-page .term-li1 li::before {
  content: "・";
  margin-left: -1em;
}
#agreement-personal-page .term-li2 {
  padding-left: 1em;
}
#agreement-personal-page .term-li2 li::before {
  content: "※";
  margin-left: -1em;
}
#agreement-personal-page .term-li3 {
  margin: 2rem;
  padding-left: 1.5em;
  list-style-type: lower-latin;
}
#agreement-personal-page .text_title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
#agreement-personal-page .text-right {
  text-align: right;
}
#agreement-personal-page .left_10 {
  padding-left: 1em;
}
#agreement-personal-page .left_20 {
  padding-left: 2em;
}
#agreement-personal-page .mt-20 {
  margin-top: 2rem;
}
#agreement-personal-page .g-link a {
  text-decoration: none;
}
#agreement-personal-page .g-link a:hover {
  border-bottom: 1px solid #000;
}
#agreement-personal-page .blue-link {
  color: #3598db;
}
#agreement-personal-page .eng-li {
  list-style: none;
}
#agreement-personal-page .eng-li li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#agreement-personal-page .num-list {
  list-style: none;
  counter-reset: number;
}
#agreement-personal-page .num-list li {
  position: relative;
  padding-left: 40px;
}
#agreement-personal-page .num-list li::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}
#agreement-personal-page .credit_mark {
  height: 40px;
}
#agreement-personal-page .terms-section {
  margin-bottom: 3em;
  line-height: 1.8;
}
#agreement-personal-page .terms-section p:first-of-type {
  margin-bottom: 1em;
}
#agreement-personal-page .mt_mb2 {
  margin: 2em 0;
}

@media screen and (max-width: 768px) {
  #agreement-personal-page {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
  #agreement-personal-page .terms-wrap {
    padding-bottom: 2em;
  }
  #agreement-personal-page .update-date {
    margin: 2.5em 0 3em;
  }
}