.p-agree__content {
  margin: 0 auto;
  padding: 84px 0 100px;
  width: 90%;
  max-width: 860px;
  line-height: 1.5em;
}

.p-agree__content-bg {
  border-radius: 10px;
  padding: 6px;
  overflow: hidden;
}

.p-agree__content-bg-inner {
  border-radius: 4px;
  background-color: #fff;
  padding: 52px 0 30px;
}

.p-agree__con {
  margin: 0 53px;
}

.p-agree__txt {
  margin-bottom: 40px;
  font-size: 14px;
}

.p-agree__item + .p-agree__item, .p-agree__paragraph + .p-agree__item {
  margin-top: 20px;
}

.p-agree__item ol, .p-agree__paragraph ol {
  margin: 10px 0;
}

.p-agree__list {
  padding: 1em 0;
}

.p-agree__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-agree__p-privacy__section-title {
  margin: 0 0 15px;
  color: #e93398;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-agree__content {
    padding: 32px 0 52px;
    line-height: 1.55em;
  }
  .p-agree__content-bg {
    border-radius: 7px;
    padding: 4px;
  }
  .p-agree__content-bg-inner {
    border-radius: 2px;
    padding: 28px 0 34px;
  }
  .p-agree__con {
    margin: 0 5%;
  }
  .p-agree__txt {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .p-agree__item + .p-agree__item, .p-agree__paragraph + .p-agree__item {
    margin-top: 10px;
  }
  .p-agree__item ol, .p-agree__paragraph ol {
    margin: 5px 0;
  }
  .p-agree__p-privacy__section-title {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
