.wrapper_ input[type=radio] {
  display: initial;
}
.wrapper_ input[type=radio]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -4px 0 0 -4px;
  box-shadow: 1 1px 1px;
  border-radius: 10px/10px;
  content: "";
  width: 9px;
  height: 9px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
}

form#frmLP input[type=radio]:checked:before{
display: none;    
}

form#frmLP #method_pay p{
    font-size: 12px!important;
}


.wrapper_ .classrequired {
  background: #ffeeee;
}
.wrapper_ form#InputForm > p {
  font-size: 16px !important;
}
.wrapper_ form#InputForm p.message_ {
  font-size: 18px !important;
}
.wrapper_ form#InputForm div.method_box_ div.method_box_content_ p {
  font-size: 12px !important;
}
.wrapper_ #pwd_count_msg {
  font-size: 12px !important;
}
.wrapper_ form#InputForm div.method_box_.rule2_area div#rule2 p {
  font-size: 14px !important;
}

@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
  .wrapper_ .large_button_ {
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 18px 5px;
  }
  .wrapper_ input[type=text],
  .wrapper_ input[type=search],
  .wrapper_ input[type=number],
  .wrapper_ input[type=tel],
  .wrapper_ input[type=email],
  .wrapper_ input[type=password] {
    height: 1em;
    padding: 0.6em;
    margin: 5px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
  }
  .wrapper_ input[type=text],
  .wrapper_ input[type=search],
  .wrapper_ input[type=number],
  .wrapper_ input[type=tel],
  .wrapper_ input[type=email],
  .wrapper_ input[type=password],
  .wrapper_ textarea,
  .wrapper_ select {
    border: 1px solid #959595;
    min-height: 20px;
    max-width: 90%;
  }
  .wrapper_ dl.formdetail_ dt img.must_ {
    margin-left: 5px;
    vertical-align: middle;
  }
  .wrapper_ p.small_ {
    line-height: 1.5 !important;
  }
  .wrapper_ #method_first_regular .method_box_content_ dl dd span {
    font-size: 14px;
    line-height: 1.5;
  }
  .wrapper_ #method_first_regular.method_box_ dd {
    line-height: 1.5;
  }
  .wrapper_ label {
    display: inline-block;
  }
  .wrapper_ #method_first_regular.method_box_ h3,
  .wrapper_ #method_next_regular.method_box_ h3 {
    line-height: 1.5;
  }
  .wrapper_ #method_coupon .method_box_content_.coupon_area_ .label_ {
    font-size: 14px;
  }
  .wrapper_ #method_pay p {
    line-height: 1.5;
  }
  .wrapper_ .formdetail_.customer_ + p {
    line-height: 1.5;
  }
  .wrapper_ .agreebody_ {
    margin: 0 10px 10px;
    padding: 4px;
    border: 1px solid #999999;
    border-radius: 8px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 10px;
  }
  .wrapper_ div.method_box_ div.method_box_content_ .agreebody_ {
    height: 300px;
    overflow: scroll;
  }
  .wrapper_ form#frmLP p.small_ {
    font-size: 12px !important;
  }
  .wrapper_ form#frmLP .message_ {
    font-size: 18px !important;
  }
  .wrapper_ #pwd_count_msg {
    font-size: 14px !important;
  }
  .wrapper_ .formdetail_.customer_ + p {
    font-size: 16px !important;
  }
}/*# sourceMappingURL=add_form.css.map */


.alert_wrap #readid{
    line-height: 1.5;
}