h3.tb1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 8px 0 8px 12px;
    border-radius: 0;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eaeaea',GradientType=0 );
    border: none;
    border-left: 10px solid #FFBE00;
}

h3.tb1 span {
    border-left: none;
    padding: 0;
    line-height: 1.1em;
}

.terms {
  width: 100%;
  /* padding: 30px;
  font-size: 16px;
  border-radius: 10px; */
}
.terms h2 {
  padding: 15px 0 0 0;
}
.terms p {
  padding: 5px 0 5px 0;
  margin-bottom: 0;
}
.terms_w p {
    margin-left: 1em;
    text-indent: -1em;
}
.terms p.noindent {
    margin-left: 0;
    text-indent: 0;
}

.terms ol {
  margin-bottom: 5px;
}
.terms li {
    padding: 0 0 5px 0;
    margin-left: 2.5em;
    text-indent: -1.5em;
}

.contents_rule .ruleBox {
  margin-bottom: 1em;
}
.contents_rule .ruleBox h3.tb1{
  font-size: 16px;
}
.contents_rule .ruleBox .terms {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
}