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

.clearfix::after {
  clear: both;
}

/*PRIVACY PC*/
.p-privacy .main-visual .ttl {
  font-size: 3.6rem;
  padding: 0 1.8rem;
}

.privacy {
  padding: 5rem 0 7rem;
}

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

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

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

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

@media print, screen and (max-width: 1023px) {
  .privacy {
    padding: 8rem 0 5rem;
  }
}

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