@charset "UTF-8";
.main {
  overflow: hidden;
}

.sec_outline {
  margin-top: 1rem;
  padding-bottom: 2rem;
}
.sec_outline .item .ttl {
  font-size: 0.4rem;
}
.sec_outline .item dl {
  margin-top: 0.3rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.sec_outline .item dl dt {
  padding-top: 0.3rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  font-weight: 600;
}
.sec_outline .item dl dd {
  padding: 0.1rem 0 0.3rem;
}
.sec_outline .item dl dd p + p {
  margin-top: 0.1rem;
}
.sec_outline .item.--02 {
  margin-top: 1rem;
}
.sec_outline .note {
  margin-top: 1rem;
  font-size: 0.24rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  line-height: 1.5;
}
.sec_outline .note p + p {
  margin-top: 0.5rem;
}/*# sourceMappingURL=unique.css.map */