@charset "UTF-8";
.pageTtlArea {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .pageTtlArea {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtlArea {
    margin-bottom: 120px;
  }
}

.secTerm {
  padding: 0 0 120px;
}
@media screen and (min-width: 768px) {
  .secTerm {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .secTerm {
    padding-bottom: 160px;
  }
}
.secTerm__inner {
  max-width: 900px;
}
.secTerm__termWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.secTerm__termBlk {
  width: 100%;
  --lh: 1.8;
}
.secTerm__termBlk .discList > li {
  padding-left: 1em;
  position: relative;
}
.secTerm__termBlk .discList > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.secTerm__termBlk a {
  color: var(--main);
}