.page-form .heading-01 {
  margin-top: 50px;
}

.page-form .content {
  background-color: #fff;
}

.page-form .form_title {
  padding: 15px;
  font-size: 22px;
  text-align: center;
}

.page-form .box#b01 {
  background: #eeeff1;
}

.page-form .note {
  color: #e1241f;
}

.page-form small {
  font-size: 12px;
}

.page-form .form_body:first-child {
  padding-bottom: 40px;
}

.page-form .form_item {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px #888;
}

.page-form .form_item:first-of-type {
  border-top: solid 1px #888;
}

.page-form .form_item th, .page-form .form_item td {
  border-bottom: solid 1px #888;
}

.page-form .form_item .form_hd, .page-form .form_item th {
  display: table-cell;
  padding: 20px 20px 20px 10px;
  width: 220px;
  text-align: left;
  vertical-align: middle;
  background-color: #f8f8f8;
}

.page-form .form_item .form_field, .page-form .form_item td {
  display: table-cell;
  padding: 15px 30px;
  line-height: 40px;
  text-align: left;
  background-color: #fff;
}

.page-form .form_item .form_field input, .page-form .form_item td input {
  margin: 0;
}

.page-form .form_item .form_field label, .page-form .form_item td label {
  margin-right: 20px;
  text-align: center;
}

.page-form .form_item .form_field input[type="text"],
.page-form .form_item .form_field input[type="password"], .page-form .form_item td input[type="text"],
.page-form .form_item td input[type="password"] {
  padding: 0 10px;
  /*
				max-width: 350px;
				width: 100%;
*/
  height: 40px;
  font-size: 15px;
  background-color: #eeeeee;
  border: none;
}

.page-form .form_item .form_field input[type="radio"],
.page-form .form_item .form_field input[type="checkbox"], .page-form .form_item td input[type="radio"],
.page-form .form_item td input[type="checkbox"] {
  vertical-align: 2px;
}

.page-form .form_item .form_field textarea, .page-form .form_item td textarea {
  padding: 10px;
  width: 100%;
  height: 100px;
  background-color: #eee;
  border: 0;
}

.page-form .form_btns {
  padding: 40px 0 0;
  text-align: center;
}

.page-form .form_btns .form_submit {
  width: 280px;
  height: 60px;
  font-family: serif;
  font-size: 18px;
  color: #fff;
  background-color: #333;
  border: 0;
}

p.t_title {
  font-size: 20px;
  font-weight: bold;
  color: #1f338b;
}

p.t_desc {
  margin-bottom: 10px;
  font-size: 13px;
}

p.t_price {
  font-size: 15px;
}

p.t_price em {
  font-size: 30px;
}

.g-recaptcha div {
  display: inline-block;
}
.newregist-recaptcha-msg {
  margin: 4px 0;
  font-size: 13.5px;
  color:crimson;
  font-weight:bold;
}

@media only screen and (max-width: 767px) {
  .page-form .heading-01 {
    margin-top: 0;
  }
  .page-form .form_item {
    display: block;
    border-bottom: solid 1px #888;
  }
  .page-form .form_item:first-of-type {
    border-top: solid 1px #888;
  }
  .page-form .form_item tbody, .page-form .form_item tr {
    display: block;
  }
  .page-form .form_item .form_hd, .page-form .form_item th {
    display: block;
    width: auto;
    text-align: center;
  }
  .page-form .form_item .form_field, .page-form .form_item td {
    display: block;
    width: auto;
    line-height: 1.6;
    text-align: center;
  }
  .page-form .form_item .form_field input, .page-form .form_item td input {
    margin: 0;
  }
  .page-form .form_item .form_field label, .page-form .form_item td label {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
  }
  .page-form .form_item .form_field input[type="text"],
  .page-form .form_item .form_field input[type="password"], .page-form .form_item td input[type="text"],
  .page-form .form_item td input[type="password"] {
    padding: 0 10px;
    height: 40px;
    font-size: 15px;
    background-color: #eeeeee;
    border: none;
  }
  .page-form .form_item .form_field .inputtxt01, .page-form .form_item td .inputtxt01 {
    max-width: 350px;
    height: 100px;
    width: 100%;
  }
  .page-form .form_btns .form_submit {
    margin: 10px auto;
  }
  .form_field span img {
    width: 100%;
    height: auto;
  }
  p.t_title {
    font-size: 14px !important;
  }
  p.t_desc {
    margin-bottom: 5px;
    font-size: 10px !important;
  }
  p.t_price {
    font-size: 12px !important;
  }
  .txtinput01,
  .txtinput03 {
    width: 100% !important;
  }
  #kiyaku {
    padding: 0;
    width: 100%;
    font-size: 10px;
  }
}
