.content {
  width: 100%;
  padding: 20px 20px 60px;
  box-sizing: border-box;
}
#container {
  width: 100%;
  white-space: pre-wrap;
  overflow: hidden;
}
p {
  min-height: 20px;
}
.item-agreement {
  min-height: 60px;
  line-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f7f7f7;
}
.item-agreement img {
  width: 20px;
  height: 20px;
}
.item-agreement:last-child {
  border-bottom: 0;
}
.item-title {
  display: inline-block;
  width: 100%;
  height: 100%;
}
