.subpageTitle01 {
  background-image: url(../images/bg_common01.jpg);
}

.subpageTitle01 span {
  width: 190px;
  height: 20px;
}

.subpageArea01 {
  padding-top: 0;
}

.tosArea .topText {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .tosArea .topText {
    margin-bottom: 30px;
  }
}

.tosContent:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .tosContent:not(:last-child) {
    margin-bottom: 30px;
  }
}

.tosContent h3 {
  color: #113a78;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 13px;
  border-bottom: 1px solid #113a78;
}

.tosContent h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 15px 20px 13px;
  margin-bottom: 20px;
  border-radius: 1px;
  background-color: #113a78;
}

.tosContent ul li {
  font-size: 15px;
  line-height: 1.7;
  text-indent: -1.2em;
  padding-left: 1.8em;
}

.tosContent .list02 {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .tosContent .list02 {
    padding-left: 15px;
  }
}

.tosContent .list03 > li:not(:last-child) {
  margin-bottom: 20px;
}

.tosContent .list04 {
  margin-top: 20px;
}

.tosContent .list04 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.tosContent .list05 li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.tosContent .list06 li {
  text-indent: -1em;
  padding-left: 1em;
}

.tosContent p {
  font-size: 15px;
}

.content02 p {
  margin-bottom: 20px;
}

/* Precise alignment for manual numbering paragraphs */
/* .tosContent p:not(.textRight) {
  text-indent: -2.8em;
  padding-left: 2.8em;
  line-height: 1.7;
} */

/* Specific alignment for single-digit numbers (1-9) */
/* .tosContent p.single-digit {
  text-indent: -2.8em;
  padding-left: 2.5em;
  line-height: 1.7;
} */

/* Specific alignment for double-digit numbers (10+) */
.tosContent p.double-digit {
  text-indent: -1.8em;
  /* padding-left: 3.5em; */
  /* line-height: 1.7; */
}

/* Reset for paragraphs inside lists to avoid double indentation */
/* .tosContent li p {
  text-indent: 0;
  padding-left: 0;
} */
