.form section .form_confirm_text h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 30px;
}

.form section .form_error_list {
  padding: 0;
  margin-bottom: 30px;
}

.form form .form_confirm_area dl dd {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ececec;
  padding: 10px;
  min-height: 40px;
}

.form form .form_confirm_area dl dd > span {
  display: inline;
  margin-top: 0;
  color: #323232;
}

.form form .form_btn_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.form form .form_btn_area .form_btn {
  font-size: 14px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.form form .form_btn_area .form_btn[type="submit"] {
  background: #ff9600;
}

.form form .form_btn_area .form_btn[type="button"] {
  background: #323232;
  margin-top: 20px;
}

.form form .form_btn_area .form_btn:hover {
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

@media only screen and (min-width: 990px) {
  .form section .form_confirm_text h3 {
    font-size: 20px;
  }

  .form form .form_confirm_area dl dd {
    display: table-cell;
    width: 75%;
    min-height: 60px;
  }

  .form form .form_btn_area {
    overflow: hidden;
    *zoom: 1;
    margin: 50px auto 0;
    width: 670px;
    font-weight: normal;
    flex-direction: row;
    justify-content: center;
  }

  .form form .form_btn_area .form_btn {
    padding: 16px 0;
    font-size: 16px;
    width: 320px;
  }

  .form form .form_btn_area .form_btn[type="button"] {
    margin-top: 0;
    margin-left: 30px;
  }
}


/* 以下、20240603 #443 更新 */
.form header {
  background: #1fb7dd;
}

.form_thanks header {
  background: #1fb7dd;
}

@media only screen and (min-width: 990px) {
  footer .inner .hakuhodo {
    width: 280px;
  }
}
@media only screen and (max-width: 989px) {
  footer .inner .hakuhodo {
    width: 156px;
  }
}