@charset "UTF-8";
/* ---------------------------------------------
  term
  --------------------------------------------- */
.p-term {
  margin-top: 60px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 719px) {
  .p-term {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
.p-term p {
  letter-spacing: 0;
  line-height: 2;
}
@media only screen and (max-width: 719px) {
  .p-term p {
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.p-term__block {
  margin-top: 24px;
}
.p-term__block:not(:first-of-type) {
  margin-top: 24px;
}
@media only screen and (max-width: 719px) {
  .p-term__block:not(:first-of-type) {
    margin-top: 20px;
  }
}
.p-term__block .ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
}
@media only screen and (max-width: 719px) {
  .p-term__block .ttl {
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .p-term__block .ttl.sp-center {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.p-term__block .right {
  text-align: right;
}
.p-term__block .bold {
  font-weight: 700;
}
.p-term__block a {
  border-bottom: 0.5px solid #482E12;
}
.p-term__block h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 30px;
}
@media only screen and (max-width: 719px) {
  .p-term__block h3 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-top: 20px;
  }
}
.p-term__block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 2;
}
@media only screen and (max-width: 719px) {
  .p-term__block ul li {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-term__block ul li::before {
  content: "・";
}
.p-term__block h2 + h3 {
  margin-top: 0;
}
.p-term__block p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .p-term__block p {
    margin-bottom: 16px;
  }
}
.p-term__block p[\:has\(\%2B\%20ul\)] {
  margin-bottom: 0;
}
.p-term__block p:has(+ ul) {
  margin-bottom: 0;
}
.p-term__block .mb10 {
  margin-bottom: 10px;
}
.p-term__block .last {
  margin-top: 40px;
}