.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: #e7f2f4;
}

.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 {
  display: table-cell;
  padding: 20px 20px 20px 10px;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  background-color: #f8f8f8;
}


.page-form .form_item th {
  display: table-cell;
  padding: 20px 20px 20px 10px;
  width: 30%;
  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 15px;
  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 {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  width: 100%;
}

.page-form .form_item .form_field label1, .page-form .form_item td label1 {
  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;
  /*
				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;
}

.form_submit {
  width: 280px;
  height: 60px;
  font-size: 1.25rem;
  font-weight:bold;
  border: 2px solid #018cac;
  border-radius: 8px;
  color: #03a1be;
  transition: .3s all;
	badkground-color:#e7f2f4 !important;
}

.form_submit::hover {
  background-color: #e7f2f4;
  color: #fff;
  text-decoration: none;
}

.page-form .form_btns .form_back {
  width: 280px;
  height: 60px;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Meiryo, sans-serif;
  font-size: 24px;
  border: 2px solid #018cac;
  border-radius: 8px;
}

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;
}

@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;
	  background-color: #e7f2f4;
  }
  .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;
  }
}
