.reg_wrap {
  margin-top: 160px;
  font-family: Abril Fatface, Arial, Helvetica, sans-serif;
}
.reg_wrap .content {
  color: #fff;
}
.reg_wrap .content p {
  font-size: 1.32rem;
}
.reg_wrap .iframe_box iframe {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

@media screen and (max-width: 426px) {
  .content p {
    padding: 8px;
  }
}
