@charset "utf-8";

.terms_wrap .inner {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0;
}

.terms_list dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 17px;
  border-left: 4px solid #F15A24;
  padding-left: 8px;
}

.terms_list dd {
  margin-bottom: 30px;
  padding-left: 10px;
}

.terms_wrap h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

.terms_text {
  margin-bottom: 30px;
}

.terms_text>a {
  color: blue;
  cursor: pointer;
}