/* 隱私權+行為守則 */

.terms,
.notice {
  background-color: var(--Color2);
  padding-top: 100px;
}
.terms p,
.notice p{
  font-size: 18px;
  text-align: justify;
}
.terms p span,
.notice span{
  color: #ffecac;
}
.terms h5,
.notice h5 {
  color: var(--Color5);
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 40px;
}