.error{
  color: #c00;
}

.aform *{
  box-sizing: border-box;
}

.sizeL{
  font-size: 20px;
}

p.center{
  text-align: center!important;
}

@media screen and (max-width: 750px){
  .aform_result_wrap{
    text-align: center;
  }
  .aform-button-area{
    text-align: center;
  }
  .aform-button-area input[type="submit"]{
    margin: 0 auto;
  }

  .aform-content dd{
    padding: 0 15px;
  }
  .aform input[type=text], .aform input[type=password], .aform input[type=tel], .aform input[type=email], .aform select, .aform textarea {
    border: 2px solid #ddd;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    font-size: 16px; }
    .aform input[type=text].error, .aform input[type=password].error, .aform input[type=tel].error, .aform input[type=email].error, .aform select.error, .aform textarea.error {
      background-color: #fff1f2; }
  .aform input[type=text].size-s, .aform input[type=password].size-s, .aform input[type=tel].size-s, .aform input[type=email].size-s, .aform select.size-s {
    width: 22%; }
  .aform input[type=text].size-sm, .aform input[type=password].size-sm, .aform input[type=tel].size-sm, .aform input[type=email].size-sm, .aform select.size-sm {
    width: 20%; }
  .aform input[type=text].size-m, .aform input[type=password].size-m, .aform input[type=tel].size-m, .aform input[type=email].size-m, .aform select.size-m {
    width: 27%; }
  .aform input[type=text].size-ml, .aform input[type=password].size-ml, .aform input[type=tel].size-ml, .aform input[type=email].size-ml, .aform select.size-ml {
    width: 50%; }
  .aform input[type=text].size-l, .aform input[type=password].size-l, .aform input[type=tel].size-l, .aform input[type=email].size-l, .aform select.size-l {
    width: 75%; }
  .aform input[type=text].size-special, .aform input[type=password].size-special, .aform input[type=tel].size-special, .aform input[type=email].size-special, .aform select.size-special {
    width: 85%;
    margin-bottom: 10px; }
  .aform input[type=text].year, .aform input[type=password].year, .aform input[type=tel].year, .aform input[type=email].year, .aform select.year {
    width: 23%;
    margin-bottom: 10px; }
  .aform input[type=text].month, .aform input[type=password].month, .aform input[type=tel].month, .aform input[type=email].month, .aform select.month {
    width: 17%;
    margin-bottom: 10px; }
  .aform select.year {
    width: 23%;
    margin-bottom: 10px; }
  .aform select.month {
    width: 17%;
    margin-bottom: 10px; }
  .aform button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background-color: #f6f6f6;
    box-shadow: 0px 1px 1px 0px #cccccc;
    font-size: 14px; }
    .aform button:hover {
      opacity: .7;
      cursor: pointer; }
  .aform input[type="radio"] {
    display: none; }
  .aform input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 5px; }
  .aform input[type="radio"] + label::before,
  .aform input[type="radio"] + label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    transition: all .2s; }
  .aform input[type="radio"] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc; }
  .aform input[type="radio"] + label:hover::before {
    background: #fff; }
  .aform input[type="radio"] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #5dbf5d;
    -webkit-transform: scale(2);
    transform: scale(2); }
  .aform input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d; }
  .aform input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .aform input[type="checkbox"] {
    display: none; }
  .aform input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    transition: all .2s;
    margin-bottom: 5px; }
    .aform input[type="checkbox"] + label.type2 {
      border: 1px solid #e1e1e1;
      padding: 15px 20px 13px 45px;
      background-color: #fff;
      box-shadow: 0px 2px 1px 0px #e1e1e1; }
      .aform input[type="checkbox"] + label.type2:before, .aform input[type="checkbox"] + label.type2:after {
        margin-left: 25px; }
      .aform input[type="checkbox"] + label.type2:hover {
        opacity: .7; }
  .aform input[type="checkbox"] + label::before,
  .aform input[type="checkbox"] + label::after {
    position: absolute;
    content: '';
    transition: all .2s; }
  .aform input[type="checkbox"] + label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px; }
  .aform input[type="checkbox"] + label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #5dbf5d;
    border-bottom: 2px solid #5dbf5d;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5); }
  .aform input[type="checkbox"] + label:hover::before {
    background: #fff; }
  .aform input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d; }
  .aform input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }
  .aform .aform-content {
    width: 100%;
    margin-bottom: 20px; }
    .aform .aform-content .aform-note {
      background: none;
      margin-top: 20px;
      margin-bottom: 20px; }
    .aform .aform-content dl {
      margin-bottom: 15px;
      width: 100%;
      display: block;
      border-bottom: none; }
    .aform .aform-content dt {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      font-weight: bold;
      display: block;
      background-color: #f6f6f6;
      text-align: left;
      margin-bottom: 10px;
      background-clip: padding-box;
      position: relative; }
      .aform .aform-content dt .aform-required {
        position: relative;
        background-color: #cf0000;
        color: #fff;
        font-size: 12px;
        padding: 4px 8px;
        line-height: 1;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -11px;
        border-radius: 3px; }
      .aform .aform-content .aform-confirm-form dt .aform-required {
        display: none;
      }
    .aform .aform-content dd {
      display: block;
      width: 100%; }
      .aform .aform-content dd .kome {
        font-size: 13px;
        margin-top: 5px;
        display: block; }
      .aform .aform-content dd .block_sp {
        display: block !important;
        margin-top: 10px; }
      .aform .aform-content dd .subtxt {
        display: inline-block;
        width: 15%; }
  .aform .aform-content .aform-button-area {
    margin-top: 20px;
    padding: 0;
    background: none;
    text-align: center; }
    .aform .aform-content .aform-button-area input[type="submit"],.gBtn {
-webkit-appearance: none;
      display: inline-block;
      padding: 7px 15px;
      background-color: #337947;
      color: #fff !important;
      text-align: center;
      margin-bottom: 20px;
      vertical-align: top;
      position: relative;
      border-radius: 50px;
      border: 1px solid #337947;
      font-size: 15px;}
      .aform .aform-content .aform-button-area input[type="submit"]:visited,.gBtn:visited {
        color: #fff !important; }
      .aform .aform-content .aform-button-area input[type="submit"]:hover,.gBtn:hover {
        color: #fff; }
  .nofloat {
    float: none !important; }
  #aform_btn_back {
    display: inline-block;
    padding: 7px 10px 7px 20px;
    background-image: url("../images/common/x.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 12px;
    background-color: #fff;
    color: #666 !important;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 5px;
    vertical-align: top;
    position: relative;
    border-radius: 50px;
    border: 1px solid #aaa;
    font-size: 15px;
    min-width: 90px;}
    #aform_btn_back.noicon {
      padding: 15px 50px 13px 50px;
      background: #fff;
      background-image: none; }
  .aform .aform-content dl.aform-error-list {
    border: none; }
    .aform .aform-content dl.aform-error-list dt {
      display: block; }
    .aform .aform-content dl.aform-error-list dd { }
  label.error {
    background: url("../images/common/error.png") no-repeat left center;
    padding-left: 20px; }
    label.error img {
      display: none; }
  #aform_confirm_msg {
    text-align: center;
    padding-top: 20px; }
  img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle; }
  .aform-header {
    display: none; }
  .aform-name{
    margin-top: 5px;
    margin-bottom: 15px;
  }
  li:last-child .aform-name{
    margin-bottom: 0;
  }
  .aform-input-example{
    margin-bottom: 5px;
  }
  .aform-hdln .h2{
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 751px) {
  .aform input[type=text], .aform input[type=password], .aform input[type=tel], .aform input[type=email], .aform select, .aform textarea {
    border: 2px solid #ddd;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    font-size: 16px; }
    .aform input[type=text].error, .aform input[type=password].error, .aform input[type=tel].error, .aform input[type=email].error, .aform select.error, .aform textarea.error {
      background-color: #fff1f2; }
  .aform input[type=text].size-s, .aform input[type=password].size-s, .aform input[type=tel].size-s, .aform input[type=email].size-s, .aform select.size-s {
    width: 12%; }
  .aform input[type=text].size-sm, .aform input[type=password].size-sm, .aform input[type=tel].size-sm, .aform input[type=email].size-sm, .aform select.size-sm {
    width: 15%; }
  .aform input[type=text].size-m, .aform input[type=password].size-m, .aform input[type=tel].size-m, .aform input[type=email].size-m, .aform select.size-m {
    width: 35%; }
  .aform input[type=text].size-ml, .aform input[type=password].size-ml, .aform input[type=tel].size-ml, .aform input[type=email].size-ml, .aform select.size-ml {
    width: 43%; }
  .aform input[type=text].size-l, .aform input[type=password].size-l, .aform input[type=tel].size-l, .aform input[type=email].size-l, .aform select.size-l {
    width: 65%; }
  .aform input[type=text].size-special, .aform input[type=password].size-special, .aform input[type=tel].size-special, .aform input[type=email].size-special, .aform select.size-special {
    width: 43%; }
  .aform input[type=text].year, .aform input[type=password].year, .aform input[type=tel].year, .aform input[type=email].year, .aform select.year {
    width: 80px; }
  .aform input[type=text].month, .aform input[type=password].month, .aform input[type=tel].month, .aform input[type=email].month, .aform select.month {
    width: 70px; }
  .aform select.year {
    width: 80px; }
  .aform select.month {
    width: 70px; }
  .aform button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background-color: #f6f6f6;
    box-shadow: 0px 1px 1px 0px #cccccc;
    font-size: 14px; }
    .aform button:hover {
      opacity: .7;
      cursor: pointer; }
  .aform input[type="radio"] {
    display: none; }
  .aform input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px; }
  .aform input[type="radio"] + label::before,
  .aform input[type="radio"] + label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    transition: all .2s; }
  .aform input[type="radio"] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc; }
  .aform input[type="radio"] + label:hover::before {
    background: #fff; }
  .aform input[type="radio"] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #5dbf5d;
    -webkit-transform: scale(2);
    transform: scale(2); }
  .aform input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d; }
  .aform input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .aform input[type="checkbox"] {
    display: none; }
  .aform input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
    transition: all .2s; }
    .aform input[type="checkbox"] + label.type2 {
      border: 1px solid #e1e1e1;
      padding: 15px 20px 13px 45px;
      background-color: #fff;
      box-shadow: 0px 2px 1px 0px #e1e1e1; }
      .aform input[type="checkbox"] + label.type2:before, .aform input[type="checkbox"] + label.type2:after {
        margin-left: 25px; }
      .aform input[type="checkbox"] + label.type2:hover {
        opacity: .7; }
  .aform input[type="checkbox"] + label::before,
  .aform input[type="checkbox"] + label::after {
    position: absolute;
    content: '';
    transition: all .2s; }
  .aform input[type="checkbox"] + label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px; }
  .aform input[type="checkbox"] + label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #5dbf5d;
    border-bottom: 2px solid #5dbf5d;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5); }
  .aform input[type="checkbox"] + label:hover::before {
    background: #fff; }
  .aform input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d; }
  .aform input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }
  .aform .aform-content {
    margin-bottom: 20px; }
    .aform .aform-content .aform-note {
      background: none;
      margin-top: 20px;
      margin-bottom: 20px; }
    .aform .aform-content dl {
      border: 1px solid #ddd;
      font-size: 16px;
      display: table-row;
      padding: 0;
      margin: 0;
      margin-top: -1px; }
      .aform .aform-content dl dt, .aform .aform-content dl dd {
        border-top: 1px solid #ccc; }
      .aform .aform-content dl + dl dt, .aform .aform-content dl + dl dd {
        border-top: none; }
    .aform .aform-content dt {
      background-color: #f6f6f6;
      width: 272px;
      padding: 15px 54px 15px 15px;
      text-align: left;
      font-weight: normal;
      background-clip: padding-box;
      display: table-cell;
      float: none;
      position: relative;
      border: 1px solid #ccc;
      border-top: none;
      border-right: none;
      vertical-align: top; }
      .aform .aform-content dt .aform-required {
        position: absolute;
        vertical-align: middle;
        background-color: #cf0000;
        color: #fff;
        font-size: 12px;
        padding: 4px 8px 5px;
        line-height: 1;
        display: inline-block;
        top: 10px;
        right: 10px;
        border-radius: 3px; }
      .aform .aform-content .aform-confirm-form dt .aform-required {
        display: none;
      }
    .aform .aform-content dd {
      background-color: #fff;
      width: 708px;
      display: block;
      padding: 15px;
      display: table-cell;
      float: none;
      border: 1px solid #ccc;
      border-top: none;
      border-left: none; }
      .aform .aform-content dd .kome {
        display: block;
        font-size: 14px;
        margin-top: 5px; }
      .aform .aform-content dd .category {
        width: 130px;
        display: inline-block; }
      .aform .aform-content dd .subtxt {
        width: 43px;
        display: inline-block;
        text-align: right;
        padding-right: 10px; }
  .aform .aform-content .aform-button-area {
    margin-top: 30px;
    background: none;
    padding: 0;
    text-align: center; }
    .aform .aform-content .aform-button-area:after {
      content: "";
      display: block;
      clear: both; }
    .aform .aform-content .aform-button-area input[type="submit"],.gBtn {
      display: inline-block;
      padding: 12px 35px;
      background-image: url("../images/common/arrow.png");
      background-position: right center;
      background-size: 30px;
      background-color: #337947;
      background-repeat: no-repeat;
      color: #fff !important;
      min-width: 250px;
      text-align: center;
      margin-bottom: 20px;
      vertical-align: top;
      position: relative;
      border-radius: 50px;
      cursor: pointer;
      border: 1px solid #337947;
      font-size: 16px;}
      .aform .aform-content .aform-button-area input[type="submit"]:hover,.gBtn:hover {
        opacity: .7;
        color: #fff; }
      .aform .aform-content .aform-button-area input[type="submit"]:visited,.gBtn:visited {
        color: #fff !important; }
      .aform .aform-content .aform-button-area input[type="submit"]:hover,.gBtn:hover {
        color: #fff; }
  .nofloat {
    float: none !important; }
  #aform_btn_back {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #aaa;
    background-image: url("../images/common/x.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 17px;
    background-color: #fff;
    color: #666 !important;
    min-width: 250px;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px; }
    #aform_btn_back.noicon {
      padding: 15px 50px 13px 50px;
      background: #fff;
      background-image: none; }
    #aform_btn_back:hover {
      opacity: 0.7; }
  .aform .aform-content dl.aform-error-list {
    border: none; }
    .aform .aform-content dl.aform-error-list dt {
      display: block; }
    .aform .aform-content dl.aform-error-list dd { }
  label.error {
    background: url("../images/common/error.png") no-repeat left 6px;
    padding-left: 20px; }
    label.error img {
      display: none; }
  #aform_confirm_msg {
    text-align: center;
    padding-top: 20px; }
  img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle; }
  .aform-header {
    display: none; }
    .aform-content{
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
    }
  .aform_result_wrap{
    text-align: center;
  }
  .aform-name{
    margin-top: 10px;
    margin-bottom: 15px;
  }
  li:last-child .aform-name{
    margin-bottom: 0;
  }
  .aform-input-example{
    margin-bottom: 10px;
  }
  .aform-hdln .h2{
    margin-top: 30px !important;
  }
     }
.aform-checking{
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../images/icon_loader.gif") no-repeat left center;
}