.submit-btn__modify {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: center;
  color: #000;
  border: 1px solid #a9a9a9;
  border-radius: 10px;
  background: #ccc;
}

.submit-btn .btn-wrapper {
  margin: 5px 0 10px;
}
.submit-btn .btn-wrapper button {
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 0 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 10px;
  background-color: #2297cc;
  box-shadow: 0 5px #18618c;
}
.submit-btn .btn-wrapper button:hover {
  top: -4px;
  box-shadow: 0 7px 0 #18618c;
}
.submit-btn .btn-wrapper button:active {
  top: 3px;
  box-shadow: none;
}

.dis-cell {
    display: table-cell;
}

.text-box {
  width: 100%;
}
.text-box .num-4-form {
  width: 20%;
}
.text-box input[type='tel'], .text-box input[type='number'] , .text-box input[type='text'] {
  /* width: 100%; */
  padding: .5em;
  color: #000;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  box-shadow: none !important;
  font-size: 15px;
}

section.point-form {
  margin: 5px  10px 0;
  padding: 0 10px;
}
section.point-form p {
  margin: 0 !important;
}
section.point-form input[type='checkbox'] {
  position: static;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: inherit;
  filter: none;
  -moz-opacity: inherit;
}
section.point-form .select p {
  margin: 0 0 .3em;
}
section.point-form .heading {
  padding: 3px;
  border: 1px solid #d9cea0;
  background-color: #f4f0e2;
}
section.point-form .heading h1 {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #343434  !important;
}
section.point-form .item-area {
  width: 100%;
  padding-bottom: 10px;
}
section.point-form .password-display {
  font-size: 24px;
  font-weight: bold;
}
section.point-form .form-ttl {
  width: 36%;
}
section.point-form .new-must {
  font-size: 11px;
  display: inline;
  padding: 2px 4px 2px;
  color: #fff !important;
  border-radius: 6px;
  background-color: #de1b3b;
}
section.point-form .new-label {
  font-size: 14px;
  line-height: 1.7;
  color: #343434;
}
section.point-form .radio {
  box-sizing: border-box;
}
section.point-form .item-area-2 .password-display {
  font-size: 24px;
  font-weight: bold;
}
section.point-form .item-area-2 .radio {
  box-sizing: border-box;
}
section.point-form .select-area {
  min-height: 41px;
  padding-bottom: 10px;
}
section.point-form .select-area li {
  list-style: none;
}
section.point-form .select-area li input {
  display: none;
}
section.point-form .select-area li.receive-info {
  font-size: 16px;
  line-height: 30px;
}
section.point-form .select-area li.receive-info label:before {
  content: none;
}
section.point-form .select-area label {
  font-size: 16px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: left;
  color: #3e4956;
  border-radius: 2px;
}
section.point-form .select-area label:before {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 32px;
  height: 32px;
  margin-top: -17px;
  content: '';
  border: 1px solid #a4a4a4;
  border-radius: 22px;
  background: #fff;
}
section.point-form .select-area input[type='radio']:checked + label:after {
  position: absolute;
  top: 50%;
  left: -11px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  content: '';
  border-radius: 14px;
  background: #333;
}
section.point-form .pr-5 {
  padding-right: 5px;
}
section.point-form .pl-15 {
  padding-left: 5px;
}
section.point-form .fs-14 {
  font-size: 14px;
}
section.point-form .fs-15 {
  font-size: 16px;
}
section.point-form .pull-box {
  width: 100%;
}
section.point-form .pull-40 {
    width: 40%;
}
section.point-form .pull-30 {
    width: 30%;
}
section.point-form .pull-box .pull-box-inner {
  display: table;
  width: 100%;
}
section.point-form .label-pull {
  position: relative;
  display: block;
  /* min-height: 34px; */
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  background: #fff;
}
section.point-form .label-pull:before {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px -3px 0 0;
  content: '';
  border: 5px solid transparent;
  border-top: 7px solid #5a5a5a;
}
section.point-form select {
  font-size: 16px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: .3em;
  cursor: pointer;
  color: #5a5a5a;
  border: none;
  border-radius: 5px;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.point-form ::-ms-expand {
  display: none;
}
section.point-form .my-toggle {
  font-size: .75em;
  font-weight: bold;
  margin-right: .5em;
  padding: .5em;
  cursor: pointer;
  text-transform: uppercase;
  color: #888;
  border: 0;
  border-radius: .25em;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
}
section.point-form .my-toggle:hover, section.point-form .my-toggle:focus {
  color: #555;
  outline: transparent;
  background-color: #eee;
}
section.point-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.point-form *:before, section.point-form *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.point-form .for {
  font-weight: normal;
  white-space: nowrap;
}
section.point-form p {
  margin: 0 0 1em;
  /* 1.5em; */
}
section.point-form figure {
  margin: 0 0 1.5em;
}
section.point-form figcaption {
  font-size: .875em;
  margin-top: .5em;
  color: #999;
  /*text-align: center;*/
}
section.point-form .hideShowPassword-toggle,
section.point-form .my-toggle {
  z-index: 3;
}
section.point-form .btns {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}
section.point-form .btns li {
  display: inline-block;
  margin-left: .5em;
}
section.point-form .btns li:first-child {
  margin-left: 0;
}
section.point-form.form_error {
  margin: 0 0 20px;
  border-width: 1px;
  border-style: solid;
  border-color: red;
  -webkit-border-radius: .6em;
  -moz-border-radius: .6em;
  border-radius: .6em;
}
section.point-form.form_error_img {
  font-size: 11px;
  padding: 5px;
  color: #fff;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  -webkit-border-top-left-radius: .8em;
  -moz-border-radius-topleft: .8em;
  -webkit-border-top-right-radius: .8em;
  -moz-border-radius-topright: .8em;
  background-color: red;
  text-shadow: none;
}
section.point-form.form_error_body {
  font-size: 11px;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #f30;
  text-shadow: none;
}
section.point-form.block div.form div.signup p.example {
  font-weight: 400;
  margin: 3px 0 0 10px;
}
section.point-form.block div.form div.signup p.nowpoint {
  font-weight: 400;
  margin: 3px 0 0 10px;
}
section.point-form.block div.form div.signup p.nowpoint strong {
  font-size: 140%;
  font-weight: 700;
  color: #f30;
}
section.point-form.block div.form div.signup p.confirm {
  margin: 0 0 0 20px;
}
section.point-form.block div.form div.button {
  padding-right: 12px;
}
section.point-form.block div.form input {
  font-size: 15px;
  margin: 5px 0 0;
}
section.point-form.block div.form select {
  font-size: 15px;
}
section.point-form.block div.form select.wide {
  width: 100%;
}
section.point-form.block div.form .ui-radio {
  width: 50%;
}
section.point-form.block div.form div.signup .ui-radio {
  width: auto;
}
section.point-form.block div.form .ui-btn {
  width: 100%;
}
section.point-form.block div.form .ui-btn-inner {
  text-align: center;
}
section.point-form.block div.form table {
  border: 0;
}
section.point-form.block div.form table th {
  font-size: 13px;
  padding-right: 10px;
  text-align: right;
  border: 0;
  background-color: #fff;
}
section.point-form.block div.form table td {
  font-size: 13px;
  font-weight: 400;
  border: 0;
}
section.point-form.block div.form table td.subtitle {
  font-size: 15px;
  padding-top: 20px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}
section.point-form.block div.form table.table_list {
  width: 100%;
  border-collapse: collapse;
  border: 1px;
}
section.point-form.block div.form table.table_list th {
  text-align: left;
  color: #fff;
  border: 1px solid #000;
  background: #698db6;
  text-shadow: none;
}
section.point-form.block div.form table.table_list td {
  border: 1px solid;
}
