
.mailform dl {
    padding: 12px;
    margin-bottom: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #efefef;
  }
  
  .mailform dt {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
  }
  
  .mailform dd {
    width: 468px;
    padding-left: 8px;
    display: table-cell;
    vertical-align: middle;
  }
  
  .mailform dd input[type="text"],
  .mailform dd input[type="tel"],
  .mailform dd input[type="email"],
  .mailform dd select,
  dd textarea {
    width: 415px;
    max-width: 100%;
    font-family: inherit;
    padding: 7px 12px;
    font-size: 14px;
    background: #f4f2f8;
    border-radius: 4px;
    border: 1px solid #d1ccdd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
  }
  .zip_code {
    width: 70px!important;
    margin-bottom: 10px!important;
  }
  .mailform dd input + input {
    margin-top: 10px;
  }
  
  .mailform dd input[type="radio"],
  .mailform dd input[type="checkbox"]
  {
    box-shadow: none;
    border: 5px solid #ccc;
  }
  
  .mailform dd .nest {
    padding-left: 45px;
    margin: 10px 0;
  }
  
  .mailform dd textarea {
    width: 450px;
    height: 120px;
    box-sizing: border-box;
    resize: vertical;
  }
  
  .confirmation_btn {
    font-family: inherit;
    padding: 10px 40px;
    font-size: 16px;
    background: none;
    border-radius: 8px;
    border: none;
    background: #a142ff;
    color: #fff;
    cursor: pointer;
  }
  
  .confirmation_btn:hover {
    opacity: .8;
  }
  
  .caution {
    color: #e62b2b;
    font-weight: bold;
  }
  .ta_c {
    text-align: center;
  }
  
  