  .entry-form-text {
    display: none !important;
  }
  .entry-confirm-text {
    display: block;
    max-width: 730px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin: 60px auto 0 auto;
  }
  @media screen and (max-width:767px) {
    .entry-confirm-text {
      margin: 50px auto 0 auto;
    }
  }
  .entry-form > fieldset > .input-area {
    border: 1px solid #707070;
    border-radius: 6px;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 30px 15px 30px;
    font-weight: bold;
  }
  .entry-form > fieldset > .input-area.message-area {
    height: 300px;
  }
  .entry-form > fieldset > .input-area.flex,
  .entry-form > fieldset > .input-area.policy {
    border: none;
  }
  .datepicker-box {
    position: relative;
  }
  .datepicker-box::after {
    content: "";
    position: absolute;
    top: -15px;
    right: -30px;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/lp/icon-calender.svg) no-repeat center;
    background-size: 20px 20px;
  }
  .entry-form > fieldset > .field-accept {
    position: relative;
    display: block;
    width: auto;
    padding-right: 50px;
    padding-left: 18px !important;
  }
  .entry-form > fieldset > .field-accept::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 32px;
    height: 32px;
    background:url(../../assets/images/checkbox.png) no-repeat center;
    background-size: 32px 32px;
  } 