/* 隱私權+行為守則 */

.terms,
.notice {
  background-color: #eee;
  padding-top: 100px;
}
.terms p,
.notice p{
  text-align: justify;
}
.terms h5,
.notice h5 {
  color: #0076d5;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  border-left: 5px solid #0076d5;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 40px;
}