/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/terms/pagetit_bg.jpg) center;
  background-size: cover;
}

/* ---------------------------------------------------
		terms
------------------------------------------------------ */
#terms_sec {
  padding: 168px 0 112px;
}
#terms_sec .terms_row {
  margin-bottom: -1px;
  padding: 36px 56px;
  border-top: 1px solid #2e3826;
  border-bottom: 1px solid #2e3826;
}
#terms_sec .indent_list li {
  padding-left: 1.325em;
  text-indent: -1.325em;
}

@media screen and (max-width: 810px) {
  #terms_sec {
    padding: 48px 0 96px;
  }
  #terms_sec .terms_row {
    padding: 24px 16px;
  }
}