@charset "UTF-8";
.p-term {
  position: relative;
  margin: 0 auto;
  width: 100%;
  color: #363961;
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.625;
}

.p-term section {
  position: relative;
  margin: 0 auto 20px;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .4px;
  line-height: 1.6;
}

.p-term section:last-child {
  margin-bottom: 0;
}

.p-term section h5 {
  margin-bottom: 14px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-term section > ol {
  padding-left: 1em;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  text-indent: -1em;
}

.p-term section > ol li {
  margin-bottom: 4px;
}

.p-term section > ol li:last-child {
  margin-bottom: 0;
}

.p-term section > ol li > ol {
  margin: 12px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.p-term section > ol li > ol li {
  margin-bottom: 4px;
}

.p-term section > ol li > ol li:last-child {
  margin-bottom: 0;
}

.p-term section a {
  color: #fc90a7;
}

[data-ua="pc"] .p-term section a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .p-term {
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.625;
  }
  .p-term section {
    font-size: 1.4rem;
  }
  .p-term section h5 {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
