#form_catch {
  padding-left: 4px;
  background-color: #FFF;
  min-height: 400px;
  padding: 62px 48px;
}

/* フリー入力テキスト領域 */
#freespace {
  width: 640px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.title{
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.term_header {
  border-top: 1px solid #000099;
  padding: 3px;
  font-size: x-large;
}

.term_btn {
  cursor: pointer;
  border: 1px solid #999999;
  background-color: #DDDDDD;
  padding: 3px;
  font-size: 11px;
}

.red_letter {
  font-weight: bold;
  color: #d90000;
}

h4 {
  width: 100%;
  background-color: #C98DA2;
  border: solid 1px #FFF;
  border-radius: 4px;
  outline: solid 1px #E7E7E7;
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
  font-size: 18px!important;
  padding: 7px;
  margin: 30px 0px 10px 0px;
}

.labels {
  display: flex;
  float: left;
  cursor: pointer;
  min-width: 100px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: bold;
  margin: 10px;
  padding: 10px;
  background: #bdc3c7;
  color: #869198;
  font-size: 15px;
  line-height: 40px;
  transition: .2s;
  border-radius: 3px 3px 3px 3px;
}

.switch-on {
  background-color: #eb6101;
  color: #fff;
}

.js_rdo_btn {
    display: none;
}
.zaiseki_rdo_btn {
    display: none;
}

.comfirm_btn {
    width: 320px;
    height: 80px;
    background: linear-gradient(#F0A645, #F36917);
    border-radius: 20px;
    border: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.return_btn {
    width: 320px;
    height: 80px;
    background: linear-gradient(#FAFAFA, #E3E3E3);
    border-radius: 20px;
    border: 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 10px auto;
}

.return_btn-block{
  text-align: center;
}

.alrt {
  margin-left: 40px;
  color: #233B6C;
  line-height: 100%;
}

.alrt_span {
  color: #233B6C;
  line-height: 100%;
}

.div_line {
  overflow: hidden;
  height: 4px;
  border-bottom: 1px solid #DDDDDD;
  margin: 10px 0;
}

.wrapper{
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #DDD;
  padding: 62px 48px;
  background-color: #FFF;
}
.full {
  color: #FF0000;
}

.form-block{
  display: flex;
}
.tel-form-block{
  display: flex;
  align-items: center;
}
.tel-hifun{
  margin: 0 3px;
}
.space {
  margin-bottom: 20px;
  clear: both;
}

.clear{
  clear: both;
}

.submit-text{
  font-size: 35px;
  font-weight: bold;
}
.submit-text_box{
  text-align: center;
}

input:checked + label{
  background-color: #eb6101;
}

.error {
  color: red;
  font-size: 20px;
  font-weight: bold;
}