@charset "utf-8";
/* term ************************************************************/
.term-title h2 {
  font-size: 1.8em;
  letter-spacing: 0.1em;
  margin: 0 0 45px;
  text-align: center;
  font-weight: bold;
}
.term-title h2 span {
  display: inline-block;
  /* background: #fff; */
  position: relative;
  padding: 0 0.75em;
  box-sizing: border-box;
}
/* .term-title h2 span::after,
.term-title h2 span::before {
  content: "";
  position: absolute;
  bottom: -0.1em;
  width: 2px;
  height: 78%;
  background: #000;
}
.term-title h2 span::after {
  left: 0;
  transform: rotate(-15deg);
}
.term-title h2 span::before {
  right: 2px;
  transform: rotate(15deg);
} */
.term-form {
  margin: 45px auto;
}
.term-pre {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
  border: solid 2px #ff545c;
  box-shadow: 0 0 12px rgba(255, 84, 92, 0.15);
  text-align: center;
}
/* detail */
.term-intro {
  margin: 25px 0;
}
.term-detailBody {
  margin: 25px 0;
  line-height: 1.6;
}
.term-detailBody dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
  padding-left: 12px;
  box-sizing: border-box;
  position: relative;
}
.term-detailBody dt::after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 4px;
  height: 1.2em;
  background: #ff974a;
}
.term-detailBody dd {
  margin-bottom: 22px;
}
.term-listColon,
.term-listNum {
  width: 92%;
  margin: 0 auto;
}
.term-listColon li,
.term-listNum li {
  margin: 10px 0 10px 4%;
}
.term-listColon li,
.term-listNum li .term-listColon li {
  list-style: disc;
}
.term-listNum li {
  list-style: auto;
}
@media screen and (max-width: 768px) {
}
