/* line 1, app/assets/stylesheets/pages/terms.scss */
.terms_section {
  box-sizing: border-box;
  background: #E5F7FC;
  padding-top: 40px;
}

/* line 7, app/assets/stylesheets/pages/terms.scss */
.terms_wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  width: 90%;
  margin: 0px auto 0;
}

/* line 16, app/assets/stylesheets/pages/terms.scss */
.terms_title {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/pages/terms.scss */
.terms_inner {
  padding-top: 15px;
}

/* line 29, app/assets/stylesheets/pages/terms.scss */
.terms_item_title {
  margin: 0;
}

/* line 33, app/assets/stylesheets/pages/terms.scss */
.terms_item_list_wrapper {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

/* line 39, app/assets/stylesheets/pages/terms.scss */
.terms_item {
  margin-bottom: 30px;
}

/* line 43, app/assets/stylesheets/pages/terms.scss */
.terms_item:last-child {
  margin-bottom: 0;
}
