.term-area {
  padding: 26px 5%;
  text-align: center; }
  .term-area h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30.6px; }
  .term-area p {
    font-size: 18px;
    line-height: 30.6px;
    text-align: justify;
    margin-bottom: 20px;
    word-break: break-all; }

.agree-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 38px; }
  .agree-area p {
    font-size: 14px; }

.button-area {
  padding: 0 6%;
  margin-bottom: 20px; }
