.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*PRIVACY SP*/
body.p-privacy #main {
  padding-bottom: 2.2rem;
}

.privacy {
  padding: 0 0 1rem;
}

.privacy_item {
  padding: 1.5rem;
  border-bottom: 1px solid #ee4e4e;
  background: #fff;
  margin-bottom: 2rem;
}

.privacy_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #ee4e4e;
  margin-bottom: 1.5rem;
}

.privacy_ttl .number {
  background: #ee4e4e;
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  margin-right: 1.2rem;
}

.privacy_copy {
  font-size: 1.4rem;
  color: #202020;
  line-height: 1.875;
}

/*# sourceMappingURL=privacy_sp.css.map */